Searched refs:cs_dsp_coeff_write_ctrl (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/sound/pci/hda/ |
D | hda_cs_dsp_ctl.c | 57 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, p, cs_ctl->len); in hda_cs_dsp_coeff_put() 219 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, buf, len); in hda_cs_dsp_write_ctl()
|
/Linux-v6.6/include/linux/firmware/cirrus/ |
D | cs_dsp.h | 240 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
|
/Linux-v6.6/sound/soc/codecs/ |
D | wm_adsp.c | 409 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, p, cs_ctl->len); in wm_coeff_put() 433 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, scratch, size); in wm_coeff_tlv_put() 691 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, buf, len); in wm_adsp_write_ctl()
|
/Linux-v6.6/drivers/firmware/cirrus/ |
D | cs_dsp.c | 789 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_write_ctrl() function 820 EXPORT_SYMBOL_NS_GPL(cs_dsp_coeff_write_ctrl, FW_CS_DSP);
|