From patchwork Thu Dec 11 12:19:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Nikula X-Patchwork-Id: 5475571 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A8ECF9F2E8 for ; Thu, 11 Dec 2014 12:20:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EF06320173 for ; Thu, 11 Dec 2014 12:20:57 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 1A33420125 for ; Thu, 11 Dec 2014 12:20:57 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 4D452265122; Thu, 11 Dec 2014 13:20:55 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id AAC0826512A; Thu, 11 Dec 2014 13:19:33 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 334D326510A; Thu, 11 Dec 2014 13:19:32 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by alsa0.perex.cz (Postfix) with ESMTP id D500A26500C for ; Thu, 11 Dec 2014 13:19:23 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 11 Dec 2014 04:19:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,557,1413270000"; d="scan'208";a="622146521" Received: from mylly.fi.intel.com (HELO mylly.fi.intel.com.) ([10.237.72.164]) by orsmga001.jf.intel.com with ESMTP; 11 Dec 2014 04:19:21 -0800 From: Jarkko Nikula To: alsa-devel@alsa-project.org Date: Thu, 11 Dec 2014 14:19:12 +0200 Message-Id: <1418300353-13243-3-git-send-email-jarkko.nikula@linux.intel.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1418300353-13243-1-git-send-email-jarkko.nikula@linux.intel.com> References: <1418300353-13243-1-git-send-email-jarkko.nikula@linux.intel.com> Cc: Takashi Iwai , Jarkko Nikula Subject: [alsa-devel] [PATCH 3/4] sound: oss: Remove dead sound card number definitions X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP None of these is used in kernel tree. Signed-off-by: Jarkko Nikula --- sound/oss/dev_table.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sound/oss/dev_table.h b/sound/oss/dev_table.h index 0199a317c5a9..afb3aaff145f 100644 --- a/sound/oss/dev_table.h +++ b/sound/oss/dev_table.h @@ -21,20 +21,7 @@ * Numbers 1000 to N are reserved for driver's internal use. */ -#define SNDCARD_DESKPROXL 27 /* Compaq Deskpro XL */ -#define SNDCARD_VIDC 28 /* ARMs VIDC */ -#define SNDCARD_SBPNP 29 -#define SNDCARD_SOFTOSS 36 #define SNDCARD_VMIDI 37 -#define SNDCARD_OPL3SA1 38 /* Note: clash in msnd.h */ -#define SNDCARD_OPL3SA1_SB 39 -#define SNDCARD_OPL3SA1_MPU 40 -#define SNDCARD_WAVEFRONT 41 -#define SNDCARD_OPL3SA2 42 -#define SNDCARD_OPL3SA2_MPU 43 -#define SNDCARD_WAVEARTIST 44 /* Waveartist */ -#define SNDCARD_OPL3SA2_MSS 45 /* Originally missed */ -#define SNDCARD_AD1816 88 /* * NOTE! NOTE! NOTE! NOTE!