22 May
2020
22 May
'20
2:21 a.m.
Hi Mark
Current ALSA SoC is handling dai_link related operation, but it is implmemented directly without using function/macro, and at random place.
This v3 patch-set creates new snd_soc_link_xxx() functions which handles dai_link related operation, and implmement these at new soc-link.c.
v2 -> v3
- add missing #include <sound/soc-link.h> in soc-link.c
v1 -> v2
- #include <sound/soc-link.h> is added on each c source file instead of soc.h
- not have extra error message after snd_soc_link_xxx(), because it already indicate it via snc_link_ret()
- snd_soc_link_compr_xxx() doesn't have rtd parameter, because it can be created from cstream
I forgot to add Ranjani's Acked-by on this patch-set.
Thank you for your help !!
Best regards --- Kuninori Morimoto