ASoC: Tegra: Enable Kaen HP_MUTE at boot
[firefly-linux-kernel-4.4.55.git] / sound / soc / tegra / tegra_wm8903.c
index 0d6738a8b29a14b8469b7550a2b57d0ed04af87c..a42e9ac30f2810ce7f65f2cdc8f1f56c87c4809f 100644 (file)
@@ -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)) {