commit | 8a2a74d2b7667b2719858caf9eb2b5a92460195d | [log] [tgz] |
---|---|---|
author | Daniel Mack <zonque@gmail.com> | Wed Apr 17 00:01:37 2013 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 18 10:03:23 2013 +0200 |
tree | a6d257af3b353205c2b2add2c7740713da9a0c9a | |
parent | ef7a4f979bd8201324b2bcd30277c14aba889f50 [diff] |
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 <zonque@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>