Re: [PATCH] ASoC: rockchip: Fix incorrect VDW value for 24 bit

2015-11-25 Thread Caesar Wang
Hi, 在 2015年11月25日 16:54, Sjoerd Simons 写道: Correct valid data word register value for 24 bit data width. The bit value should be 10 (aka 0x2), not 0x10. This fixes playback of 24 bit audio. Signed-off-by: Sjoerd Simons --- sound/soc/rockchip/rockchip_spdif.h | 6 +++--- 1 file changed, 3

[PATCH] ASoC: rockchip: Fix incorrect VDW value for 24 bit

2015-11-25 Thread Sjoerd Simons
Correct valid data word register value for 24 bit data width. The bit value should be 10 (aka 0x2), not 0x10. This fixes playback of 24 bit audio. Signed-off-by: Sjoerd Simons --- sound/soc/rockchip/rockchip_spdif.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sou