d12c6216c4
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>
8 lines
333 B
Makefile
8 lines
333 B
Makefile
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
|