Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.h134 void (*aw_set_cfg_f0_fs)(struct aw_device *aw_dev, uint32_t *f0_fs); member
H A Daw_device.c1308 if (aw_dev->ops.aw_set_cfg_f0_fs) { in aw_dev_set_cfg_f0_fs()
1309 aw_dev->ops.aw_set_cfg_f0_fs(aw_dev, &f0_fs); in aw_dev_set_cfg_f0_fs()
H A Daw_init.c415 aw_pa->ops.aw_set_cfg_f0_fs = aw_pid_2049_set_cfg_f0_fs; in aw883xx_dev_init()