diff options
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 7f81cc2274f3..7407095cbc78 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1112,7 +1112,9 @@ static int stac92xx_build_controls(struct hda_codec *codec) | |||
1112 | } | 1112 | } |
1113 | 1113 | ||
1114 | if (spec->multiout.dig_out_nid) { | 1114 | if (spec->multiout.dig_out_nid) { |
1115 | err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid); | 1115 | err = snd_hda_create_spdif_out_ctls(codec, |
1116 | spec->multiout.dig_out_nid, | ||
1117 | spec->multiout.dig_out_nid); | ||
1116 | if (err < 0) | 1118 | if (err < 0) |
1117 | return err; | 1119 | return err; |
1118 | err = snd_hda_create_spdif_share_sw(codec, | 1120 | err = snd_hda_create_spdif_share_sw(codec, |