summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.c b/utils.c
index 6e18f83..6b29d8d 100644
--- a/utils.c
+++ b/utils.c
@@ -223,7 +223,7 @@ pa_sink *agl_utils_get_primary_alsa_sink (struct userdata *u)
{
pa_core *core;
pa_sink *sink;
- int idx;
+ uint32_t idx;
pa_assert (u);
pa_assert_se ((core = u->core));
@@ -240,7 +240,7 @@ pa_sink *agl_utils_get_alsa_sink (struct userdata *u, const char *name)
{
pa_core *core;
pa_sink *sink;
- int idx;
+ uint32_t idx;
pa_assert (u);
pa_assert_se ((core = u->core));