diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-06-21 07:44:51 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-21 07:44:51 +0200 |
commit | efb9f469b6f563a9e54cc67575d38032800a49f2 (patch) | |
tree | d886c969856e537f7ccfbad7f3988950223bcfd6 | |
parent | 95c6e9cb774979c270f0ecb9ec819d02592ec89f (diff) |
ALSA: hda - Fix a compile error in patch_ca0132.c for the recent SPDIF change
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 55f58e76cce..d9a2254ceef 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/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"); |