OSDN Git Service

speaker-text: fix simple signess assignment warning
authorJaroslav Kysela <perex@perex.cz>
Wed, 24 Sep 2014 08:47:48 +0000 (10:47 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 24 Sep 2014 08:47:48 +0000 (10:47 +0200)
speaker-test/speaker-test.c

index 362efa7..ccf2671 100644 (file)
@@ -113,7 +113,7 @@ static snd_pcm_t *pcm_handle = NULL;
 #ifdef CONFIG_SUPPORT_CHMAP
 static snd_pcm_chmap_t *channel_map;
 static int channel_map_set;
-static unsigned int *ordered_channels;
+static int *ordered_channels;
 #endif
 
 static const char *const channel_name[MAX_CHANNELS] = {