diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-04-08 21:17:50 -0700 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-13 11:29:25 +0100 |
commit | f2390880ec0264a0ed26b32c23bc23435b4297da (patch) | |
tree | cf81cd48dfefb40a054765594439adfd2a273cb1 /sound/soc/generic/Kconfig | |
parent | cdc04fd1e982e91936cbcf3dec59a576517d67a1 (diff) | |
download | kernel_goldelico_gta04-f2390880ec0264a0ed26b32c23bc23435b4297da.zip kernel_goldelico_gta04-f2390880ec0264a0ed26b32c23bc23435b4297da.tar.gz kernel_goldelico_gta04-f2390880ec0264a0ed26b32c23bc23435b4297da.tar.bz2 |
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>
Diffstat (limited to 'sound/soc/generic/Kconfig')
-rw-r--r-- | sound/soc/generic/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig new file mode 100644 index 0000000..610f612 --- /dev/null +++ b/sound/soc/generic/Kconfig @@ -0,0 +1,4 @@ +config SND_SIMPLE_CARD + tristate "ASoC Simple sound card support" + help + This option enables generic simple sound card support |