Lines Matching refs:adsp
1932 return wm_adsp_compr_open(&priv->core.adsp[0], stream); in wm5102_open()
1941 ret = wm_adsp_compr_handle_irq(&priv->core.adsp[0]); in wm5102_adsp2_irq()
1959 ret = wm_adsp2_component_probe(&priv->core.adsp[0], component); in wm5102_component_probe()
1981 wm_adsp2_component_remove(&priv->core.adsp[0], component); in wm5102_component_probe()
1990 wm_adsp2_component_remove(&priv->core.adsp[0], component); in wm5102_component_remove()
2064 wm5102->core.adsp[0].part = "wm5102"; in wm5102_probe()
2065 wm5102->core.adsp[0].cs_dsp.num = 1; in wm5102_probe()
2066 wm5102->core.adsp[0].cs_dsp.type = WMFW_ADSP2; in wm5102_probe()
2067 wm5102->core.adsp[0].cs_dsp.base = ARIZONA_DSP1_CONTROL_1; in wm5102_probe()
2068 wm5102->core.adsp[0].cs_dsp.dev = arizona->dev; in wm5102_probe()
2069 wm5102->core.adsp[0].cs_dsp.regmap = arizona->regmap; in wm5102_probe()
2070 wm5102->core.adsp[0].cs_dsp.mem = wm5102_dsp1_regions; in wm5102_probe()
2071 wm5102->core.adsp[0].cs_dsp.num_mems = ARRAY_SIZE(wm5102_dsp1_regions); in wm5102_probe()
2073 ret = wm_adsp2_init(&wm5102->core.adsp[0]); in wm5102_probe()
2162 wm_adsp2_remove(&wm5102->core.adsp[0]); in wm5102_remove()