Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257661
b: refs/heads/master
c: efb9f46
h: refs/heads/master
i:
  257659: 78b7900
v: v3
  • Loading branch information
Takashi Iwai committed Jun 21, 2011
1 parent 61f4dd8 commit 81fbd15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95c6e9cb774979c270f0ecb9ec819d02592ec89f
refs/heads/master: efb9f469b6f563a9e54cc67575d38032800a49f2
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/patch_ca0132.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 81fbd15

Please sign in to comment.