[alsa-devel] [PATCH 7/7] ALSA: USB-audio: Remove mixer entry from Zoom R16/24 quirk
Ricard Wanderlof
ricard.wanderlof at axis.com
Thu Oct 15 12:57:37 CEST 2015
The device has no mixer (and identifies itself as such), so just skip
the mixer definition.
Signed-off-by: Ricard Wanderlof <ricardw at axis.com>
---
sound/usb/quirks-table.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 4a8ca637..722b77b 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -3182,8 +3182,6 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
{
/*
* ZOOM R16/24 in audio interface mode.
- * Mixer descriptors are garbage, further quirks will be needed
- * to make any of it functional, thus disabled for now.
* Playback requires an extra four byte LE length indicator
* at the start of each isochronous packet. This quirk is
* enabled in create_standard_audio_quirk().
@@ -3194,11 +3192,6 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
.type = QUIRK_COMPOSITE,
.data = (const struct snd_usb_audio_quirk[]) {
{
- /* Mixer */
- .ifnum = 0,
- .type = QUIRK_IGNORE_INTERFACE,
- },
- {
/* Playback */
.ifnum = 1,
.type = QUIRK_AUDIO_STANDARD_INTERFACE,
--
2.1.4
More information about the Alsa-devel
mailing list