Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283677
b: refs/heads/master
c: 00ae3b8
h: refs/heads/master
i:
  283675: 5a37976
v: v3
  • Loading branch information
Mark Brown committed Nov 1, 2011
1 parent d628852 commit 5a8d2ba
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a5ef9884088de4ed87ee9490923f277e805b38b2
refs/heads/master: 00ae3b8691e6486895d92de05d7d1d3a70bb5077
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3664,6 +3664,9 @@ int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack)
if (jack) {
snd_soc_dapm_force_enable_pin(&codec->dapm, "SYSCLK");
snd_soc_dapm_force_enable_pin(&codec->dapm, "MICBIAS");
} else {
snd_soc_dapm_disable_pin(&codec->dapm, "SYSCLK");
snd_soc_dapm_disable_pin(&codec->dapm, "MICBIAS");
}

return 0;
Expand Down

0 comments on commit 5a8d2ba

Please sign in to comment.