]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2010 11:39:02 +0000 (12:39 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Jan 2010 23:18:21 +0000 (15:18 -0800)
commitfe52cee99c5cf51c38c4d150fbc8a84fb8ed97d6
tree1932f7292b4f8473ccffbad12b841246f6493ee1
parent34e7aa0779b24f22d38b31a804bca700a0d38ea1
ALSA: hda - Fix missing capture mixer for ALC861/660 codecs

commit c7a8eb103248a110cdbe0530d8c5ce987f099eee upstream.

The capture-related mixer elements are missing with ALC861/ALC660 codecs
when quirks are present, due to missing call of set_capture_mixer().

Reference: Novell bnc#567340
http://bugzilla.novell.com/show_bug.cgi?id=567340

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