21 Nov
2012
21 Nov
'12
6:56 p.m.
Hi Mark
One further question on the dai_link widget mechanism.
Currently the code in soc_probe_link_dais, the code will call snd_soc_dapm_new_pcm to create the dai_link widget and the routes.
For a capture stream, it creates the following routes: Cpu_dai widget -> dai_link widget -> codec_dai widget
And for a playback stream: Codec_dai widget -> dai_link widget -> cpu_dai widget
Shouldn't it be the opposite directions in both cases? Or did I miss something?
Thanks Regards Sebastien