mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 18:45:43 +01:00
speaker-text: fix simple signess assignment warning
This commit is contained in:
parent
74e5d57c99
commit
da7a2f91de
1 changed files with 1 additions and 1 deletions
|
@ -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] = {
|
||||
|
|
Loading…
Reference in a new issue