From: Daniel Mack Date: Tue, 16 Apr 2013 16:01:37 +0000 (+0800) Subject: ALSA: snd-usb: use ep->stride from urb callbacks X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a2a74d2b7667b2719858caf9eb2b5a92460195d;p=pandora-kernel.git ALSA: snd-usb: use ep->stride from urb callbacks For normal PCM transfer, this change has no effect, as the endpoint's stride is always frame_bits/8. For DSD DOP streams, however, which is added later, the hardware stride differs from the software stride, and the endpoint has the correct information in these cases. Signed-off-by: Daniel Mack Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed