mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 10:49:44 +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
|
#ifdef CONFIG_SUPPORT_CHMAP
|
||||||
static snd_pcm_chmap_t *channel_map;
|
static snd_pcm_chmap_t *channel_map;
|
||||||
static int channel_map_set;
|
static int channel_map_set;
|
||||||
static unsigned int *ordered_channels;
|
static int *ordered_channels;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *const channel_name[MAX_CHANNELS] = {
|
static const char *const channel_name[MAX_CHANNELS] = {
|
||||||
|
|
Loading…
Reference in a new issue