ALSA: hda - Add digital-mic support to ALC262 auto model
authorTakashi Iwai <tiwai@suse.de>
Mon, 22 Jun 2009 08:56:54 +0000 (10:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 22 Jun 2009 09:06:18 +0000 (11:06 +0200)
commit8c927b4acf819ed0170bff991bc9eaec4c85deb8
treea0dc21778c8363897dabe0299268caf4a840c97a
parent0169b6b33b2b4d9e66e98afc56272e5fbd350df4
ALSA: hda - Add digital-mic support to ALC262 auto model

Add the digital-mic support with ALC262 auto model.
The new ALC262 models have the digital mic at NID 0x12.  This widget
isn't checked in the current alc262_auto_create_analog_input_ctls()
since it's under 0x18.  So, just reuse the routine for alc269 to fix
the behavior.

But, it doesn't suffice: the digital mic is supported only with the
ADC0, we have to exclude other ADCs when d-mic is detected.

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