ALSA: USB-audio: Remove mixer entry from Zoom R16/24 quirk
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>
This commit is contained in:
parent
759c90fe01
commit
9fa5cf8c54
1 changed files with 0 additions and 7 deletions
|
@ -3191,8 +3191,6 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* ZOOM R16/24 in audio interface mode.
|
* 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
|
* Playback requires an extra four byte LE length indicator
|
||||||
* at the start of each isochronous packet. This quirk is
|
* at the start of each isochronous packet. This quirk is
|
||||||
* enabled in create_standard_audio_quirk().
|
* enabled in create_standard_audio_quirk().
|
||||||
|
@ -3202,11 +3200,6 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
|
||||||
.ifnum = QUIRK_ANY_INTERFACE,
|
.ifnum = QUIRK_ANY_INTERFACE,
|
||||||
.type = QUIRK_COMPOSITE,
|
.type = QUIRK_COMPOSITE,
|
||||||
.data = (const struct snd_usb_audio_quirk[]) {
|
.data = (const struct snd_usb_audio_quirk[]) {
|
||||||
{
|
|
||||||
/* Mixer */
|
|
||||||
.ifnum = 0,
|
|
||||||
.type = QUIRK_IGNORE_INTERFACE,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
/* Playback */
|
/* Playback */
|
||||||
.ifnum = 1,
|
.ifnum = 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue