Re: [PATCH] ASoC: max98090 not need to return fail if fail to request hpdet irq.

2014-07-30 Thread Jianqun
On 2014年07月30日 14:29, Jarkko Nikula wrote: > On 07/30/2014 04:50 AM, jianqun wrote: >> From: xujianqun >> >> Since hardware may not MUST to use IRQ pin of max98090 as jack detect, the >> driver can work well without it, can report jack trigger to CPU by a GPIO. >> >> But here driver will registe

Re: [PATCH] ASoC: max98090 not need to return fail if fail to request hpdet irq.

2014-07-29 Thread Jarkko Nikula
On 07/30/2014 04:50 AM, jianqun wrote: From: xujianqun Since hardware may not MUST to use IRQ pin of max98090 as jack detect, the driver can work well without it, can report jack trigger to CPU by a GPIO. But here driver will register fail caused by failed to request irq. Signed-off-by: xujia

[PATCH] ASoC: max98090 not need to return fail if fail to request hpdet irq.

2014-07-29 Thread jianqun
From: xujianqun Since hardware may not MUST to use IRQ pin of max98090 as jack detect, the driver can work well without it, can report jack trigger to CPU by a GPIO. But here driver will register fail caused by failed to request irq. Signed-off-by: xujianqun --- sound/soc/codecs/max98090.c |