Home
last modified time | relevance | path

Searched refs:dsp_cfg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.c260 if (aw_dev->dsp_cfg == AW_DEV_DSP_BYPASS) { in aw_dev_dsp_crc32_check()
820 static int aw_dev_get_dsp_config(struct aw_device *aw_dev, unsigned char *dsp_cfg) in aw_dev_get_dsp_config() argument
833 *dsp_cfg = AW_DEV_DSP_BYPASS; in aw_dev_get_dsp_config()
835 *dsp_cfg = AW_DEV_DSP_WORK; in aw_dev_get_dsp_config()
963 aw_dev_get_dsp_config(aw_dev, &aw_dev->dsp_cfg); in aw_dev_reg_container_update()
1228 if (aw_dev->dsp_cfg == AW_DEV_DSP_WORK) in aw_dev_fw_update()
1278 if (aw_dev->dsp_cfg == AW_DEV_DSP_BYPASS) { in aw_dev_dsp_check()
1281 } else if (aw_dev->dsp_cfg == AW_DEV_DSP_WORK) { in aw_dev_dsp_check()
1295 aw_dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check()
1370 if (aw_dev->dsp_cfg == AW_DEV_DSP_WORK) { in aw_device_start()
[all …]
H A Daw_device.h441 unsigned char dsp_cfg; member
H A Daw883xx.c2294 if (aw883xx->aw_pa->dsp_cfg == AW_DEV_DSP_BYPASS) { in aw883xx_dsp_show()