diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-04-09 00:17:50 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-13 06:29:25 -0400 |
commit | f2390880ec0264a0ed26b32c23bc23435b4297da (patch) | |
tree | cf81cd48dfefb40a054765594439adfd2a273cb1 /sound/soc/Kconfig | |
parent | cdc04fd1e982e91936cbcf3dec59a576517d67a1 (diff) |
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/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 0f85f6d526e0..a7df779894d5 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -51,5 +51,8 @@ source "sound/soc/txx9/Kconfig" | |||
51 | # Supported codecs | 51 | # Supported codecs |
52 | source "sound/soc/codecs/Kconfig" | 52 | source "sound/soc/codecs/Kconfig" |
53 | 53 | ||
54 | # generic frame-work | ||
55 | source "sound/soc/generic/Kconfig" | ||
56 | |||
54 | endif # SND_SOC | 57 | endif # SND_SOC |
55 | 58 | ||