[alsa-devel] [PATCH 0/5] ASoC: rsnd: add DVC support
Kuninori Morimoto
kuninori.morimoto.gx at gmail.com
Fri May 9 02:42:47 CEST 2014
Hi Mark
These patches add DVC support to Renesas sound driver.
DVC is one of feature of CMD unit, it can control sound Volume.
Kuninori Morimoto (5):
ASoC: rsnd: add rsnd_path_parse() macro
ASoC: rsnd: add rsnd_get_adinr()
ASoC: rsnd: remove duplicate parameter from rsnd_mod_ops
ASoC: rsnd: enable to use multi parameter on rsnd_dai_call/rsnd_mod_call
ASoC: rsnd: add DVC support
include/sound/rcar_snd.h | 10 ++
sound/soc/sh/rcar/Makefile | 2 +-
sound/soc/sh/rcar/adg.c | 18 +++
sound/soc/sh/rcar/core.c | 117 +++++++++++++------
sound/soc/sh/rcar/dvc.c | 273 ++++++++++++++++++++++++++++++++++++++++++++
sound/soc/sh/rcar/gen.c | 11 ++
sound/soc/sh/rcar/rsnd.h | 65 ++++++++---
sound/soc/sh/rcar/src.c | 121 +++++++-------------
sound/soc/sh/rcar/ssi.c | 34 +++---
9 files changed, 502 insertions(+), 149 deletions(-)
More information about the Alsa-devel
mailing list