Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157831
b: refs/heads/master
c: 63b2413
h: refs/heads/master
i:
  157829: a7e93e0
  157827: 25647d8
  157823: 5205898
v: v3
  • Loading branch information
Takashi Iwai committed Jul 9, 2009
1 parent 470469a commit 823386d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 277a57c710ff73af1213f5d4b42bf6458c1ebca3
refs/heads/master: 63b2413b2ff446e30286c2bd775fd10b12d188c6
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/patch_cirrus.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,9 @@ static int build_digital_output(struct hda_codec *codec)
struct cs_spec *spec = codec->spec;
int err;

if (!spec->multiout.dig_out_nid)
return 0;

err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
if (err < 0)
return err;
Expand Down

0 comments on commit 823386d

Please sign in to comment.