diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2011-12-07 14:38:38 +0100 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-01-26 14:38:47 +0100 |
commit | e15422edd463fbba7f38ffd8a2e2ca8564da1160 (patch) | |
tree | 69be91bd1e8f967aa952190c5d87697c59654c3e /sound/soc/omap/Kconfig | |
parent | ASoC: sdp4430: Correct author e-mail address (diff) | |
download | linux-e15422edd463fbba7f38ffd8a2e2ca8564da1160.tar.xz linux-e15422edd463fbba7f38ffd8a2e2ca8564da1160.zip |
ASoC: OMAP4: Rename the sdp4430 machine driver
The same machine driver will support other boards
with similar audio configuration (OMAP4, ABE, twl6040).
Rename the driver to have more generic name.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index fb1bf2581efb..4eae92987fe8 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -97,7 +97,7 @@ config SND_OMAP_SOC_SDP3430 Say Y if you want to add support for SoC audio on Texas Instruments SDP3430. -config SND_OMAP_SOC_SDP4430 +config SND_OMAP_SOC_OMAP_ABE_TWL6040 tristate "SoC Audio support for Texas Instruments SDP4430" depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_4430SDP select SND_OMAP_SOC_DMIC |