speaker-text: fix simple signess assignment warning

This commit is contained in:
Jaroslav Kysela 2014-09-24 10:47:48 +02:00
parent 74e5d57c99
commit da7a2f91de

View 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] = {