From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:56756 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755100AbdDJPlw (ORCPT ); Mon, 10 Apr 2017 11:41:52 -0400 Date: Mon, 10 Apr 2017 17:41:42 +0200 From: "gregkh@linuxfoundation.org" To: alexander.levin@verizon.com Cc: "stable@vger.kernel.org" Subject: Re: [PATCH for 4.9 87/98] ALSA: usb-audio: Tascam US-16x08 DSP mixer quirk Message-ID: <20170410154142.GA9691@kroah.com> References: <20170404193158.19041-1-alexander.levin@verizon.com> <20170404193158.19041-88-alexander.levin@verizon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170404193158.19041-88-alexander.levin@verizon.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Apr 04, 2017 at 07:32:35PM +0000, alexander.levin@verizon.com wrote: > From: Detlef Urban > > [ Upstream commit d2bb390a2081a36ffe906724d2848d846f2aeb29 ] > > Add mixer quirk for Tascam US-16x08 usb interface. > Even that this is an usb compliant device, > the input channels and DSP functions (EQ/Compressor) aren't accessible > by default. > > Signed-off-by: Detlef Urban > Signed-off-by: Takashi Iwai > Signed-off-by: Sasha Levin > --- > sound/usb/Makefile | 1 + > sound/usb/mixer_quirks.c | 5 + > sound/usb/mixer_us16x08.c | 1465 +++++++++++++++++++++++++++++++++++++++++++++ > sound/usb/mixer_us16x08.h | 122 ++++ > 4 files changed, 1593 insertions(+) > create mode 100644 sound/usb/mixer_us16x08.c > create mode 100644 sound/usb/mixer_us16x08.h Um, that's a bit too big of a "quirk" to go into a stable kernel, sorry. That's a huge new driver. Dropping this one... greg k-h