]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Parse ADCs in alc_auto_create_input_ctls()
authorTakashi Iwai <tiwai@suse.de>
Wed, 6 Jul 2011 13:12:46 +0000 (15:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Jul 2011 07:31:21 +0000 (09:31 +0200)
commitd2d07e36259cb1c2528075d99b56d7de1da41545
treec8658c273b98657ec5081b19a8b58a2985c14542
parent79bbb689b9443f123e6bde4f1351eade502240b5
ALSA: hda - Parse ADCs in alc_auto_create_input_ctls()

Parse ADCs and cap-srcs in alc_auto_create_input_ctls() by itself
instead of passing explicitly from the caller.  By this change, all
alc*_auto_create_input_ctls() can be unified to the same calls.

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