aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-01-24 11:14:36 +0100
committerTakashi Iwai <tiwai@suse.de>2010-01-24 11:14:36 +0100
commitecda0cff9df77d3f7d388bd4966e61f1947d2c95 (patch)
tree4a5628da5b6591e7693390bc2ec934f80c0b9705 /sound/pci
parent6953e5524a2ee0dcf57a83d8a6728d1262c54c37 (diff)
downloadkernel_samsung_smdk4412-ecda0cff9df77d3f7d388bd4966e61f1947d2c95.zip
kernel_samsung_smdk4412-ecda0cff9df77d3f7d388bd4966e61f1947d2c95.tar.gz
kernel_samsung_smdk4412-ecda0cff9df77d3f7d388bd4966e61f1947d2c95.tar.bz2
ALSA: hda - Fix SPDIF output widget for Cxt5051 codec
Fixed the wrongly set up for SPDIF output on Conexant 5051 codec. It must point to the audio out widget instead of a pin. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_conexant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 4fbb398..250b74f 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -42,7 +42,7 @@
/* Conexant 5051 specific */
-#define CXT5051_SPDIF_OUT 0x1C
+#define CXT5051_SPDIF_OUT 0x12
#define CXT5051_PORTB_EVENT 0x38
#define CXT5051_PORTC_EVENT 0x39