mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ASoC: rockchip: i2s: add 'rockchip,clk-trcm' property
Change-Id: I0756185c677b5cb9512ff25b69ceba5b248ec031 Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
@@ -30,6 +30,10 @@ Required properties:
|
||||
- rockchip,playback-channels: max playback channels, if not set, 8 channels default.
|
||||
- rockchip,capture-channels: max capture channels, if not set, 2 channels default.
|
||||
- rockchip,bclk-fs: configure the i2s bclk fs.
|
||||
- rockchip,clk-trcm: tx and rx lrck/bclk common use.
|
||||
- 0: both tx_lrck/bclk and rx_lrck/bclk are used
|
||||
- 1: only tx_lrck/bclk is used
|
||||
- 2: only rx_lrck/bclk is used
|
||||
- rockchip,no-dmaengine: This is a boolean property. If present, driver will do not
|
||||
register pcm dmaengine, only just register dai. if the dai is part of multi-dais,
|
||||
the property should be present. Please refer to rockchip,multidais.txt about
|
||||
|
||||
Reference in New Issue
Block a user