Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-component.c15 #define soc_component_ret(dai, ret) _soc_component_ret(dai, __func__, ret)
16 static inline int _soc_component_ret(struct snd_soc_component *component, in _soc_component_ret() function
/kernel/linux/linux-6.6/sound/soc/
H A 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

Completed in 4 milliseconds