Lines Matching full:adsp
1917 return wm_adsp_compr_open(&priv->core.adsp[0], stream); in wm5102_open()
1926 ret = wm_adsp_compr_handle_irq(&priv->core.adsp[0]); in wm5102_adsp2_irq()
1944 ret = wm_adsp2_component_probe(&priv->core.adsp[0], component); in wm5102_component_probe()
1966 wm_adsp2_component_remove(&priv->core.adsp[0], component); in wm5102_component_probe()
1975 wm_adsp2_component_remove(&priv->core.adsp[0], component); in wm5102_component_remove()
2049 wm5102->core.adsp[0].part = "wm5102"; in wm5102_probe()
2050 wm5102->core.adsp[0].num = 1; in wm5102_probe()
2051 wm5102->core.adsp[0].type = WMFW_ADSP2; in wm5102_probe()
2052 wm5102->core.adsp[0].base = ARIZONA_DSP1_CONTROL_1; in wm5102_probe()
2053 wm5102->core.adsp[0].dev = arizona->dev; in wm5102_probe()
2054 wm5102->core.adsp[0].regmap = arizona->regmap; in wm5102_probe()
2055 wm5102->core.adsp[0].mem = wm5102_dsp1_regions; in wm5102_probe()
2056 wm5102->core.adsp[0].num_mems = ARRAY_SIZE(wm5102_dsp1_regions); in wm5102_probe()
2058 ret = wm_adsp2_init(&wm5102->core.adsp[0]); in wm5102_probe()
2139 wm_adsp2_remove(&wm5102->core.adsp[0]); in wm5102_remove()