diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-11-14 17:56:13 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-11-14 18:02:38 +0100 |
commit | f35ef592477c5347b8f780a5f0d4970671e22c61 (patch) | |
tree | b19652e43f89f4b8be1a22378a31fba657a98e6d /sound/usb/usbaudio.h | |
parent | cb45722b289b54476b68883985c2824c69a7fba9 (diff) | |
download | linux-stable-f35ef592477c5347b8f780a5f0d4970671e22c61.tar.gz linux-stable-f35ef592477c5347b8f780a5f0d4970671e22c61.tar.bz2 linux-stable-f35ef592477c5347b8f780a5f0d4970671e22c61.zip |
ALSA: usb-audio: Add skip_validation option
The unit descriptor validation may lead to a probe error when the
device provides a buggy descriptor or the validator detected
incorrectly. For identifying such an error and band-aiding, give a
new module option, skip_validation. With this option, the driver
ignores the validation errors with the hexdump of the unit
descriptor, so we can check it in a bit more details.
Link: https://lore.kernel.org/r/20191114165613.7422-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usbaudio.h')
-rw-r--r-- | sound/usb/usbaudio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/usbaudio.h b/sound/usb/usbaudio.h index feb30f9c1716..ff3cbf653de8 100644 --- a/sound/usb/usbaudio.h +++ b/sound/usb/usbaudio.h @@ -120,5 +120,6 @@ int snd_usb_lock_shutdown(struct snd_usb_audio *chip); void snd_usb_unlock_shutdown(struct snd_usb_audio *chip); extern bool snd_usb_use_vmalloc; +extern bool snd_usb_skip_validation; #endif /* __USBAUDIO_H */ |