From 711a344fa438ff0dad4303731586b2610ff71f46 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 14 May 2001 14:29:19 +0000 Subject: [PATCH] Added more Tone Control items to the sort tables --- src/mixer/simple.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mixer/simple.c b/src/mixer/simple.c index 7b51de26..a2d99310 100644 --- a/src/mixer/simple.c +++ b/src/mixer/simple.c @@ -97,8 +97,10 @@ static struct mixer_name_table { const char *longname; const char *shortname; } name_table[] = { + {"Tone Control - Switch", "Tone"}, {"Tone Control - Bass", "Bass"}, {"Tone Control - Treble", "Treble"}, + {"Synth Tone Control - Switch", "Synth Tone"}, {"Synth Tone Control - Bass", "Synth Bass"}, {"Synth Tone Control - Treble", "Synth Treble"}, {0, 0}, @@ -136,6 +138,7 @@ static int get_compare_weight(const char *name, unsigned int idx) static const char *names[] = { "Master", "Headphone", + "Tone", "Bass", "Treble", "3D Control", @@ -179,6 +182,9 @@ static int get_compare_weight(const char *name, unsigned int idx) "Center", "Output", "Boost", + "Tone", + "Bass", + "Treble", NULL, }; const char *name1; -- 2.47.1