X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Fsoc%2Fsamsung%2Fspeyside.c;h=b9e213f6cc0630f179d9b811d6b382dac6c64777;hb=ac5761a650d22dd7dfad4d417463a0981d2da0a4;hp=09df8afbb447b93b245cfbe7ccb2134ec17ded67;hpb=11323e328336d21aafd7e814f337c20bb1cabd83;p=~andy%2Flinux 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;