Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_init.c563 aw_pa->f0_desc.dsp_reg = AW_PID_2049_DSP_REG_RESULT_F0; in aw883xx_dev_init()
564 aw_pa->f0_desc.shift = AW_PID_2049_DSP_F0_SHIFT; in aw883xx_dev_init()
565 aw_pa->f0_desc.data_type = AW_DSP_16_DATA; in aw883xx_dev_init()
H A Daw_calib.c473 struct aw_f0_desc *f0_desc = &aw_dev->f0_desc; in aw_cali_svc_get_dev_f0() local
478 f0_desc->dsp_reg, &dsp_val, f0_desc->data_type); in aw_cali_svc_get_dev_f0()
484 *f0 = dsp_val >> f0_desc->shift; in aw_cali_svc_get_dev_f0()
H A Daw_device.h470 struct aw_f0_desc f0_desc; member