linux_dsm_epyc7002/sound/soc/sh/rcar
Kuninori Morimoto 90431eb49b ASoC: rsnd: don't use PDTA bit for 24bit on SSI
Current SSI uses PDTA bit which indicates data that Input/Output
data are Right-Aligned. But, 24bit sound should be Left-Aligned
in this HW. Because Linux is using Right-Aligned data, and HW uses
Left-Aligned data, current 24bit data is missing lower 8bit.
To fix this issue, this patch removes PDTA bit, and shift 8bit
in necessary module

Reported-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2017-05-17 10:49:45 +01:00
..
adg.c ASoC: rsnd: Fix possible NULL pointer dereference 2017-04-21 17:51:48 +01:00
cmd.c ASoC: rsnd: don't use PDTA bit for 24bit on SSI 2017-05-17 10:49:45 +01:00
core.c ASoC: rsnd: don't use PDTA bit for 24bit on SSI 2017-05-17 10:49:45 +01:00
ctu.c ASoC: rsnd: add CTU support 2016-03-05 13:27:27 +09:00
dma.c ASoC: rcar: dma: remove unnecessary "volatile" 2017-03-16 14:07:25 +00:00
dvc.c ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new() 2017-04-06 11:50:18 +01:00
gen.c ASoC: rsnd: don't use PDTA bit for 24bit on SSI 2017-05-17 10:49:45 +01:00
Makefile ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3 2016-08-24 11:19:16 +01:00
mix.c ASoC: rsnd: add rsnd_runtime_channel_xxx() 2016-03-05 13:27:27 +09:00
rsnd.h ASoC: rsnd: don't use PDTA bit for 24bit on SSI 2017-05-17 10:49:45 +01:00
src.c ASoC: rsnd: don't use PDTA bit for 24bit on SSI 2017-05-17 10:49:45 +01:00
ssi.c ASoC: rsnd: don't use PDTA bit for 24bit on SSI 2017-05-17 10:49:45 +01:00
ssiu.c ASoC: rsnd: don't use PDTA bit for 24bit on SSI 2017-05-17 10:49:45 +01:00