Searched refs:wm_adsp (Results 1 – 15 of 15) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | wm_adsp.h | 27 struct wm_adsp { struct 42 int (*control_add)(struct wm_adsp *dsp, struct cs_dsp_coeff_ctl *cs_ctl); argument 43 int (*pre_run)(struct wm_adsp *dsp); argument 84 int wm_adsp1_init(struct wm_adsp *dsp); 85 int wm_adsp2_init(struct wm_adsp *dsp); 86 void wm_adsp2_remove(struct wm_adsp *dsp); 87 int wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component); 88 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component); 89 int wm_halo_init(struct wm_adsp *dsp); 97 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware); [all …]
|
| H A D | wm_adsp.c | 152 struct wm_adsp *dsp; 169 struct wm_adsp *dsp; 201 static int wm_adsp_buffer_init(struct wm_adsp *dsp); 202 static int wm_adsp_buffer_free(struct wm_adsp *dsp); 324 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); in wm_adsp_fw_get() 337 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); in wm_adsp_fw_put() 540 struct wm_adsp *dsp = container_of(cs_ctl->dsp, in wm_adsp_ctl_work() 541 struct wm_adsp, in wm_adsp_ctl_work() 580 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_control_add() 657 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_control_add_cb() [all …]
|
| H A D | cs35l41.h | 27 struct wm_adsp dsp; /* needs to be first member */
|
| H A D | cs35l56.h | 18 #include "wm_adsp.h" 33 struct wm_adsp dsp; /* must be first member */
|
| H A D | arizona.h | 68 struct wm_adsp; 77 struct wm_adsp adsp[ARIZONA_MAX_ADSP];
|
| H A D | madera.h | 108 struct wm_adsp; 121 struct wm_adsp adsp[MADERA_MAX_ADSP];
|
| H A D | cs35l45.h | 488 struct wm_adsp dsp; /* needs to be first member */
|
| H A D | cs48l32.h | 357 struct wm_adsp dsp; /* must be first */
|
| H A D | cs35l56.c | 1529 static int cs35l56_control_add_nop(struct wm_adsp *dsp, struct cs_dsp_coeff_ctl *cs_ctl) in cs35l56_control_add_nop() 1536 struct wm_adsp *dsp; in cs35l56_dsp_init()
|
| H A D | cs48l32.c | 1181 static int cs48l32_dsp_pre_run(struct wm_adsp *dsp) in cs48l32_dsp_pre_run() 1278 struct wm_adsp *dsp = &cs48l32_codec->dsp; in cs48l32_dsp_freq_update() 3671 struct wm_adsp *dsp; in cs48l32_create_codec_component()
|
| H A D | cs35l41.c | 1084 struct wm_adsp *dsp; in cs35l41_dsp_init()
|
| H A D | cs35l45.c | 1348 struct wm_adsp *dsp = &cs35l45->dsp; in cs35l45_dsp_init()
|
| H A D | wm2200.c | 76 struct wm_adsp dsp[2];
|
| H A D | madera.c | 960 struct wm_adsp *dsp, in madera_write_adsp_clk_setting() 1007 struct wm_adsp *dsp = &priv->adsp[dsp_num]; in madera_set_adsp_clk()
|
| H A D | Makefile | 363 snd-soc-wm-adsp-y := wm_adsp.o
|