Searched refs:cs_dsp_coeff_write_ctrl (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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-6.1.9/include/linux/firmware/cirrus/ |
D | cs_dsp.h | 239 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
|
/linux-6.1.9/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() 429 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, cs_ctl->cache, size); in wm_coeff_tlv_put() 684 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, buf, len); in wm_adsp_write_ctl()
|
/linux-6.1.9/drivers/firmware/cirrus/ |
D | cs_dsp.c | 757 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_write_ctrl() function 781 EXPORT_SYMBOL_GPL(cs_dsp_coeff_write_ctrl);
|