Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_init.c178 static void aw_pid_2049_set_cfg_f0_fs(struct aw_device *aw_dev, uint32_t *f0_fs) in aw_pid_2049_set_cfg_f0_fs() argument
217 *f0_fs = fs / 8; in aw_pid_2049_set_cfg_f0_fs()
220 AW_PID_2049_DSP_REG_CFGF0_FS, *f0_fs, AW_DSP_32_DATA); in aw_pid_2049_set_cfg_f0_fs()
H A Daw_device.h134 void (*aw_set_cfg_f0_fs)(struct aw_device *aw_dev, uint32_t *f0_fs);
H A Daw_device.c1304 uint32_t f0_fs = 0; in aw_dev_set_cfg_f0_fs() local
1309 aw_dev->ops.aw_set_cfg_f0_fs(aw_dev, &f0_fs); in aw_dev_set_cfg_f0_fs()
1311 f0_fs, cfgf0_fs_desc->data_type); in aw_dev_set_cfg_f0_fs()