From: Jaroslav Kysela Date: Wed, 24 Sep 2014 08:47:48 +0000 (+0200) Subject: speaker-text: fix simple signess assignment warning X-Git-Tag: android-x86-9.0-r1~270 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=da7a2f91de1c2089bf2b4ba247807cb716f30424;p=android-x86%2Fexternal-alsa-utils.git speaker-text: fix simple signess assignment warning --- 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] = {