Searched refs:dsp_cfg (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/sound/soc/codecs/aw88395/ |
| H A D | aw88395_device.c | 495 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_BYPASS) { in aw_dev_dsp_check_crc32() 936 static void aw_dev_get_dsp_config(struct aw_device *aw_dev, unsigned char *dsp_cfg) in aw_dev_get_dsp_config() argument 947 *dsp_cfg = AW88395_DEV_DSP_BYPASS; in aw_dev_get_dsp_config() 949 *dsp_cfg = AW88395_DEV_DSP_WORK; in aw_dev_get_dsp_config() 1059 aw_dev_get_dsp_config(aw_dev, &aw_dev->dsp_cfg); in aw_dev_update_reg_container() 1320 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_WORK) in aw88395_dev_fw_update() 1366 switch (aw_dev->dsp_cfg) { in aw_dev_dsp_check() 1384 dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check() 1436 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_WORK) { in aw88395_dev_start() 1490 struct aw_sec_data_desc *dsp_cfg = in aw88395_dev_stop() local [all …]
|
| H A D | aw88395_device.h | 144 unsigned char dsp_cfg; member
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | aw88399.c | 668 switch (aw_dev->dsp_cfg) { in aw_dev_dsp_check() 686 dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check() 817 if (aw_dev->dsp_cfg == AW88399_DEV_DSP_WORK) { in aw88399_dev_start() 1055 aw_dev->dsp_cfg = AW88399_DEV_DSP_BYPASS; in aw_dev_update_reg_container() 1057 aw_dev->dsp_cfg = AW88399_DEV_DSP_WORK; in aw_dev_update_reg_container() 1195 if (aw_dev->dsp_cfg == AW88399_DEV_DSP_WORK) in aw88399_dev_fw_update() 1304 struct aw_sec_data_desc *dsp_cfg = in aw88399_stop() local 1332 aw_dev_dsp_update_cfg(aw_dev, dsp_cfg->data, dsp_cfg->len); in aw88399_stop()
|
| H A D | aw88166.c | 705 switch (aw_dev->dsp_cfg) { in aw_dev_dsp_check() 723 dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check() 854 if (aw_dev->dsp_cfg == AW88166_DEV_DSP_WORK) { in aw88166_dev_start() 1075 aw_dev->dsp_cfg = AW88166_DEV_DSP_BYPASS; in aw_dev_update_reg_container() 1077 aw_dev->dsp_cfg = AW88166_DEV_DSP_WORK; in aw_dev_update_reg_container() 1223 if (aw_dev->dsp_cfg == AW88166_DEV_DSP_WORK) in aw88166_dev_fw_update() 1336 struct aw_sec_data_desc *dsp_cfg = in aw88166_stop() local 1364 aw_dev_dsp_update_cfg(aw_dev, dsp_cfg->data, dsp_cfg->len); in aw88166_stop()
|