From a35432c43ea2878502678aedd81c12f96686beeb Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 29 Mar 2005 14:06:29 +0000 Subject: [PATCH] Fixed basic astraction selection for simple mixer API --- amixer/amixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amixer/amixer.c b/amixer/amixer.c index e7f2f61..54a3d3f 100644 --- a/amixer/amixer.c +++ b/amixer/amixer.c @@ -1528,7 +1528,7 @@ int main(int argc, char *argv[]) if (!strcmp(optarg, "none")) smixer_options.abstract = SND_MIXER_SABSTRACT_NONE; else if (!strcmp(optarg, "basic")) - smixer_options.abstract = SND_MIXER_SABSTRACT_NONE; + smixer_options.abstract = SND_MIXER_SABSTRACT_BASIC; else { fprintf(stderr, "Select correct abstraction level (none or basic)...\n"); morehelp++; -- 2.47.1