aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-02-28 15:49:55 -0500
committerTakashi Iwai <tiwai@suse.de>2012-02-28 15:49:55 -0500
commit3e93f5efaf9cd48bae97ae6436cbc5f91be8003c (patch)
treef92a55c79d04304a281b053ec2fb4616f919b885 /sound/pci
parenta6f2fd557f993aecc93d51afd9e339524107937f (diff)
ALSA: hda - Enable docking-station SPDIF for Thinkpad
The docking-station of Thinkpad X200 & co supports also an SPDIF output, and the corresponding pin 0x1c has to be enabled for using it. Reported-and-tested-by: Sebastian Glita <sebastian.glita@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_conexant.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 266e5a68bafa..6bbdbb6dd4e5 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -4355,6 +4355,7 @@ static const struct cxt_pincfg cxt_pincfg_lenovo_x200[] = {
4355 { 0x16, 0x042140ff }, /* HP (seq# overridden) */ 4355 { 0x16, 0x042140ff }, /* HP (seq# overridden) */
4356 { 0x17, 0x21a11000 }, /* dock-mic */ 4356 { 0x17, 0x21a11000 }, /* dock-mic */
4357 { 0x19, 0x2121103f }, /* dock-HP */ 4357 { 0x19, 0x2121103f }, /* dock-HP */
4358 { 0x1c, 0x21440100 }, /* dock SPDIF out */
4358 {} 4359 {}
4359}; 4360};
4360 4361