Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376783
b: refs/heads/master
c: 5a6f294
h: refs/heads/master
i:
  376781: e2d6d07
  376779: 4cf16e8
  376775: e3743a5
  376767: e04abab
v: v3
  • Loading branch information
Takashi Iwai committed Jun 3, 2013
1 parent 1c50f77 commit fab0569
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 05909d5c679cf7c9a8a5bc663677c066a546894f
refs/heads/master: 5a6f294e87974e6ec68d7113553ffd975d83bf15
4 changes: 3 additions & 1 deletion trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,9 @@ static int via_suspend(struct hda_codec *codec)
/* Fix pop noise on headphones */
int i;
for (i = 0; i < spec->gen.autocfg.hp_outs; i++)
snd_hda_set_pin_ctl(codec, spec->gen.autocfg.hp_pins[i], 0);
snd_hda_codec_write(codec, spec->gen.autocfg.hp_pins[i],
0, AC_VERB_SET_PIN_WIDGET_CONTROL,
0x00);
}

return 0;
Expand Down

0 comments on commit fab0569

Please sign in to comment.