]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: add generic simple-card support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 9 Apr 2012 04:17:50 +0000 (21:17 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 13 Apr 2012 10:29:25 +0000 (11:29 +0100)
commit7d67ef49a6a0552139f2e6257ff0f27339795d09
treecf81cd48dfefb40a054765594439adfd2a273cb1
parentd1cee978c80e3d5ca3eb0ec90220de1d3b0321ce
ASoC: add generic simple-card support

Current ASoC requires card.c file to each platforms in order to
specifies its CPU and Codecs pair.
But the differences between these were only value/strings of setting.
In order to reduce duplicate driver, this patch adds generic/simple-card.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/simple_card.h [new file with mode: 0644]
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/generic/Kconfig [new file with mode: 0644]
sound/soc/generic/Makefile [new file with mode: 0644]
sound/soc/generic/simple-card.c [new file with mode: 0644]