From mboxrd@z Thu Jan 1 00:00:00 1970 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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 92413C433F4 for ; Thu, 20 Sep 2018 07:23:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4818221524 for ; Thu, 20 Sep 2018 07:23:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4818221524 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731640AbeITNFl (ORCPT ); Thu, 20 Sep 2018 09:05:41 -0400 Received: from mx2.suse.de ([195.135.220.15]:59902 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726295AbeITNFl (ORCPT ); Thu, 20 Sep 2018 09:05:41 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 646DBB049; Thu, 20 Sep 2018 07:23:37 +0000 (UTC) Date: Thu, 20 Sep 2018 09:23:35 +0200 Message-ID: From: Takashi Iwai To: "Connor McAdams" Cc: , "Alastair Bridgewater" , "Jaroslav Kysela" , "Takashi Sakamoto" , Subject: Re: [PATCH 00/15] Add support for Sound BlasterX AE-5 In-Reply-To: <1537295625-8082-1-git-send-email-conmanx360@gmail.com> References: <1537295625-8082-1-git-send-email-conmanx360@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/26 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 18 Sep 2018 20:33:28 +0200, Connor McAdams wrote: > > This patch series adds support for the Sound BlasterX AE-5. I have > personally tested it, and had others test it as well. All outputs work, > front headphone, rear headphone, rear line-out, surround, digital. The > only issue currently is that the microphone suffers from inconsistency > like the Sound Blaster Z does, and Creative may be willing to help fix > that, but if they're not, I have a few ideas. > > I also have the ZxR working currently. That will require some more > complicated changes of the driver, so I have left it out and just > focused on the AE-5. > > Connor McAdams (15): > ALSA: hda/ca0132 - Define new verbs and control params > ALSA: hda/ca0132 - Add quirk for Sound BlasterX AE-5 > ALSA: hda/ca0132 - Add pincfg for AE-5 > ALSA: hda/ca0132 - Set AE-5 bools and select mixer > ALSA: hda/ca0132 - Change ca0132_mmio_init for AE-5 > ALSA: hda/ca0132 - Add AE-5 pre-init and ca0113 functions > ALSA: hda/ca0132 - Add AE-5 regular init setup > ALSA: hda/ca0132 - Change firmware name and usage > ALSA: hda/ca0132 - Merge post-dsp functions + cleanup > ALSA: hda/ca0132 - Add DSP setup functions for AE-5 > ALSA: hda/ca0132 - Clean up ca0132_alt_out_select > ALSA: hda/ca0132 - Add output set commands for AE-5 > ALSA: hda/ca0132 - Add input selection commands for AE-5 > ALSA: hda/ca0132 - Add AE-5 specific controls > ALSA: hda/ca0132 - Add AE-5 exit function Thanks, applied now all 15 patches. One patch caused a compile warning in the middle of series due to an unused variable which is used in a later patch. Since it's a trivial issue, I addressed it by myself locally. But at the next time, it'd be helpful if you do a compile test for each commit in the series before submission. Takashi