Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.c1404 if (aw_dev->ops.aw_i2s_tx_enable) in aw_device_start()
1405 aw_dev->ops.aw_i2s_tx_enable(aw_dev, true); in aw_device_start()
1462 if (aw_dev->ops.aw_i2s_tx_enable) in aw_device_stop()
1463 aw_dev->ops.aw_i2s_tx_enable(aw_dev, false); in aw_device_stop()
1548 if (aw_dev->ops.aw_i2s_tx_enable) in aw_device_init()
1549 aw_dev->ops.aw_i2s_tx_enable(aw_dev, false); in aw_device_init()
H A Daw_device.h124 void (*aw_i2s_tx_enable)(struct aw_device *aw_dev, bool flag); member
H A Daw_init.c411 aw_pa->ops.aw_i2s_tx_enable = aw_pid_2049_i2s_tx_enable; in aw883xx_dev_init()