From: Wang Xingchao Date: Tue, 18 Jun 2013 13:42:14 +0000 (+0800) Subject: ALSA: hda - Avoid choose same converter for unused pins X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~15^2~3^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef166b831237e67b2ea83ce0c933c46ddd6eb26;p=pandora-kernel.git ALSA: hda - Avoid choose same converter for unused pins For Intel Haswell HDMI codecs, the pins choose converter 0 by default. This would cause conflict when playing audio on unused pins,the pin with physical device connected would get audio data too. i.e. Pin 0/1/2 default choose converter 0, pin 1 has HDMI monitor connected. when play audio on Pin 0 or pin 2, pin 1 could get audio data too. This patch configure unused pins to choose different converter. Signed-off-by: Wang Xingchao Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed