Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342553
b: refs/heads/master
c: 34a9318
h: refs/heads/master
i:
  342551: bbc02d6
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed Oct 17, 2012
1 parent d391a8a commit c4975e3
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: a2af050f8df6eeec29818639859f14eb237d6957
refs/heads/master: 34a9318772d00efc5c1af00639526232050c49b8
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/hda_jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ int snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid,
jack->action = action;
if (cb)
jack->callback = cb;
if (codec->jackpoll_interval > 0)
return 0; /* No unsol if we're polling instead */
return snd_hda_codec_write_cache(codec, nid, 0,
AC_VERB_SET_UNSOLICITED_ENABLE,
AC_USRSP_EN | jack->tag);
Expand Down

0 comments on commit c4975e3

Please sign in to comment.