Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/
Dsoc-component.c16 #define soc_component_ret(dai, ret) _soc_component_ret(dai, __func__, ret, -1)
17 #define soc_component_ret_reg_rw(dai, ret, reg) _soc_component_ret(dai, __func__, ret, reg)
18 static inline int _soc_component_ret(struct snd_soc_component *component, in _soc_component_ret() function