]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: usb-audio: Use correct sub-type for UAC3 feature unit validation
authorTakashi Iwai <tiwai@suse.de>
Thu, 21 Aug 2025 15:08:34 +0000 (17:08 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 21 Aug 2025 15:10:14 +0000 (17:10 +0200)
commit8410fe81093ff231e964891e215b624dabb734b0
treed276afa8866f6189e93247b2a3f8f69316c18509
parent5003a65790ed66be882d1987cc2ca86af0de3db1
ALSA: usb-audio: Use correct sub-type for UAC3 feature unit validation

The entry of the validators table for UAC3 feature unit is defined
with a wrong sub-type UAC_FEATURE (= 0x06) while it should have been
UAC3_FEATURE (= 0x07).  This patch corrects the entry value.

Fixes: 57f8770620e9 ("ALSA: usb-audio: More validations of descriptor units")
Link: https://patch.msgid.link/20250821150835.8894-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/validate.c