Home
last modified time | relevance | path

Searched refs:aw_get_volume (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.h121 int (*aw_get_volume)(struct aw_device *aw_dev, uint16_t *value); member
H A Daw_device.c94 aw_dev->ops.aw_get_volume(aw_dev, &start_volume); in aw_dev_fade_out()
957 aw_dev->ops.aw_get_volume(aw_dev, (uint16_t *)&aw_dev->volume_desc.init_volume); in aw_dev_reg_container_update()
H A Daw_init.c404 aw_pa->ops.aw_get_volume = aw_pid_2049_get_volume; in aw883xx_dev_init()
H A Daw_monitor.c428 ret = aw_dev->ops.aw_get_volume(aw_dev, &read_volume); in aw_monitor_set_gain()