21 Aug
2024
21 Aug
'24
3:13 p.m.
On Wed, Aug 21, 2024 at 02:29:04AM +0000, Kuninori Morimoto wrote:
No driver is calling snd_soc_dpcm_can_be_xxx() functions. We don't need to have EXPORT_SYMBOL_GPL() for them. Let's makes it static function. One note is that snd_soc_dpcm_fe_can_update() is not used in upstream. Use #if-endif and keep it for future support.
We should just delete the code if it's not needed, it can always be re-added later.