]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ALSA: USB-audio: Remove mixer entry from Zoom R16/24 quirk
authorRicard Wanderlof <ricard.wanderlof@axis.com>
Mon, 19 Oct 2015 06:52:55 +0000 (08:52 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 Oct 2015 10:38:10 +0000 (12:38 +0200)
The device has no mixer (and identifies itself as such), so just skip
the mixer definition.

Signed-off-by: Ricard Wanderlof <ricardw@axis.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks-table.h

index 4d3848ce4cff509b68ab62daed0fcd41410d3148..1a1e2e4df35e5809e7f7d81b405ca6dddf2f4311 100644 (file)
@@ -3191,8 +3191,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().
@@ -3202,11 +3200,6 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
                .ifnum = QUIRK_ANY_INTERFACE,
                .type = QUIRK_COMPOSITE,
                .data = (const struct snd_usb_audio_quirk[]) {
-                       {
-                               /* Mixer */
-                               .ifnum = 0,
-                               .type = QUIRK_IGNORE_INTERFACE,
-                       },
                        {
                                /* Playback  */
                                .ifnum = 1,