Home
last modified time | relevance | path

Searched refs:core_shutdown (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/soc/sof/imx/
H A Dimx-common.h88 int (*core_shutdown)(struct snd_sof_dev *sdev); member
134 if (ops && ops->core_shutdown) in imx_chip_core_shutdown()
135 return ops->core_shutdown(sdev); in imx_chip_core_shutdown()
H A Dimx9.c82 .core_shutdown = imx95_core_shutdown,