Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182756
b: refs/heads/master
c: b99a776
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Feb 8, 2010
1 parent d208a0d commit 9ae011b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: c21bd0254371c207636e84c9e033d13a6fe48d43
refs/heads/master: b99a776d0b17ae0f3a54e86009887a00ac4889d0
6 changes: 0 additions & 6 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -5343,9 +5343,6 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)

codec->patch_ops = stac92xx_patch_ops;

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,
Expand Down Expand Up @@ -5673,7 +5670,6 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
*/
spec->num_smuxes = 1;
spec->num_dmuxes = 1;
spec->gpio_led = 0x01;
/* fallthrough */
case STAC_HP_DV5:
snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Expand All @@ -5688,8 +5684,6 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
spec->num_dmics = 1;
spec->num_dmuxes = 1;
spec->num_smuxes = 1;
/* orange/white mute led on GPIO3, orange=0, white=1 */
spec->gpio_led = 0x08;
break;
}

Expand Down

0 comments on commit 9ae011b

Please sign in to comment.