Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182746
b: refs/heads/master
c: e108c7b
h: refs/heads/master
v: v3
  • Loading branch information
Vitaliy Kulikov authored and Takashi Iwai committed Jan 28, 2010
1 parent 5025710 commit 3838e28
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: 30ed7ed11cb88fd56d821a67b9aab1e0d50fb626
refs/heads/master: e108c7b79e91b45a3f04762c44fd404a5d9be069
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 @@ -5332,6 +5332,11 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
if (spec->board_config == STAC_92HD83XXX_HP)
spec->gpio_led = 0x01;

if (find_mute_led_gpio(codec))
snd_printd("mute LED gpio %d polarity %d\n",
spec->gpio_led,
spec->gpio_led_polarity);

#ifdef CONFIG_SND_HDA_POWER_SAVE
if (spec->gpio_led) {
spec->gpio_mask |= spec->gpio_led;
Expand Down

0 comments on commit 3838e28

Please sign in to comment.