commit | 5935b9526a5e92e294397be8a1253c2a17d97204 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Oct 10 12:32:56 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Oct 11 16:59:27 2017 +0200 |
tree | 1f9c2e9f747b902e2b069baa0b974a04c0b56a5c | |
parent | 1f10034938e7e1aa787a683cb56cdee3595f29b4 [diff] |
ALSA: hiface: Add sanity checks for invalid EPs hiface usb-audio driver sets up URBs containing the fixed endpoints without validation. This may end up with an oops-like kernel warning when submitted. For avoiding it, this patch adds the calls of the new sanity-check helper for URBs. Signed-off-by: Takashi Iwai <tiwai@suse.de>