Searched refs:cs_dsp_coeff_write_ctrl (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_cs_dsp_ctl.c | 58 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, p, cs_ctl->len); in hda_cs_dsp_coeff_put() 234 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, buf, len); in hda_cs_dsp_write_ctl()
|
/openbmc/linux/include/linux/firmware/cirrus/ |
H A D | cs_dsp.h | 240 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
|
/openbmc/linux/sound/soc/codecs/ |
H A 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() 692 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, buf, len); in wm_adsp_write_ctl()
|
/openbmc/linux/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 789 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_write_ctrl() function 823 EXPORT_SYMBOL_NS_GPL(cs_dsp_coeff_write_ctrl, FW_CS_DSP);
|