]> 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)
commit0184d2107d70e619605754557d8f5f5157bb69b8
treec8658c273b98657ec5081b19a8b58a2985c14542
parent6445280aa52ccd7e974eb2077f71bc0049dc5df6
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