]> www.infradead.org Git - users/dwmw2/linux.git/commit
ALSA: usb-audio: Add quirks for Dell WD19 dock
authorJan Schär <jan@jschaer.ch>
Tue, 29 Oct 2024 22:12:49 +0000 (23:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 30 Oct 2024 13:46:49 +0000 (14:46 +0100)
commit4413665dd6c528b31284119e3571c25f371e1c36
treec48e717b8a790a2b5c2a573f43217e28fb586bf4
parent7027eee0908cc4807bb69242e6ceaa0002e682a7
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>
sound/usb/mixer_quirks.c