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 <zhen...@rock-chips.com>
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 fine, I think I need to learn more and resend
patches.
Thank you very much,
Shunqian
+ ret = snd_soc_dai_set_fmt(codec_dai, dai_fmt);
+ if (ret < 0)
+ return ret;
+
+ /* set cpu DAI configuration */
+ ret = snd_soc_dai_set_fmt(cpu_dai, dai_fmt);
Set this in the dai_link struct.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/