diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-08-23 01:35:02 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-24 11:19:16 +0100 |
commit | d12c6216c4a58f9fd2a58bc489783a095d84b2fc (patch) | |
tree | 8e4d89b54dc9f3cc1f137edca2533aec164e4ce2 /sound/soc/generic/Makefile | |
parent | 64df0e6842925311d74f6944710495981d5a0ace (diff) |
ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3
rsrc-card which is using DPCM feature was created for Renesas sound.
But not only Renesas, but many SoC can use this driver, because
it is based on simple-card driver.
To use it as more open driver, rsrc-card will be renamed to
simple-scu-card. In order to easy patch review, as 3rd step,
this patch moves rsrc-card driver to generic folder.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/Makefile')
-rw-r--r-- | sound/soc/generic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/generic/Makefile b/sound/soc/generic/Makefile index 2d53c8d70705..ee750f3023ba 100644 --- a/sound/soc/generic/Makefile +++ b/sound/soc/generic/Makefile @@ -1,5 +1,7 @@ snd-soc-simple-card-utils-objs := simple-card-utils.o snd-soc-simple-card-objs := simple-card.o +snd-soc-simple-scu-card-objs := simple-scu-card.o obj-$(CONFIG_SND_SIMPLE_CARD_UTILS) += snd-soc-simple-card-utils.o obj-$(CONFIG_SND_SIMPLE_CARD) += snd-soc-simple-card.o +obj-$(CONFIG_SND_SIMPLE_SCU_CARD) += snd-soc-simple-scu-card.o |