Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133026
b: refs/heads/master
c: c8dcdf8
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Feb 6, 2009
1 parent 1e63f28 commit babb8e6
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: d95ad4a9c04129f581fdffe01a379682e420ad9c
refs/heads/master: c8dcdf829ca1827a802eae841dd04de8c9d6653f
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 @@ -1984,6 +1984,8 @@ int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid)
}
for (dig_mix = dig_in_ctls; dig_mix->name; dig_mix++) {
kctl = snd_ctl_new1(dig_mix, codec);
if (!kctl)
return -ENOMEM;
kctl->private_value = nid;
err = snd_hda_ctl_add(codec, kctl);
if (err < 0)
Expand Down

0 comments on commit babb8e6

Please sign in to comment.