Skip to content

Commit

Permalink
ALSA: hda - Fix SPDIF output widget for Cxt5051 codec
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai committed Jan 24, 2010
1 parent 6953e55 commit ecda0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ecda0cf

Please sign in to comment.