summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gvc-mixer-control.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gvc-mixer-control.c b/gvc-mixer-control.c
index 04644d7..a43ae1d 100644
--- a/gvc-mixer-control.c
+++ b/gvc-mixer-control.c
@@ -2096,7 +2096,7 @@ create_ui_device_from_card (GvcMixerControl *control,
#ifdef HAVE_ALSA
typedef struct {
char *port_name_to_set;
- int headset_card;
+ guint32 headset_card;
} PortStatusData;
static void
@@ -2124,7 +2124,7 @@ sink_info_cb (pa_context *c,
{
PortStatusData *data = userdata;
pa_operation *o;
- int j;
+ guint j;
const char *s;
if (eol != 0) {
@@ -2160,7 +2160,7 @@ source_info_cb (pa_context *c,
{
PortStatusData *data = userdata;
pa_operation *o;
- int j;
+ guint j;
const char *s;
if (eol != 0) {