From patchwork Thu Feb 4 19:39:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olivia Mackintosh X-Patchwork-Id: 377059 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67230C433DB for ; Thu, 4 Feb 2021 19:41:34 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F03D464F45 for ; Thu, 4 Feb 2021 19:41:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F03D464F45 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=base.nu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 8843B1657; Thu, 4 Feb 2021 20:40:40 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 8843B1657 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1612467690; bh=XJw4uVlczv1e2cBs4BcNrATZW31oSMPcdT0bUk8NEu8=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=owXgIXMulE+F6A6LsHeWswcT5mN/CDkBXwihJLBjbbywLhe6NMNWvX6YFFK9XzFRE fWOT8WX2tymFfJq/or7U0GeftICdqy+vvWueJPTIHx/Ix1Gvpy4Y/fEJnJ6FUir725 8z5Biv+o0jrqUt/Eqw48bFTOKrdKKndRQetUu89k= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 14091F80155; Thu, 4 Feb 2021 20:40:39 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 44EFAF80171; Thu, 4 Feb 2021 20:40:38 +0100 (CET) Received: from hellmouth.base.nu (hellmouth.base.nu [192.248.168.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id B0757F80152 for ; Thu, 4 Feb 2021 20:40:35 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz B0757F80152 Received: from baphomet.hell ( [192.168.179.1]) by hellmouth.base.nu (OpenSMTPD) with ESMTP id e3286ca7; Thu, 4 Feb 2021 19:40:33 +0000 (UTC) Received: from baphomet.hell (localhost [127.0.0.1]) by baphomet.hell (OpenSMTPD) with ESMTP id e29ce8bc; Thu, 4 Feb 2021 19:40:33 +0000 (GMT) Received: from localhost.localdomain ([192.168.178.2]) by baphomet.hell with ESMTPSA id 5ZuVMLBNHGBC/gAAnQSWfg (envelope-from ); Thu, 04 Feb 2021 19:40:32 +0000 From: Olivia Mackintosh To: tiwai@suse.de Subject: [PATCH v3 0/1] Add DJM-750 and simplify Date: Thu, 4 Feb 2021 19:39:05 +0000 Message-Id: <20210204193906.20716-1-livvy@base.nu> X-Mailer: git-send-email 2.30.0 In-Reply-To: References: MIME-Version: 1.0 Cc: alsa-devel@alsa-project.org, Olivia Mackintosh , fabian@lesniak-it.de X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi Takashi, I have corrected the various issues raised by checkpatch and also have just merged the two patches together because they seem to be two iterations of the same thing. Hopefully it will make it easier to check and review. I'll check Patchwork and make sure it looks obvious that I've done this. Kindest regards, Olivia Olivia Mackintosh (1): ALSA: usb-audio: Add DJM750 to Pioneer mixer quirk sound/usb/mixer_quirks.c | 336 +++++++++++++++++++++++++-------------- 1 file changed, 214 insertions(+), 122 deletions(-)