X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fsound.mk;h=847208d06695bf135eedee68541370acd66fd5e8;hp=1f2cc4e7497d9fbd6f7d3ff892791afbdc65dd65;hb=91339e73ad994995515cfde2c1319af84b5831b1;hpb=522f3e8fab0f9586667121d401ff4ae119291935 diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 1f2cc4e74..847208d06 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -10,7 +10,7 @@ SOUND_MENU:=Sound Support define KernelPackage/sound-core SUBMENU:=$(SOUND_MENU) TITLE:=Sound support - DEPENDS:=@AUDIO_SUPPORT + DEPENDS:=@AUDIO_SUPPORT +!TARGET_x86:kmod-input-core KCONFIG:= \ CONFIG_SOUND \ CONFIG_SND \ @@ -100,23 +100,6 @@ endef $(eval $(call KernelPackage,sound-i8x0)) -define KernelPackage/sound-ps3 -$(call KernelPackage/sound/Depends,@TARGET_ps3||TARGET_ps3chk) - TITLE:=PS3 Audio - KCONFIG:=CONFIG_SND_PS3 \ - CONFIG_SND_PPC=y \ - CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 - FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,35, snd_ps3) -endef - -define KernelPackage/sound-ps3/description - support for the integrated PS3 audio device -endef - -$(eval $(call KernelPackage,sound-ps3)) - - define KernelPackage/sound-cs5535audio $(call KernelPackage/sound/Depends,@!TARGET_uml) TITLE:=CS5535 PCI Controller @@ -133,12 +116,15 @@ endef $(eval $(call KernelPackage,sound-cs5535audio)) + define KernelPackage/sound-soc-core $(call KernelPackage/sound/Depends) TITLE:=SoC sound support - KCONFIG:=CONFIG_SND_SOC + KCONFIG:= \ + CONFIG_SND_SOC \ + CONFIG_SND_SOC_ALL_CODECS=n FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko - AUTOLOAD:=$(call AutoLoad,35, snd-soc-core) + AUTOLOAD:=$(call AutoLoad,55, snd-soc-core) endef $(eval $(call KernelPackage,sound-soc-core))