Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353233
b: refs/heads/master
c: 05dc0fc
h: refs/heads/master
i:
  353231: ed1da83
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed Feb 5, 2013
1 parent e3e24f7 commit 7b16f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f672f65a1c15b04e09d25701a8b5be47bad9376a
refs/heads/master: 05dc0fc9d01537a66d9a0cffe2e96296d8f4c7ac
3 changes: 1 addition & 2 deletions trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ static void vt1708_update_hp_work(struct hda_codec *codec)
struct via_spec *spec = codec->spec;
if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs)
return;
if (spec->vt1708_jack_detect &&
(spec->gen.active_streams || hp_detect_with_aa(codec))) {
if (spec->vt1708_jack_detect) {
if (!spec->hp_work_active) {
codec->jackpoll_interval = msecs_to_jiffies(100);
snd_hda_codec_write(codec, 0x1, 0, 0xf81, 0);
Expand Down

0 comments on commit 7b16f73

Please sign in to comment.