Skip to content

Commit 4413665

Browse files
jscissrtiwai
authored andcommitted
ALSA: usb-audio: Add quirks for Dell WD19 dock
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 <jan@jschaer.ch> Cc: <stable@vger.kernel.org> Link: https://patch.msgid.link/20241029221249.15661-1-jan@jschaer.ch Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 7027eee commit 4413665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/usb/mixer_quirks.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4042,6 +4042,9 @@ int snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer)
40424042
break;
40434043
err = dell_dock_mixer_init(mixer);
40444044
break;
4045+
case USB_ID(0x0bda, 0x402e): /* Dell WD19 dock */
4046+
err = dell_dock_mixer_create(mixer);
4047+
break;
40454048

40464049
case USB_ID(0x2a39, 0x3fd2): /* RME ADI-2 Pro */
40474050
case USB_ID(0x2a39, 0x3fd3): /* RME ADI-2 DAC */

0 commit comments

Comments
 (0)