Skip to content

Commit

Permalink
ASoC: rsnd: extracts Gen1/Gen2 common parts
Browse files Browse the repository at this point in the history
Renesas sound IP Gen1/Gen2 are similar, but different.
This patch extracts Gen1/Gen2 common and dependency parts,
and create Gen1/Gen2 ops to control it.

According to this structure, SSIU setup which
has been implemented on ssi.c can be moved to scu.c
(SRU/SSIU/SCU should be implemented on scu.c)

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Feb 3, 2014
1 parent 32f27eb commit 1b7b08e
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 138 deletions.
2 changes: 1 addition & 1 deletion sound/soc/sh/rcar/rsnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum rsnd_reg {
RSND_REG_SRC_IFSCR,
RSND_REG_SRC_IFSVR,
RSND_REG_SRC_SRCCR,
RSND_REG_SRC_MNFSR,
RSND_REG_SRC_MNFSR, /* for Gen1 */

/* ADG */
RSND_REG_BRRA,
Expand Down
Loading

0 comments on commit 1b7b08e

Please sign in to comment.