From 1172a134c87c70e052e6ca1f1a697d6a141b91a0 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 26 May 2011 12:46:50 -0600 Subject: [PATCH] --- yaml --- r: 257477 b: refs/heads/master c: a5fe6be42e5cadac4c2aef2b3714cfa8fadb6092 h: refs/heads/master i: 257475: a1d79690bd209882b9b3e04474f939a395a26455 v: v3 --- [refs] | 2 +- trunk/sound/soc/tegra/tegra_wm8903.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3b31f8226fc7..67ef905de96b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ac8b6f41a6886dacc88c15c8742e7cd2e40ca7e +refs/heads/master: a5fe6be42e5cadac4c2aef2b3714cfa8fadb6092 diff --git a/trunk/sound/soc/tegra/tegra_wm8903.c b/trunk/sound/soc/tegra/tegra_wm8903.c index 0d6738a8b29a..a42e9ac30f28 100644 --- a/trunk/sound/soc/tegra/tegra_wm8903.c +++ b/trunk/sound/soc/tegra/tegra_wm8903.c @@ -267,7 +267,7 @@ static int tegra_wm8903_init(struct snd_soc_pcm_runtime *rtd) } machine->gpio_requested |= GPIO_HP_MUTE; - gpio_direction_output(pdata->gpio_hp_mute, 0); + gpio_direction_output(pdata->gpio_hp_mute, 1); } if (gpio_is_valid(pdata->gpio_int_mic_en)) {