All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: "Connor McAdams" <conmanx360@gmail.com>
Cc: <alsa-devel@alsa-project.org>,
	"Alastair Bridgewater" <alastair.bridgewater@gmail.com>,
	"Jaroslav Kysela" <perex@perex.cz>,
	"Takashi Sakamoto" <o-takashi@sakamocchi.jp>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 00/15] Add support for Sound BlasterX AE-5
Date: Thu, 20 Sep 2018 09:23:35 +0200	[thread overview]
Message-ID: <s5hbm8sskco.wl-tiwai@suse.de> (raw)
In-Reply-To: <1537295625-8082-1-git-send-email-conmanx360@gmail.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Takashi Iwai <tiwai@suse.de>
To: Connor McAdams <conmanx360@gmail.com>
Cc: alsa-devel@alsa-project.org,
	Alastair Bridgewater <alastair.bridgewater@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>,
	Takashi Sakamoto <o-takashi@sakamocchi.jp>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/15] Add support for Sound BlasterX AE-5
Date: Thu, 20 Sep 2018 09:23:35 +0200	[thread overview]
Message-ID: <s5hbm8sskco.wl-tiwai@suse.de> (raw)
In-Reply-To: <1537295625-8082-1-git-send-email-conmanx360@gmail.com>

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

  parent reply	other threads:[~2018-09-20  7:23 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-18 18:33 [PATCH 00/15] Add support for Sound BlasterX AE-5 Connor McAdams
2018-09-18 18:33 ` Connor McAdams
2018-09-18 18:33 ` [PATCH 01/15] ALSA: hda/ca0132 - Define new verbs and control params Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 02/15] ALSA: hda/ca0132 - Add quirk for Sound BlasterX AE-5 Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 03/15] ALSA: hda/ca0132 - Add pincfg for AE-5 Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 04/15] ALSA: hda/ca0132 - Set AE-5 bools and select mixer Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 05/15] ALSA: hda/ca0132 - Change ca0132_mmio_init for AE-5 Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 06/15] ALSA: hda/ca0132 - Add AE-5 pre-init and ca0113 functions Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 07/15] ALSA: hda/ca0132 - Add AE-5 regular init setup Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 08/15] ALSA: hda/ca0132 - Change firmware name and usage Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 09/15] ALSA: hda/ca0132 - Merge post-dsp functions + cleanup Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 10/15] ALSA: hda/ca0132 - Add DSP setup functions for AE-5 Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 11/15] ALSA: hda/ca0132 - Clean up ca0132_alt_out_select Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 12/15] ALSA: hda/ca0132 - Add output set commands for AE-5 Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 13/15] ALSA: hda/ca0132 - Add input selection " Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 14/15] ALSA: hda/ca0132 - Add AE-5 specific controls Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-18 18:33 ` [PATCH 15/15] ALSA: hda/ca0132 - Add AE-5 exit function Connor McAdams
2018-09-18 18:33   ` Connor McAdams
2018-09-20  7:23 ` Takashi Iwai [this message]
2018-09-20  7:23   ` [PATCH 00/15] Add support for Sound BlasterX AE-5 Takashi Iwai
2018-09-20 14:15   ` Connor McAdams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hbm8sskco.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alastair.bridgewater@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=conmanx360@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=o-takashi@sakamocchi.jp \
    --cc=perex@perex.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.