On Tue, Jun 02, 2020 at 08:16:00AM +0900, Kuninori Morimoto wrote:
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
component related function should be implemented at soc-component.c. This patch moves soc-compress soc_compr_components_open() to soc-component as snd_soc_component_compr_open().
This is change is justified in one way but it also feels like maybe because the functions are so specific to compr devices, it is best to leave them here. Maybe others should also chime in.
Hmm.. I'm not sure. Such kind of functions are already has been changed... Let's ask to Maintainer.
Mark, what do you think ?
I don't think there's one right answer here. I guess if we have to pick we should do the same as is being done for PCM for compressed open but either option is fine I think.