Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-component.c16 #define soc_component_ret(dai, ret) _soc_component_ret(dai, __func__, ret)
17 static inline int _soc_component_ret(struct snd_soc_component *component, const char *func, int ret) in _soc_component_ret() function