24 Mar
2015
24 Mar
'15
2:06 a.m.
Hi Mark
Because, sound card needs to set dai_link->dpcm_playback / dai_link->dpcm_capture on soc_new_pcm() if it was DPCM. but, it is depends on CPU/Codec driver. So, sound card driver need to get DAI driver, and consider it. I will add this explain in v4
Hrm, I see. This doesn't feel quite elegant - can we do something like factor this check out into the core here? It feels like something the card driver ought not to need to worry about.
OK, I will reconsider it.