4 Oct
2023
4 Oct
'23
10:07 a.m.
Hi Mark Cc Pierre-Louis
I would like to post CPU/Codec connection cleanup patch-set, but it needs to be tested at many situation. Thus, I have separate it into small sub-patch-set, and this is step1 of it.
Current soc_get_playback_capture() is checking validation of CPU/Codec, but it is too complex, and unfortunately wrong when multi CPU/Codec case. This patch fixup and cleanup it.
Kuninori Morimoto (2): ASoC: soc-pcm.c: fixup validation check of multi CPU/Codec on soc_get_playback_capture() ASoC: soc-pcm.c: factorize CPU/Codec validation check on soc_get_playback_capture()
sound/soc/soc-pcm.c | 55 ++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 33 deletions(-)
--
2.25.1