linux/sound/soc/sh/rcar
Kuninori Morimoto c140284b80 ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming
rsnd_get_slot_rdai() returns total slots (it returns 6 if total 6
channels) , and rsnd_get_slot_extend() returns extended SSI width
(it returns 8 if total 6 channels). This will be used on SSI multi
channel support too (It will return 2 if total 6 channels with 3 SSI).
But, it is using confusable naming.
This patch changes rsnd_get_slot_rdai() -> rsnd_get_slot(),
rsnd_get_slot_extend() -> rsnd_get_slot_width()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-12-18 12:10:56 +00:00
..
adg.c ASoC: rsnd: don't use normal *mod in adg.c 2015-11-30 18:11:23 +00:00
cmd.c ASoC: rsnd: tidyup data align position for capture 2015-12-08 12:47:46 +00:00
core.c ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming 2015-12-18 12:10:56 +00:00
ctu.c rcar: ctu: Avoid use of ret uninitialised 2015-12-15 17:47:53 +00:00
dma.c ASoC: rsnd: tidyup debug print position on rsnd_dma_attach() 2015-12-18 12:10:56 +00:00
dvc.c ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming 2015-12-18 12:10:56 +00:00
gen.c ASoC: rsnd: tidyup data align position for capture 2015-12-08 12:47:46 +00:00
Makefile ASoC: rsnd: use mod base common method on SSIU 2015-11-16 10:09:29 +00:00
mix.c rcar: mux: Avoid use of ret uninitialised 2015-12-15 17:47:54 +00:00
rsnd.h ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming 2015-12-18 12:10:56 +00:00
rsrc-card.c ASoC: rsrc-card: tidyup dai format for DPCM 2015-12-17 12:14:31 +00:00
src.c ASoC: rsnd: src: add rsnd_src_halt() 2015-11-30 18:11:23 +00:00
ssi.c ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming 2015-12-18 12:10:56 +00:00
ssiu.c ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming 2015-12-18 12:10:56 +00:00