Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360965
b: refs/heads/master
c: 25336e8
h: refs/heads/master
i:
  360963: 956fb3f
v: v3
  • Loading branch information
Mengdong Lin authored and Takashi Iwai committed Mar 7, 2013
1 parent bd613e3 commit 248cd0e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9fedcc44f10d1e6820914f93a96d51bc7e653d98
refs/heads/master: 25336e8ae2d2fa64c9c4cc2c9c28f641134c9fa9
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3334,6 +3334,8 @@ int snd_hda_create_dig_out_ctls(struct hda_codec *codec,
return -EBUSY;
}
spdif = snd_array_new(&codec->spdif_out);
if (!spdif)
return -ENOMEM;
for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) {
kctl = snd_ctl_new1(dig_mix, codec);
if (!kctl)
Expand Down

0 comments on commit 248cd0e

Please sign in to comment.