10 Mar
2014
10 Mar
'14
8:03 a.m.
Hi Lars
There is already a cpu_name field for the DAI link struct and it is ignored when it is NULL. See http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/sound/so...
indeed Thanks
I have a patch that makes using cpu_name mandatory for new component drivers. And then we can slowly start to convert old platforms.
Nice !
Basically, my worry is cpu/codec "asymmetry" data structure. (Maybe it came from "historical" reason?)
I would like to have new "struct snd_soc_cpu" and "snd_soc_register_cpu()" instead of current "component" if possible. It is understandable.