On Tue, Apr 04, 2017 at 07:32:35PM +0000, alexander.levin@xxxxxxxxxxx wrote: > From: Detlef Urban <onkel@xxxxxxxxxx> > > [ 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 <onkel@xxxxxxxxxx> > Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> > Signed-off-by: Sasha Levin <alexander.levin@xxxxxxxxxxx> > --- > 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