aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-api-zones.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/alsa/alsa-api-zones.c')
-rw-r--r--plugins/alsa/alsa-api-zones.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/alsa/alsa-api-zones.c b/plugins/alsa/alsa-api-zones.c
index 8f383df..27bf72a 100644
--- a/plugins/alsa/alsa-api-zones.c
+++ b/plugins/alsa/alsa-api-zones.c
@@ -98,7 +98,7 @@ PUBLIC int SndZones(CtlSourceT *source, json_object *argsJ) {
SoftMixerHandleT *mixerHandle = (SoftMixerHandleT*) source->context;
AlsaSndZoneT *zones=NULL;
int error;
- size_t count;
+ int count;
assert(mixerHandle);
@@ -153,4 +153,4 @@ PUBLIC int SndZones(CtlSourceT *source, json_object *argsJ) {
OnErrorExit:
if (zones) free(zones);
return -1;
-} \ No newline at end of file
+}