From: Mark Brown Date: Sun, 4 Sep 2011 14:54:55 +0000 (-0700) Subject: ASoC: Add line loads to the list of supported detections for Speyside X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=45cf367e8058ff3f1f6f9c3e9f617bfd7cff65b1;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ASoC: Add line loads to the list of supported detections for Speyside Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/samsung/speyside.c b/sound/soc/samsung/speyside.c index 09df8afbb44..b9e213f6cc0 100644 --- a/sound/soc/samsung/speyside.c +++ b/sound/soc/samsung/speyside.c @@ -167,7 +167,8 @@ static int speyside_wm8996_init(struct snd_soc_pcm_runtime *rtd) gpio_direction_output(WM8996_HPSEL_GPIO, speyside_jack_polarity); ret = snd_soc_jack_new(codec, "Headset", - SND_JACK_HEADSET | SND_JACK_BTN_0, + SND_JACK_LINEOUT | SND_JACK_HEADSET | + SND_JACK_BTN_0, &speyside_headset); if (ret) return ret;