12 Mar
2013
12 Mar
'13
7:19 p.m.
On 03/11/2013 07:27 PM, Kuninori Morimoto wrote:
Current ASoC has register function for platform/codec/dai/card, but doesn't have for cpu. It often produces confusion and fault on ASoC.
As result of ASoC community discussion, we consider new struct snd_soc_component for CPU/CODEC, and will switch over to use it.
This patch adds very basic struct snd_soc_component, and register function for it.
The series seems reasonable enough to me, as a basis for future work on the DT stuff, so,
Reviewed-by: Stephen Warren swarren@nvidia.com
I wonder how much work it is to convert all users of snd_soc_register_dais() to this new API; is it worth doing so?