[PATCH 107/133] ALSA: 6fire: fix DMA issues with URB transfer_buffer usage

2013-08-16 Thread Kamal Mostafa
3.8.13.7 -stable review patch. If anyone has any objections, please let me know. -- From: Jussi Kivilinna commit ddb6b5a964371e8e52e696b2b258bda144c8bd3f upstream. Patch fixes 6fire not to use stack as URB transfer_buffer. URB buffers need to be DMA-able, which stack is not.

[PATCH 107/133] ALSA: 6fire: fix DMA issues with URB transfer_buffer usage

2013-08-16 Thread Kamal Mostafa
3.8.13.7 -stable review patch. If anyone has any objections, please let me know. -- From: Jussi Kivilinna jussi.kivili...@iki.fi commit ddb6b5a964371e8e52e696b2b258bda144c8bd3f upstream. Patch fixes 6fire not to use stack as URB transfer_buffer. URB buffers need to be