Skip to content

Commit

Permalink
ALSA: usb-audio: Add Audient iD14 to mixer map quirk table
Browse files Browse the repository at this point in the history
commit df0380b upstream.

This is a fix equivalent with the upstream commit df0380b ("ALSA:
usb-audio: Add quirk for Audient iD14"), adapted to the earlier
kernels up to 5.14.y.  It adds the quirk entry with the old
ignore_ctl_error flag to the usbmix_ctl_maps, instead.

The original commit description says:
    Audient iD14 (2708:0002) may get a control message error that
    interferes the operation e.g. with alsactl.  Add the quirk to ignore
    such errors like other devices.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
tiwai authored and gregkh committed Nov 6, 2021
1 parent 570b500 commit b1dbd89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/usb/mixer_maps.c
Expand Up @@ -528,6 +528,10 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
.id = USB_ID(0x2573, 0x0008),
.map = maya44_map,
},
{
.id = USB_ID(0x2708, 0x0002), /* Audient iD14 */
.ignore_ctl_error = 1,
},
{
/* KEF X300A */
.id = USB_ID(0x27ac, 0x1000),
Expand Down

0 comments on commit b1dbd89

Please sign in to comment.