Hi Mark
These are v3 of DPCM based sampling rate convert support patch-set for Rensas sound driver. Then, it doesn't use simple-card. it uses new Renesas specific sound card driver, basically it was copied from simple-card. v2 patch-set had ak4642 patch, but, it is already applied. v3 doesn't include it.
1 : prepare patch for Renesas new sound card driver 2 - 3 : new Renesas sound card driver 4 - 8 : fixup/tidyup patches for rsnd 9 - 10 : DPCM support patch for rsnd
Kuninori Morimoto (10): 1) ASoC: core: add snd_soc_get_dai_drv() to get DAI driver 2) ASoC: rsrc-card: add Renesas sampling rate convert sound card support 3) ASoC: rsrc-card: add .be_hw_params_fixup support for convert rate 4) ASoC: rsnd: no more SSI restart when unusual situation 5) ASoC: rsnd: no more SRC restart when unusual situation 6) ASoC: rsnd: tidyup error message format 7) ASoC: rsnd: show debug info for sampling rate convert 8) ASoC: rsnd: don't call clk_prepare_enable/unprepare() from inside spin lock 9) ASoC: rsnd: add dai_link stream name 10) ASoC: rsnd: add DPCM based sampling rate convert
Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt | 67 +++++++++++++ include/sound/soc.h | 1 + sound/soc/sh/Kconfig | 5 + sound/soc/sh/rcar/Makefile | 5 +- sound/soc/sh/rcar/adg.c | 2 + sound/soc/sh/rcar/core.c | 48 +++++++++- sound/soc/sh/rcar/dvc.c | 12 +-- sound/soc/sh/rcar/rsnd.h | 16 +++- sound/soc/sh/rcar/rsrc-card.c | 512 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ sound/soc/sh/rcar/src.c | 63 ++++++++++-- sound/soc/sh/rcar/ssi.c | 31 ++++-- sound/soc/soc-core.c | 69 ++++++++++---- 12 files changed, 777 insertions(+), 54 deletions(-)
Best regards --- Kuninori Morimoto _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel