]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - fix control names for multiple speaker out on IDT/STAC
authorDavid Henningsson <david.henningsson@canonical.com>
Thu, 6 Sep 2012 09:17:58 +0000 (11:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 6 Sep 2012 10:01:55 +0000 (12:01 +0200)
commit298efee7f5a20a32c9ebfa0f7469d87d84998ba1
tree99ed9d761f13362848f06f1e17815eda9d60e856
parent2d7e887cbba8272a46c42d228d3ffd9a2de04168
ALSA: hda - fix control names for multiple speaker out on IDT/STAC

For multiple speaker outs, the names were previously
"Speaker,0", "Speaker,1", "Center"/"LFE", "Speaker,3". This is
inconsistent, confusing, and is not picked up correctly by PulseAudio.
Instead use "Front", "Surround", "Center"/"LFE", "Side" which
is more standard.

BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1046734
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c