Re: [RESEND PATCH 5/6] ASoC: cdn-dp: Add cdn DP codec driver

2016-05-30 Thread Arnaud Pouliquen
On 05/30/2016 09:47 AM, Jyri Sarha wrote: > On 05/30/16 10:26, Chris Zhong wrote: >> Hi Mark & Vinod >> >> Thanks for your suggestion, I am going to use this HDMI codec driver. >> But it seems no one use it, currently. >> > > There is three users working on getting their code accepted in main >

Re: [RESEND PATCH 5/6] ASoC: cdn-dp: Add cdn DP codec driver

2016-05-30 Thread Jyri Sarha
On 05/30/16 10:26, Chris Zhong wrote: > Hi Mark & Vinod > > Thanks for your suggestion, I am going to use this HDMI codec driver. > But it seems no one use it, currently. > There is three users working on getting their code accepted in main line. I have been trying to get my tda998x patches revi

Re: [RESEND PATCH 5/6] ASoC: cdn-dp: Add cdn DP codec driver

2016-05-30 Thread Chris Zhong
Hi Mark & Vinod Thanks for your suggestion, I am going to use this HDMI codec driver. But it seems no one use it, currently. On 05/30/2016 11:33 AM, Vinod Koul wrote: On Fri, May 27, 2016 at 09:23:12PM +0100, Mark Brown wrote: On Fri, May 27, 2016 at 06:45:41PM +0800, Chris Zhong wrote: codec

Re: [RESEND PATCH 5/6] ASoC: cdn-dp: Add cdn DP codec driver

2016-05-29 Thread Vinod Koul
On Fri, May 27, 2016 at 09:23:12PM +0100, Mark Brown wrote: > On Fri, May 27, 2016 at 06:45:41PM +0800, Chris Zhong wrote: > > codec driver get some interfaces from cdn-dp driver, than using those > > to set DP audio formats, corresponding to alsa formats. > > I'm not seeing anything Rockchip spec

Re: [RESEND PATCH 5/6] ASoC: cdn-dp: Add cdn DP codec driver

2016-05-27 Thread Mark Brown
On Fri, May 27, 2016 at 06:45:41PM +0800, Chris Zhong wrote: > codec driver get some interfaces from cdn-dp driver, than using those > to set DP audio formats, corresponding to alsa formats. I'm not seeing anything Rockchip specific in here... DisplayPort is backwards compatible with HDMI, should

[RESEND PATCH 5/6] ASoC: cdn-dp: Add cdn DP codec driver

2016-05-27 Thread Chris Zhong
codec driver get some interfaces from cdn-dp driver, than using those to set DP audio formats, corresponding to alsa formats. Signed-off-by: Chris Zhong --- sound/soc/codecs/Kconfig| 3 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/cdn-dp-audio.c | 246 ++