linux/sound/soc/sh
Kuninori Morimoto 2582718cb6 ASoC: rsnd: route setting is needed only Gen1
Renesas sound has SRC (= Sampling Rate Converter),
but, the HW implementation depends on its generation.
It was part of SRU on Gen1, and SCU on Gen2.
This SCU needs DMA transfer to use it.
Current rsnd driver is using it as DMA transfer buffer
(= no rate convert), and Gen1 is only supported at this point.

This patch cleanup it with focusing about SRC and Gen2 part.

rsnd_scu_set_route() is needed only Gen1.

This patch renames it to rsnd_scu_set_route_if_gen1()
and it adds comment to rsnd_reg member
in order to clarify it is used for Gen1.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
2013-12-31 13:35:30 +00:00
..
rcar ASoC: rsnd: route setting is needed only Gen1 2013-12-31 13:35:30 +00:00
dma-sh7760.c ASoC: dma-sh7760: Fix compile error 2013-03-22 12:23:11 +01:00
fsi.c ASoC: fsi: remove original filter from fsi_dma_probe() 2013-12-11 11:07:56 +00:00
hac.c ASoC: ac97: Support multi-platform AC'97 2013-06-27 09:48:42 +01:00
Kconfig ASoC: add Renesas R-Car core feature 2013-07-28 19:34:09 +01:00
Makefile ASoC: add Renesas R-Car core feature 2013-07-28 19:34:09 +01:00
migor.c ASoC: switch over to use snd_soc_register_component() on sh4 siu 2013-03-26 21:57:55 +00:00
sh7760-ac97.c ASoC: sh: Add .owner to struct snd_soc_card 2011-12-23 11:32:07 +00:00
siu_dai.c ASoC: switch over to use snd_soc_register_component() on sh4 siu 2013-03-26 21:57:55 +00:00
siu_pcm.c ASoC: siu: don't use DMA device for channel filtering 2012-07-20 11:23:44 +05:30
siu.h ASoC: Do not include soc-dai.h 2010-11-22 14:04:53 +00:00
ssi.c ASoC: switch over to use snd_soc_register_component() on sh4 ssi 2013-03-26 21:57:44 +00:00