android_kernel_oneplus_msm8998/sound/soc/rockchip
Jianqun Xu 4db9c4a9b2 ASoC: rockchip: i2s: fix error defination of transmit data level
According to description about "Transmit Data Level",

This bit field controls the level at which a DMA request
is made by the transmit logic.

It is equal to the watermark level.

That is, the dma_tx_req signal is generated when the number
of valid data entries in the TXFIFO
(TXFIFO0 if CSR=00
 TXFIFO1 if CSR=01
 TXFIFO2 if CSR=10
 TXFIFO3 if CSR=11)
is equal to or below this field value.

Different to receive data level, transmit data level does not need
to "-1".

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2014-12-24 12:42:55 +00:00
..
Kconfig ASoC: rockchip: i2s: Fix Kconfig for I2S device driver 2014-11-24 19:01:18 +00:00
Makefile ASoC: rockchip-i2s: fix rockchip i2s defination more reasonable 2014-09-13 09:38:16 -07:00
rockchip_i2s.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
rockchip_i2s.h ASoC: rockchip: i2s: fix error defination of transmit data level 2014-12-24 12:42:55 +00:00