From 78cd184441677a8aec2cbfa9fea809feacc5ce05 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 8 May 2001 09:25:13 +0000 Subject: [PATCH] Added 'Center' and 'LFE' to the sort table --- src/mixer/simple.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mixer/simple.c b/src/mixer/simple.c index a430f794..4fe44f62 100644 --- a/src/mixer/simple.c +++ b/src/mixer/simple.c @@ -133,6 +133,8 @@ static int get_compare_weight(const char *name, unsigned int idx) "3D Control - Center", "PCM", "Surround", + "Center", + "LFE", "Synth", "FM", "Wave", -- 2.47.1