Loading sound/soc/samsung/lowland.c +4 −10 Original line number Diff line number Diff line Loading @@ -56,16 +56,10 @@ static int lowland_wm5100_init(struct snd_soc_pcm_runtime *rtd) return ret; } ret = snd_soc_jack_new(codec, "Headset", SND_JACK_LINEOUT | SND_JACK_HEADSET | SND_JACK_BTN_0, &lowland_headset); if (ret) return ret; ret = snd_soc_jack_add_pins(&lowland_headset, ARRAY_SIZE(lowland_headset_pins), lowland_headset_pins); ret = snd_soc_card_jack_new(rtd->card, "Headset", SND_JACK_LINEOUT | SND_JACK_HEADSET | SND_JACK_BTN_0, &lowland_headset, lowland_headset_pins, ARRAY_SIZE(lowland_headset_pins)); if (ret) return ret; Loading Loading
sound/soc/samsung/lowland.c +4 −10 Original line number Diff line number Diff line Loading @@ -56,16 +56,10 @@ static int lowland_wm5100_init(struct snd_soc_pcm_runtime *rtd) return ret; } ret = snd_soc_jack_new(codec, "Headset", SND_JACK_LINEOUT | SND_JACK_HEADSET | SND_JACK_BTN_0, &lowland_headset); if (ret) return ret; ret = snd_soc_jack_add_pins(&lowland_headset, ARRAY_SIZE(lowland_headset_pins), lowland_headset_pins); ret = snd_soc_card_jack_new(rtd->card, "Headset", SND_JACK_LINEOUT | SND_JACK_HEADSET | SND_JACK_BTN_0, &lowland_headset, lowland_headset_pins, ARRAY_SIZE(lowland_headset_pins)); if (ret) return ret; Loading