20 Apr
2016
20 Apr
'16
6:11 p.m.
On Wed, Apr 20, 2016 at 05:39:50PM +0800, PC Liao wrote:
On Wed, 2016-04-20 at 16:29 +0800, Mark Brown wrote:
On Wed, Apr 20, 2016 at 02:40:47PM +0800, PC Liao wrote:
+Optional properties: +- capture-dai: audio codec dai on capture path
- <&rt5650 0> : Default setting. Connect rt5650 I2S1 for capture. (dai_name = rt5645-aif1)
- <&rt5650 1> : Connect rt5650 I2S2 for capture. (dai_name = rt5645-aif2)
I sugggested changing this to use a subnode but you've ignored my suggestion...
Sorry.... It's my mistake.
You mean that using a subnode. This is my example:
codec-capture { sound-dai = <&rt5650 1>; };
Does this is your suggestion?
Yeah. Having refreshed my mind about the APIs a bit the idea is that if you do things this way then any additional parameters that are needed for the DAI can be added within the subnode.