1. 01 9月, 2012 1 次提交
  2. 30 8月, 2012 1 次提交
    • D
      ALSA: snd-usb: Fix URB cancellation at stream start · 015618b9
      Daniel Mack 提交于
      Commit e9ba389c ("ALSA: usb-audio: Fix scheduling-while-atomic bug in
      PCM capture stream") fixed a scheduling-while-atomic bug that happened
      when snd_usb_endpoint_start was called from the trigger callback, which
      is an atmic context. However, the patch breaks the idea of the endpoints
      reference counting, which is the reason why the driver has been
      refactored lately.
      
      Revert that commit and let snd_usb_endpoint_start() take care of the URB
      cancellation again. As this function is called from both atomic and
      non-atomic context, add a flag to denote whether the function may sleep.
      Signed-off-by: NDaniel Mack <zonque@gmail.com>
      Cc: stable@kernel.org [3.5+]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      015618b9
  3. 29 8月, 2012 2 次提交
  4. 22 8月, 2012 1 次提交
  5. 21 8月, 2012 3 次提交
  6. 20 8月, 2012 10 次提交
  7. 18 8月, 2012 3 次提交
  8. 16 8月, 2012 2 次提交
  9. 14 8月, 2012 3 次提交
  10. 13 8月, 2012 3 次提交
  11. 11 8月, 2012 1 次提交
  12. 10 8月, 2012 6 次提交
  13. 09 8月, 2012 4 次提交