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