Searched refs:wm_adsp (Results 1 – 7 of 7) sorted by relevance
/linux/sound/soc/codecs/ |
A D | wm_adsp.h | 27 struct wm_adsp { struct 70 int wm_adsp1_init(struct wm_adsp *dsp); 71 int wm_adsp2_init(struct wm_adsp *dsp); 72 void wm_adsp2_remove(struct wm_adsp *dsp); 73 int wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component); 74 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component); 75 int wm_halo_init(struct wm_adsp *dsp); 101 int wm_adsp_compr_open(struct wm_adsp *dsp, struct snd_compr_stream *stream); 112 int wm_adsp_compr_handle_irq(struct wm_adsp *dsp); 119 int wm_adsp_write_ctl(struct wm_adsp *dsp, const char *name, int type, [all …]
|
A D | wm_adsp.c | 150 struct wm_adsp *dsp; 167 struct wm_adsp *dsp; 593 struct wm_adsp, in wm_adsp_ctl_work() 601 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_control_add() 934 struct wm_adsp, in wm_adsp_boot_work() 982 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_event_post_run() 992 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_event_post_stop() 1446 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_buffer_parse_coeff() 1924 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_fatal_error() 1937 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_adsp2_bus_error() [all …]
|
A D | arizona.h | 68 struct wm_adsp; 77 struct wm_adsp adsp[ARIZONA_MAX_ADSP];
|
A D | madera.h | 108 struct wm_adsp; 121 struct wm_adsp adsp[MADERA_MAX_ADSP];
|
A D | wm2200.c | 76 struct wm_adsp dsp[2];
|
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()
|
A D | Makefile | 268 snd-soc-wm-adsp-objs := wm_adsp.o
|
Completed in 25 milliseconds