提交 efb9f469 编写于 作者: T Takashi Iwai

ALSA: hda - Fix a compile error in patch_ca0132.c for the recent SPDIF change

Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 95c6e9cb
......@@ -921,7 +921,8 @@ static int ca0132_build_controls(struct hda_codec *codec)
}
if (spec->dig_out) {
err = snd_hda_create_spdif_out_ctls(codec, spec->dig_out);
err = snd_hda_create_spdif_out_ctls(codec, spec->dig_out,
spec->dig_out);
if (err < 0)
return err;
err = add_out_volume(codec, spec->dig_out, "IEC958");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册