ALSA: ua101: replace le16_to_cpu() with usb_endpoint_maxp()
authorCheah Kok Cheong <thrust73@gmail.com>
Sat, 14 Nov 2015 21:31:30 +0000 (05:31 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 Nov 2015 08:03:06 +0000 (09:03 +0100)
commit3c7a09358729e64119669f454fb1ac3c5cd20b63
tree0027e9e6362db53ef47adf0f9c3c0f0561b6abf4
parentf257f1d8482c59d9b0ebfb4191e142d72111d9be
ALSA: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") and commit
29cc88979a88 ("USB: use usb_endpoint_maxp() instead of le16_to_cpu()")
introduced a new helper macro.  This trivial patch convert remaining
users found in ua101 driver.

Signed-off-by: Cheah Kok Cheong <thrust73@gmail.com>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/misc/ua101.c