30 Jun
2020
30 Jun
'20
9:56 a.m.
Hi Ranjani,
In sound/soc/sof/core.c there is this code
» /* set up platform component driver */ » snd_sof_new_platform_drv(sdev);
Components in ALSA are of type: CPU, platform and codec.
So, my question is that ignoring some language semantics isn't this function setting up the CPU component driver?
thanks, Daniel.