From 8a2a74d2b7667b2719858caf9eb2b5a92460195d Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 17 Apr 2013 00:01:37 +0800 Subject: [PATCH] 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-format-patch failed