ALSA: hda - fix noise issue when recording from digital mic with alc268
authorHerton Ronaldo Krzesinski <herton@mandriva.com.br>
Wed, 12 Aug 2009 01:33:09 +0000 (22:33 -0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 12 Aug 2009 05:35:02 +0000 (07:35 +0200)
commit5908589f318835f515bf94829650d36dcb2d9024
tree6915b2874a4029732448e7f59d752878a8387be1
parent4f5d17062085ee1c74ff44a37ffb09f94ab4db1c
ALSA: hda - fix noise issue when recording from digital mic with alc268

With auto config model of alc268 realtek codec, it allows to select any
of possible available digital microphone inputs when only one is
available. For example, when only digital mic in nid 0x12 is available,
on second input source it will allow you to select unavailable digital
mic in nid 0x13. The problem is that selecting unavailable digital mic
creates a source of noise when recording (I'm not sure if this happens
on all machines with alc268 and only one digital mic input, but testing
on a quanta uw1 netbook a lot of noise is introduced in recording from
digital mic 0x12/first input source, when you select the unavailable
digital mic 0x13 for capture source 0x24 in the second input source in
mixer).

Then to avoid noise when recording from digital mic with auto model in
this case, prevent a digital mic input source to be selected if
microphone is not available.

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c