commit | 1f10034938e7e1aa787a683cb56cdee3595f29b4 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Oct 04 17:58:41 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Oct 11 16:52:33 2017 +0200 |
tree | a79ad91f4e0a9915e46db03106a95a8ec20403ff | |
parent | 738d9edcfd44f154924692e54109fb439fcf8bdd [diff] |
ALSA: usx2y: Add sanity checks for invalid EPs usx2y 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>