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)
commitf2390880ec0264a0ed26b32c23bc23435b4297da
treecf81cd48dfefb40a054765594439adfd2a273cb1
parentcdc04fd1e982e91936cbcf3dec59a576517d67a1
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]
This page took 0.032088 seconds and 5 git commands to generate.