Re: [PATCH v4 11/14] ASoC: wcd9335: add mbhc support

2018-09-26 Thread Srinivas Kandagatla
On 26/09/18 10:31, Banajit Goswami wrote: +static irqreturn_t wcd9335_mbhc_sw_irq(int irq, void *data) Are we supporting only headset and headphone detection for now ? Extension cable and electrical detection will be supported later ? And how about cases for slow insertion scenarios ? I can

Re: [PATCH v4 11/14] ASoC: wcd9335: add mbhc support

2018-09-26 Thread Banajit Goswami
On 9/16/2018 5:57 PM, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla Signed-off-by: Srinivas Kandagatla --- sound/soc/codecs/wcd9335.c | 268 - 1 file changed, 266 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/wc

[PATCH v4 11/14] ASoC: wcd9335: add mbhc support

2018-09-16 Thread srinivas . kandagatla
From: Srinivas Kandagatla Signed-off-by: Srinivas Kandagatla --- sound/soc/codecs/wcd9335.c | 268 - 1 file changed, 266 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/wcd9335.c b/sound/soc/codecs/wcd9335.c index efbb698..6c95cff 100644