Skip to content

Commit

Permalink
ALSA: hda - add missing slave_dig_outs for 92HD73bxx
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Matthew Ranostay authored and Jaroslav Kysela committed Sep 9, 2008
1 parent e348797 commit e99d32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3859,6 +3859,7 @@ static int patch_stac92hd73xx(struct hda_codec *codec)
return -ENOMEM;

codec->spec = spec;
codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
spec->pin_nids = stac92hd73xx_pin_nids;
spec->board_config = snd_hda_check_board_config(codec,
Expand Down

0 comments on commit e99d32b

Please sign in to comment.