]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ARM: OMAP: Remove aic23 DSP dependency
authorToshiro Kobayashi <Toshihiro.Kobayashi@nokia.com>
Wed, 27 Jul 2005 11:46:12 +0000 (04:46 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 27 Jul 2005 11:46:12 +0000 (04:46 -0700)
Currently DSP driver is forced with aic23 audio driver,
though there's no dependency.

sound/oss/Kconfig
sound/oss/omap-audio-aic23.c

index 1d5de4578a6d777710f544120fd6a1776ba93ba9..99ca8b7bb40fb72c81a2ef40499f6488be81e255 100644 (file)
@@ -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"
index 09d963fe38b9b2c24764daebce4ee910c16a6bb8..d58c6f5ecfdd2e2328bcfab26c66c998c837b8a5 100644 (file)
@@ -44,7 +44,6 @@
 #include <asm/mach-types.h>
 
 #include <asm/arch/mcbsp.h>
-#include <asm/arch/dsp_common.h>
 #include <asm/arch/fpga.h>
 #include <asm/arch/aic23.h>