|
|
@@ -182,17 +182,17 @@ static int omap_abe_twl6040_init(struct snd_soc_pcm_runtime *rtd)
|
|
|
|
|
|
/* Headset jack detection only if it is supported */
|
|
|
if (priv->jack_detection) {
|
|
|
- ret = snd_soc_jack_new(codec, "Headset Jack",
|
|
|
- SND_JACK_HEADSET, &hs_jack);
|
|
|
+ ret = snd_soc_card_jack_new(rtd->card, "Headset Jack",
|
|
|
+ SND_JACK_HEADSET, &hs_jack,
|
|
|
+ hs_jack_pins,
|
|
|
+ ARRAY_SIZE(hs_jack_pins));
|
|
|
if (ret)
|
|
|
return ret;
|
|
|
|
|
|
- ret = snd_soc_jack_add_pins(&hs_jack, ARRAY_SIZE(hs_jack_pins),
|
|
|
- hs_jack_pins);
|
|
|
twl6040_hs_jack_detect(codec, &hs_jack, SND_JACK_HEADSET);
|
|
|
}
|
|
|
|
|
|
- return ret;
|
|
|
+ return 0;
|
|
|
}
|
|
|
|
|
|
static const struct snd_soc_dapm_route dmic_audio_map[] = {
|