From patchwork Tue May 12 06:34:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Neukirchen X-Patchwork-Id: 471153 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A0F551400A0 for ; Tue, 12 May 2015 16:36:20 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 2A747283CCD; Tue, 12 May 2015 08:35:00 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id CFB60281670 for ; Tue, 12 May 2015 08:34:53 +0200 (CEST) X-policyd-weight: using cached result; rate: -8.5 Received: from mout.web.de (mout.web.de [212.227.17.11]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Tue, 12 May 2015 08:34:51 +0200 (CEST) Received: from [192.168.3.157] ([91.64.206.248]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0LyDlZ-1ZEpLU2ENx-015Zs9 for ; Tue, 12 May 2015 08:36:05 +0200 Message-ID: <55519F0A.7060908@web.de> Date: Tue, 12 May 2015 08:34:50 +0200 From: Dirk Neukirchen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: OpenWrt Development List X-Provags-ID: V03:K0:7swWQC76FS08E9tDDerNiOcX0u068VKLMUuK/Xuf7kTc+VH3sRw Wvj5ZbE6WrC0Etnb2iqzV14ibKJ9sbuaVF6bORjfNi4vRFySlp83/3gGpNTb84jm0tAZt4/ S+5JQTrtLLREo/HD13v2I1mJzjIw6InWHi17Kn8LN0p5eIylx5XFCJN8HmHkmXZaVK5rw8A ncYVRb0ThIgw+/RKYitQg== X-UI-Out-Filterresults: notjunk:1; Subject: [OpenWrt-Devel] [PATCH] sound: cleanup by removing unsupported Kernel cases X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/sound.mk | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 54bc30a..3cf9834 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -32,21 +32,11 @@ SOUNDCORE_FILES ?= \ $(LINUX_DIR)/sound/core/oss/snd-pcm-oss.ko \ $(LINUX_DIR)/sound/core/snd-compress.ko -ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.12.0)),1) SOUNDCORE_LOAD += \ $(if $(CONFIG_SND_DMAENGINE_PCM),snd-pcm-dmaengine) SOUNDCORE_FILES += \ $(if $(CONFIG_SND_DMAENGINE_PCM),$(LINUX_DIR)/sound/core/snd-pcm-dmaengine.ko) -endif - -ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),lt,3.14.0)),1) -SOUNDCORE_LOAD += \ - snd-page-alloc - -SOUNDCORE_FILES += \ - $(LINUX_DIR)/sound/core/snd-page-alloc.ko -endif define KernelPackage/sound-core SUBMENU:=$(SOUND_MENU)