9 Aug
2016
9 Aug
'16
6:52 a.m.
Hi Mark
These are codec duplicate functions cleanup patches - v2 We would like to switch to "component" style base ASoC in the future instead of current "CPU/Codec/Platform/Card" style.
Current "codec" has its .probe/.remove, and "component" has it too. codec side is just relayed it to component side. This is the time to cleanup.
These are very big patch-set, but it doesn't add new features. [001/127] - [126/127] move callback functions from codec to component, and last [127/127] will remove codec side .probe/.remove.
We need this kind of cleanup for Platform too.
I build-tested these patches with make allyesconfig on x86, and tested on Lager board.
Best regards --- Kuninori Morimoto