Searched refs:wm_adsp2_component_remove (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm_adsp.h | 136 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component);
|
D | cs47l24.c | 1158 wm_adsp2_component_remove(&priv->core.adsp[1], component); in cs47l24_component_probe() 1159 wm_adsp2_component_remove(&priv->core.adsp[2], component); in cs47l24_component_probe() 1168 wm_adsp2_component_remove(&priv->core.adsp[1], component); in cs47l24_component_remove() 1169 wm_adsp2_component_remove(&priv->core.adsp[2], component); in cs47l24_component_remove()
|
D | wm5102.c | 1968 wm_adsp2_component_remove(&priv->core.adsp[0], component); in wm5102_component_probe() 1977 wm_adsp2_component_remove(&priv->core.adsp[0], component); in wm5102_component_remove()
|
D | wm5110.c | 2326 wm_adsp2_component_remove(&priv->core.adsp[i], component); in wm5110_component_probe() 2337 wm_adsp2_component_remove(&priv->core.adsp[i], component); in wm5110_component_remove()
|
D | wm_adsp.c | 2905 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component) in wm_adsp2_component_remove() function 2911 EXPORT_SYMBOL_GPL(wm_adsp2_component_remove);
|