diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-09-09 04:46:38 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-09 12:51:51 -0400 |
commit | e99d32b325ac68bd2ffbbe8edc44cbaf5d91e4be (patch) | |
tree | 10a99a3780ce9d6edcf678317a11c79527194747 /sound/pci | |
parent | e348797018528249e525b40f0270aca42ac44a97 (diff) |
ALSA: hda - add missing slave_dig_outs for 92HD73bxx
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 80bdee4880d7..4343d5fe5f72 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -3859,6 +3859,7 @@ static int patch_stac92hd73xx(struct hda_codec *codec) | |||
3859 | return -ENOMEM; | 3859 | return -ENOMEM; |
3860 | 3860 | ||
3861 | codec->spec = spec; | 3861 | codec->spec = spec; |
3862 | codec->slave_dig_outs = stac92hd73xx_slave_dig_outs; | ||
3862 | spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids); | 3863 | spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids); |
3863 | spec->pin_nids = stac92hd73xx_pin_nids; | 3864 | spec->pin_nids = stac92hd73xx_pin_nids; |
3864 | spec->board_config = snd_hda_check_board_config(codec, | 3865 | spec->board_config = snd_hda_check_board_config(codec, |