Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284210
b: refs/heads/master
c: 344b01a
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 16, 2011
1 parent 5d96a2c commit 22a804a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cfc7c9d307b6a3557e333f960218d344d3a70ce7
refs/heads/master: 344b01aecdc1e1173b5aa86208ef583489de7710
1 change: 1 addition & 0 deletions trunk/sound/pci/hda/hda_jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ int snd_hda_input_jack_add(struct hda_codec *codec, hda_nid_t nid, int type,
err = snd_jack_new(codec->bus->card, name, type, &jack->jack);
if (err < 0)
return err;
jack->type = type;
jack->jack->private_data = jack;
jack->jack->private_free = hda_free_jack_priv;
return 0;
Expand Down

0 comments on commit 22a804a

Please sign in to comment.