Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321007
b: refs/heads/master
c: ff8a1e2
h: refs/heads/master
i:
  321005: 5af5b5b
  321003: 41f182c
  320999: e17de17
  320991: 18f23cd
v: v3
  • Loading branch information
Takashi Iwai committed Jul 31, 2012
1 parent c97c0f3 commit f7753ad
Show file tree
Hide file tree
Showing 2 changed files with 6 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: e5b35420ef7e6dc92a6cc5914bc9e5e5c1d48819
refs/heads/master: ff8a1e274cbc11da6b57849f925b895a212b56c9
5 changes: 5 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ enum {
STAC_HP_DV7_4000,
STAC_HP_ZEPHYR,
STAC_92HD83XXX_HP_LED,
STAC_92HD83XXX_HP_INV_LED,
STAC_92HD83XXX_MODELS
};

Expand Down Expand Up @@ -1677,6 +1678,7 @@ static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
[STAC_HP_DV7_4000] = "hp-dv7-4000",
[STAC_HP_ZEPHYR] = "hp-zephyr",
[STAC_92HD83XXX_HP_LED] = "hp-led",
[STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led",
};

static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
Expand Down Expand Up @@ -5561,6 +5563,9 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
spec->init = stac92hd83xxx_hp_zephyr_init;
break;
case STAC_92HD83XXX_HP_LED:
default_polarity = 0;
break;
case STAC_92HD83XXX_HP_INV_LED:
default_polarity = 1;
break;
}
Expand Down

0 comments on commit f7753ad

Please sign in to comment.