From 81fbd155f63d1e1ae6192509fed6e26f90cc493c Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 21 Jun 2011 07:44:51 +0200 Subject: [PATCH] --- yaml --- r: 257661 b: refs/heads/master c: efb9f469b6f563a9e54cc67575d38032800a49f2 h: refs/heads/master i: 257659: 78b79004307ab106266e91aafbfe41b2ef2140af v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_ca0132.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5a518c1e0107..b4f9649413c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 95c6e9cb774979c270f0ecb9ec819d02592ec89f +refs/heads/master: efb9f469b6f563a9e54cc67575d38032800a49f2 diff --git a/trunk/sound/pci/hda/patch_ca0132.c b/trunk/sound/pci/hda/patch_ca0132.c index 55f58e76cce7..d9a2254ceef6 100644 --- a/trunk/sound/pci/hda/patch_ca0132.c +++ b/trunk/sound/pci/hda/patch_ca0132.c @@ -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");