commit | f8e5f90b3a53bb75f05124ed19156388379a337d | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sat Feb 01 09:05:28 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Feb 01 09:06:11 2020 +0100 |
tree | 0f839e10c7f76e2a684ed089faf538531229b038 | |
parent | 78be2228c15dd45865b102b29d72e721f0ace9b1 [diff] |
ALSA: usb-audio: Fix endianess in descriptor validation I overlooked that some fields are words and need the converts from LE in the recently added USB descriptor validation code. This patch fixes those with the proper macro usages. Fixes: 57f8770620e9 ("ALSA: usb-audio: More validations of descriptor units") Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20200201080530.22390-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>