mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01:00
Fixed basic astraction selection for simple mixer API
This commit is contained in:
parent
1299087e6c
commit
a35432c43e
1 changed files with 1 additions and 1 deletions
|
@ -1528,7 +1528,7 @@ int main(int argc, char *argv[])
|
||||||
if (!strcmp(optarg, "none"))
|
if (!strcmp(optarg, "none"))
|
||||||
smixer_options.abstract = SND_MIXER_SABSTRACT_NONE;
|
smixer_options.abstract = SND_MIXER_SABSTRACT_NONE;
|
||||||
else if (!strcmp(optarg, "basic"))
|
else if (!strcmp(optarg, "basic"))
|
||||||
smixer_options.abstract = SND_MIXER_SABSTRACT_NONE;
|
smixer_options.abstract = SND_MIXER_SABSTRACT_BASIC;
|
||||||
else {
|
else {
|
||||||
fprintf(stderr, "Select correct abstraction level (none or basic)...\n");
|
fprintf(stderr, "Select correct abstraction level (none or basic)...\n");
|
||||||
morehelp++;
|
morehelp++;
|
||||||
|
|
Loading…
Reference in a new issue