Re: [PATCH v1 3/4] ASoC: Add codec machine driver for RK3036

2015-10-23 Thread Shunqian Zheng
Mark & Sjoerd, On 2015年10月20日 03:13, Mark Brown wrote: On Tue, Oct 13, 2015 at 09:01:08AM +0800, Shunqian Zheng wrote: From: ZhengShunQian This patch add the machine driver for rk3036. Like Sjoerd said this looks like it migh be better just using simple-card, if not... Yes, simple-card works

Re: [PATCH v1 3/4] ASoC: Add codec machine driver for RK3036

2015-10-19 Thread Mark Brown
On Tue, Oct 13, 2015 at 09:01:08AM +0800, Shunqian Zheng wrote: > From: ZhengShunQian > > This patch add the machine driver for rk3036. Like Sjoerd said this looks like it migh be better just using simple-card, if not... > + ret = snd_soc_dai_set_fmt(codec_dai, dai_fmt); > + if (ret < 0

Re: [PATCH v1 3/4] ASoC: Add codec machine driver for RK3036

2015-10-19 Thread Sjoerd Simons
On Tue, 2015-10-13 at 09:01 +0800, Shunqian Zheng wrote: > From: ZhengShunQian > > This patch add the machine driver for rk3036. Does this need a machine driver? Can't the simple-card machine driver be used for this ? (From the looks of it that would only mean the clocking setup for the cpu dai

[PATCH v1 3/4] ASoC: Add codec machine driver for RK3036

2015-10-12 Thread Shunqian Zheng
From: ZhengShunQian This patch add the machine driver for rk3036. RK3036 SoC is integrated with Inno codec, this patch should work for all RK3036 board. Signed-off-by: ZhengShunQian --- sound/soc/rockchip/Kconfig | 10 +++ sound/soc/rockchip/Makefile | 2 + sound/soc/roc