Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157872
b: refs/heads/master
c: fe7e568
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Aug 31, 2009
1 parent 17ac5cf commit 7c31963
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 17bbaa6f600a36930879fd58e4e38a8c25bf9b60
refs/heads/master: fe7e56814cb82eb28698c2a74bdb830ae0592a45
4 changes: 4 additions & 0 deletions trunk/sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -3892,6 +3892,10 @@ static struct hda_verb ad1884a_laptop_verbs[] = {
{0x12, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | AD1884A_HP_EVENT},
{0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | AD1884A_MIC_EVENT},
{0x1c, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | AD1884A_MIC_EVENT},
/* allow to touch GPIO1 (for mute control) */
{0x01, AC_VERB_SET_GPIO_MASK, 0x02},
{0x01, AC_VERB_SET_GPIO_DIRECTION, 0x02},
{0x01, AC_VERB_SET_GPIO_DATA, 0x02}, /* first muted */
{ } /* end */
};

Expand Down

0 comments on commit 7c31963

Please sign in to comment.