mbox series

[v2,0/1] add mixer quirks for DJM-900NXS2

Message ID 20210205215116.258724-1-fabian@lesniak-it.de
Headers show
Series add mixer quirks for DJM-900NXS2 | expand

Message

Fabian Lesniak Feb. 5, 2021, 9:51 p.m. UTC
Here is a reworked version of my previous patch for DJM-900NXS2 mixer
quirks. It is now based on "[PATCH v4 1/1] ALSA: usb-audio: Add DJM750
to Pioneer mixer quirk" and should apply cleanly after it on
sound/master. Thanks to Olivia's work, this patch is now much shorter.

Fabian Lesniak (1):
  ALSA: usb-audio: add mixer quirks for Pioneer DJM-900NXS2

 sound/usb/mixer_quirks.c | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

Comments

Takashi Iwai Feb. 5, 2021, 10:19 p.m. UTC | #1
On Fri, 05 Feb 2021 22:51:16 +0100,
Fabian Lesniak wrote:
> 
> This commit adds mixer quirks for the Pioneer DJM-900NXS2 mixer. This
> device has 6 capture channels, 5 of them allow setting the signal
> source. This adds controls for these, similar to the DJM-250Mk2.
> However, playpack channels are not controllable via software like on the
> 250Mk2, as they can only be set manually on the mixing console.
> Read-only controls showing the currently selected playback channels are
> omitted.
> 
> Signed-off-by: Fabian Lesniak <fabian@lesniak-it.de>

Thanks, applied now.


Takashi