]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA : hda - not use assigned converters for all unused pins
authorMengdong Lin <mengdong.lin@intel.com>
Sun, 22 Sep 2013 00:34:45 +0000 (20:34 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Sep 2013 08:22:49 +0000 (10:22 +0200)
commitf82d7d16aee5eb4c2315ba11a90f2f3c662d45b8
tree545ec3a35638f3a2ebbf03b48ba0bfb379f6c793
parentb26d19e44adfd10b691bf4ffd50ed411c1be9317
ALSA : hda - not use assigned converters for all unused pins

BIOS can mark a pin as "no physical connection" if the port is used by an
integrated display which is not audio capable. And audio driver will overlook
such pins.

On Haswell, such a disconneted pin will keep muted and connected to the 1st
converter by default. But if the 1st convertor is assigned to a connected pin
for audio streaming. The muted disconnected pin can make the connected pin
no sound output.

So this patch avoids using assigned converters for all unused pins for Haswell,
including the disconected pins.

Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Reviewed-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c