]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/realtek - Skip invalid digital out pins
authorTakashi Iwai <tiwai@suse.de>
Thu, 3 Nov 2011 15:54:06 +0000 (16:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 3 Nov 2011 16:00:27 +0000 (17:00 +0100)
commit3d33611aaf272f422997b69bae668fd3e40ee10c
tree303d30a6855dbe5e9606f5e228e999c3b061fb6e
parent76624e89ce1078efae824ea5f62437e3e236f831
ALSA: hda/realtek - Skip invalid digital out pins

Some BIOS report invalid pins as digital output pins.  The driver checks
the connection but it doesn't do it fully correctly, and it leaves some
undefined value as the audio-out widget, which makes the driver spewing
warnings.  This patch fixes the issue.

Reference: https://bugzilla.novell.com/show_bug.cgi?id=727348

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