Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361615
b: refs/heads/master
c: 039eb75
h: refs/heads/master
i:
  361613: 110e1f4
  361611: bffb823
  361607: 311c31a
  361599: 445f1b1
v: v3
  • Loading branch information
Takashi Iwai committed Mar 18, 2013
1 parent cc52110 commit 4bbc9a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a86b1a2cd2f81f74e815e07f756edd7bc5b6f034
refs/heads/master: 039eb75350acd1131a18a9bd12a0d4e1fb17892e
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/patch_cirrus.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ static void cs_automute(struct hda_codec *codec)
snd_hda_gen_update_outputs(codec);

if (spec->gpio_eapd_hp) {
unsigned int gpio = spec->gen.hp_jack_present ?
spec->gpio_data = spec->gen.hp_jack_present ?
spec->gpio_eapd_hp : spec->gpio_eapd_speaker;
snd_hda_codec_write(codec, 0x01, 0,
AC_VERB_SET_GPIO_DATA, gpio);
AC_VERB_SET_GPIO_DATA, spec->gpio_data);
}
}

Expand Down

0 comments on commit 4bbc9a7

Please sign in to comment.