]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Look for boost controls more deeply
authorTakashi Iwai <tiwai@suse.de>
Fri, 18 Jan 2013 10:07:15 +0000 (11:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Jan 2013 10:07:15 +0000 (11:07 +0100)
commit39a12a7bb149de00cdd567afcb1e7e18c315d0b8
tree7b3e620e0069a1e00890841287ffde18331948c8
parentc29b9939b928ef1a24ce683d1677ce1d080450de
ALSA: hda - Look for boost controls more deeply

In the current generic parser code, we look for the (mic) boost
controls only on input pins.  But many codecs assign the boost volume
to a widget connected to each input pin instead of the input amp of
the pin itself.

In this patch, the parser tries to look through more widgets connected
to the pin and find a boost amp.

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