]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix Center/LFE mixer element creations for Realtek
authorTakashi Iwai <tiwai@suse.de>
Wed, 24 Aug 2011 15:27:52 +0000 (17:27 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 24 Aug 2011 15:27:52 +0000 (17:27 +0200)
commit158d079e88f16771aacc90f345831f1f61e19fb1
tree74cf45918a63868149a671d2ac9dd5faaeaecdfd
parent164bba13a30337bcc920a8ff33a8e06aaea74c9a
ALSA: hda - Fix Center/LFE mixer element creations for Realtek

The commit d119744c422a9c0872d652479e4cd482629a3b19
    ALSA: hda - Support multiple speakers by Realtek auto-parser
changes the return value from alc_get_line_out_pfx(), and it breaks
the center/LFE mixer split check.  The caller must test with a string
"CLFE" now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c