]> Git Repo - linux.git/commitdiff
ALSA: usb-audio: Add quirks for Dell WD19 dock
authorJan Schär <[email protected]>
Tue, 29 Oct 2024 22:12:49 +0000 (23:12 +0100)
committerTakashi Iwai <[email protected]>
Wed, 30 Oct 2024 13:46:49 +0000 (14:46 +0100)
The WD19 family of docks has the same audio chipset as the WD15. This
change enables jack detection on the WD19.

We don't need the dell_dock_mixer_init quirk for the WD19. It is only
needed because of the dell_alc4020_map quirk for the WD15 in
mixer_maps.c, which disables the volume controls. Even for the WD15,
this quirk was apparently only needed when the dock firmware was not
updated.

Signed-off-by: Jan Schär <[email protected]>
Cc: <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
sound/usb/mixer_quirks.c

index 2a9594f34dac6f753d715ed973f4a576eafa23dd..6456e87e2f397478aa1d767bc27f15d7b09acb86 100644 (file)
@@ -4042,6 +4042,9 @@ int snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer)
                        break;
                err = dell_dock_mixer_init(mixer);
                break;
+       case USB_ID(0x0bda, 0x402e): /* Dell WD19 dock */
+               err = dell_dock_mixer_create(mixer);
+               break;
 
        case USB_ID(0x2a39, 0x3fd2): /* RME ADI-2 Pro */
        case USB_ID(0x2a39, 0x3fd3): /* RME ADI-2 DAC */
This page took 0.050241 seconds and 4 git commands to generate.