mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
Fixed the wrong integer suffix.
This commit is contained in:
parent
5e02c1d5a8
commit
59bf7f2c34
1 changed files with 1 additions and 1 deletions
|
@ -1109,7 +1109,7 @@ static int sset(unsigned int argc, char *argv[], int roflag)
|
|||
int err;
|
||||
unsigned int idx;
|
||||
snd_mixer_selem_channel_id_t chn;
|
||||
unsigned int channels = ~0UL;
|
||||
unsigned int channels = ~0U;
|
||||
unsigned int dir = 3;
|
||||
long pmin, pmax, cmin, cmax;
|
||||
snd_mixer_t *handle;
|
||||
|
|
Loading…
Reference in a new issue