X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=sound%2Fpci%2Fhda%2Fpatch_hdmi.c;h=13ee4449718f2f5af4d48ae4049624b61aa4583a;hb=74b654c957e901e7596ebc7b9f5a1bea62b20509;hp=86b35a071a83a263d67c27573b993b78636a290b;hpb=7c9359762797ba7a70bbaa6364aaecc16786ac83;p=pandora-kernel.git diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 86b35a071a83..13ee4449718f 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1095,7 +1095,8 @@ static int generic_hdmi_build_controls(struct hda_codec *codec) int i; for (i = 0; i < codec->num_pcms; i++) { - err = snd_hda_create_spdif_out_ctls(codec, spec->cvt[i]); + err = snd_hda_create_spdif_out_ctls(codec, spec->cvt[i], + spec->cvt[i]); if (err < 0) return err; }