ALSA: HDA: Realtek: Avoid unnecessary volume control index on Surround/Side
authorDavid Henningsson <david.henningsson@canonical.com>
Wed, 23 Mar 2011 07:35:07 +0000 (08:35 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Mar 2011 18:35:33 +0000 (11:35 -0700)
commit448b2ec2975a3eb8b5774e9a1b019afa3735d78a
tree670915306147a012e37972e0b289e8e1725dd3b1
parent24d6a9d07f7da6c635530688a43086ea293bf9dc
ALSA: HDA: Realtek: Avoid unnecessary volume control index on Surround/Side

commit 5a8826463c19b0d1a2fc60b2adac0ec318047844 upstream.

Similar to commit 7e59e097c09b82760bb0fe08b0fa2b704d76c3f4, this patch
avoids unnecessary volume control indices for more
Realtek auto-parsers, e g the ALC66x family, on the "Surround" and "Side"
controls.
These indices cause these volume controls to be ignored by PulseAudio and
vmaster and should be removed whenever possible.

Reported-by: Jan Losinski <losinski@wh2.tu-dresden.de>
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c