summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2014-09-24 10:47:48 +0200
committerJaroslav Kysela <perex@perex.cz>2014-09-24 10:47:48 +0200
commitda7a2f91de1c2089bf2b4ba247807cb716f30424 (patch)
treef890937fbe3a5fb8af4f5e01980929ea07f96abc
parent74e5d57c999f8afed4f87046dcac84f6709b9196 (diff)
speaker-text: fix simple signess assignment warning
-rw-r--r--speaker-test/speaker-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c
index 362efa7..ccf2671 100644
--- a/speaker-test/speaker-test.c
+++ b/speaker-test/speaker-test.c
@@ -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] = {