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)
commit9c4e84d3b8cbcde88947ceff265e11d38ab127b9
tree74cf45918a63868149a671d2ac9dd5faaeaecdfd
parente92d4b08d756e11f89a5d7e7d45a3ab9387bd25a
ALSA: hda - Fix Center/LFE mixer element creations for Realtek

The commit 23c09b00900c3fa6672148738cad29d6fc6ded7c
    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