Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353095
b: refs/heads/master
c: 76a19c6
h: refs/heads/master
i:
  353093: 89e2787
  353091: d68f0b7
  353087: d767105
v: v3
  • Loading branch information
Takashi Iwai committed Jan 12, 2013
1 parent 779aeb7 commit 16a67a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6b85f3c9d5ea3807dee651c28d5b0d5982ae2fa
refs/heads/master: 76a19c69d9c971d652e263799536412ec7f8dcf3
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/hda_jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid)
if (get_defcfg_misc(snd_hda_codec_get_pincfg(codec, nid)) &
AC_DEFCFG_MISC_NO_PRESENCE)
return false;
if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP) &&
!codec->jackpoll_interval)
return false;
return true;
}
Expand Down

0 comments on commit 16a67a4

Please sign in to comment.