From 34330000a5ee939ef6788ab5a8b824212f583bf3 Mon Sep 17 00:00:00 2001 From: Toshiro Kobayashi Date: Wed, 27 Jul 2005 04:46:12 -0700 Subject: [PATCH] [PATCH] ARM: OMAP: Remove aic23 DSP dependency Currently DSP driver is forced with aic23 audio driver, though there's no dependency. --- sound/oss/Kconfig | 4 +--- sound/oss/omap-audio-aic23.c | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 1d5de4578a6..99ca8b7bb40 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig @@ -24,12 +24,10 @@ config SOUND_OMAP_TSC2101 config SOUND_OMAP_AIC23 tristate "AIC23 Stereo Codec" depends on SOUND_OMAP && ( MACH_OMAP_INNOVATOR || MACH_OMAP_OSK ) - select OMAP_DSP if ARCH_OMAP select SENSORS_TLV320AIC23 if ARCH_OMAP ---help--- AIC23 Audio Codec Driver for OMAP will be enabled. - This will also enable OMAP DSP support because McBSP needed for - this is a DSP peripheral. Additionally, AIC23 I2C support is enabled. + Additionally, AIC23 I2C support is enabled. config SOUND_BT878 tristate "BT878 audio dma" diff --git a/sound/oss/omap-audio-aic23.c b/sound/oss/omap-audio-aic23.c index 09d963fe38b..d58c6f5ecfd 100644 --- a/sound/oss/omap-audio-aic23.c +++ b/sound/oss/omap-audio-aic23.c @@ -44,7 +44,6 @@ #include #include -#include #include #include -- 2.41.1