android_kernel_motorola_sm6225/sound/soc/sh/rcar
Kuninori Morimoto 415f1cb29d ASoC: rsrc-card: add Renesas sampling rate convert sound card support
Renesas sound card has "sampling rate convert" feature which
should be implemented via DPCM.
But, sound card driver point of view, it is difficult to add
this DPCM feature on simple-card driver. Especially, DT binding
support is very difficult.

This patch implements DPCM feature on DT as Renesas specific sound card.
This new driver is copied from current simple-card driver.
Main difference between simple-card and this driver are...
 1. removed unused feature from simple-card
 2. removed driver named prefix from DT property
 3. CPU will be FE, CODEC will be BE with snd-soc-dummy
 4. it supports sampling rate convert via .be_hw_params_fixup
 5. board specific routing is implemented in driver

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-03-27 15:58:20 -07:00
..
adg.c ASoC: rsnd: show debug info for sampling rate convert 2015-03-22 18:12:17 +00:00
core.c ASoC: rsnd: add dai_link stream name 2015-03-22 18:20:51 +00:00
dma.c ASoC: rsnd: recover PIO mode for new dma interface 2015-03-11 11:56:50 +00:00
dvc.c ASoC: rsnd: Fix duplicate const for DVC ramp rates 2015-03-24 10:08:58 -07:00
gen.c ASoC: rsnd: add regmap_config::name for debugfs 2015-03-11 11:56:51 +00:00
Makefile ASoC: rsrc-card: add Renesas sampling rate convert sound card support 2015-03-27 15:58:20 -07:00
rsnd.h ASoC: rsnd: add dai_link stream name 2015-03-22 18:20:51 +00:00
rsrc-card.c ASoC: rsrc-card: add Renesas sampling rate convert sound card support 2015-03-27 15:58:20 -07:00
src.c ASoC: rsnd: no more SRC restart when unusual situation 2015-03-22 18:12:16 +00:00
ssi.c ASoC: rsnd: no more SSI restart when unusual situation 2015-03-22 18:12:15 +00:00