From 3e93f5efaf9cd48bae97ae6436cbc5f91be8003c Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Tue, 28 Feb 2012 21:49:55 +0100
Subject: [PATCH] ALSA: hda - Enable docking-station SPDIF for Thinkpad
Git-commit: 3e93f5efaf9cd48bae97ae6436cbc5f91be8003c
Patch-mainline: 3.4-rc3
References: FATE#313695

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>

---
 sound/pci/hda/patch_conexant.c |    1 +
 1 file changed, 1 insertion(+)

--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -4388,6 +4388,7 @@ static const struct cxt_pincfg cxt_pincf
 	{ 0x16, 0x042140ff }, /* HP (seq# overridden) */
 	{ 0x17, 0x21a11000 }, /* dock-mic */
 	{ 0x19, 0x2121103f }, /* dock-HP */
+	{ 0x1c, 0x21440100 }, /* dock SPDIF out */
 	{}
 };
 
