Searched refs:dsp_cfg (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/codecs/aw88395/ |
| H A D | aw88395_device.c | 497 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_BYPASS) { in aw_dev_dsp_check_crc32() 938 static void aw_dev_get_dsp_config(struct aw_device *aw_dev, unsigned char *dsp_cfg) in aw_dev_get_dsp_config() argument 949 *dsp_cfg = AW88395_DEV_DSP_BYPASS; in aw_dev_get_dsp_config() 951 *dsp_cfg = AW88395_DEV_DSP_WORK; in aw_dev_get_dsp_config() 1061 aw_dev_get_dsp_config(aw_dev, &aw_dev->dsp_cfg); in aw_dev_update_reg_container() 1318 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_WORK) in aw88395_dev_fw_update() 1364 switch (aw_dev->dsp_cfg) { in aw_dev_dsp_check() 1382 dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check() 1434 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_WORK) { in aw88395_dev_start() 1488 struct aw_sec_data_desc *dsp_cfg = in aw88395_dev_stop() local [all …]
|
| H A D | aw88395_device.h | 165 unsigned char dsp_cfg; member
|
| /linux/sound/soc/codecs/ |
| H A D | aw88166.c | 603 switch (aw_dev->dsp_cfg) { in aw_dev_dsp_check() 621 dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check() 752 if (aw_dev->dsp_cfg == AW88166_DEV_DSP_WORK) { in aw88166_dev_start() 959 aw_dev->dsp_cfg = AW88166_DEV_DSP_BYPASS; in aw_dev_update_reg_container() 961 aw_dev->dsp_cfg = AW88166_DEV_DSP_WORK; in aw_dev_update_reg_container() 1107 if (aw_dev->dsp_cfg == AW88166_DEV_DSP_WORK) in aw88166_dev_fw_update() 1220 struct aw_sec_data_desc *dsp_cfg = in aw88166_stop() local 1248 aw_dev_dsp_update_cfg(aw_dev, dsp_cfg->data, dsp_cfg->len); in aw88166_stop()
|
| H A D | aw88399.c | 565 switch (aw_dev->dsp_cfg) { in aw_dev_dsp_check() 583 dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check() 714 if (aw_dev->dsp_cfg == AW88399_DEV_DSP_WORK) { in aw88399_dev_start() 938 aw_dev->dsp_cfg = AW88399_DEV_DSP_BYPASS; in aw_dev_update_reg_container() 940 aw_dev->dsp_cfg = AW88399_DEV_DSP_WORK; in aw_dev_update_reg_container() 1078 if (aw_dev->dsp_cfg == AW88399_DEV_DSP_WORK) in aw88399_dev_fw_update() 1187 struct aw_sec_data_desc *dsp_cfg = in aw88399_stop() local 1215 aw_dev_dsp_update_cfg(aw_dev, dsp_cfg->data, dsp_cfg->len); in aw88399_stop()
|