On Wed, Dec 02, 2015 at 10:32:41AM +0000, Mark Brown wrote:
On Wed, Dec 02, 2015 at 10:53:30AM +0530, Vinod Koul wrote:
But if we do wrt from CPU the situation is different
CPU Tx (Pb) -----------> Codec Tx (Pb) CPU Rx (Cap) <----------- Codec Rx (Cap)
Since this follows normal playback kind of scenario, we need to link pb-pb and cap-cap
But neither of these is a CODEC so why would the CODEC flag be set in the DAI? Unless your "Codec" here is genuinely the CODEC rather than the CPU DAI connected to the CODEC in which case surely this is just a normal DAI link?
Sorry Mark for late reply..
You are right this is like a normal link, and yes that is _exactly_ we need, but we also need parameters to be specified for this as this is hostless.
The moment I add 'params" core will do different connections which do not work for us.
I am okay if you have something else in mind which solves our problem :)
Thanks