mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Warning removal.
This commit is contained in:
parent
1adb6dc796
commit
ec07b3ad20
3 changed files with 23 additions and 21 deletions
|
|
@ -134,7 +134,7 @@ static int snd_ctl_hsort_mixer_priority_lookup(char **name, char * const *names,
|
|||
if (!strncmp(*name, *names, strlen(*names))) {
|
||||
*name += strlen(*names);
|
||||
if (**name == ' ')
|
||||
*name++;
|
||||
(*name)++;
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
|
@ -189,7 +189,6 @@ static int snd_ctl_hsort_mixer_priority(const char *name)
|
|||
"Bypass",
|
||||
NULL
|
||||
};
|
||||
char **ptr, *s;
|
||||
int res, res1;
|
||||
|
||||
if ((res = snd_ctl_hsort_mixer_priority_lookup((char **)&name, names, 1000000)) == NOT_FOUND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue