On 16 June 2016 02:15, Xing Zheng wrote:
quoted
quoted
+ /* Enable Headset and 4 Buttons Jack detection */
+ ret = snd_soc_card_jack_new(rtd->card, "Headset Jack",
+ SND_JACK_HEADSET |
Should this also include SND_JACK_LINEOUT? da7219 differentiates
between the two so not including lineout means, for example, we can
miss jack insertion/removal events.
Hi Adam,
Could you please confirm Steve says that about SND_JACK_LINEOUT?
Thanks.
Hi Xing Zheng,
Yes, as Steve mentioned DA7219 does support SND_JACK_LINEOUT so we should really
include this here.