From: Takashi Iwai Date: Sun, 24 Jan 2010 10:14:36 +0000 (+0100) Subject: ALSA: hda - Fix SPDIF output widget for Cxt5051 codec X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ecda0cff9df77d3f7d388bd4966e61f1947d2c95;p=linux-beck.git 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 --- diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 4fbb398ccd67..250b74f8136e 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