1. 23 11月, 2014 9 次提交
  2. 22 11月, 2014 3 次提交
  3. 21 11月, 2014 1 次提交
  4. 20 11月, 2014 1 次提交
  5. 19 11月, 2014 1 次提交
  6. 17 11月, 2014 5 次提交
  7. 14 11月, 2014 4 次提交
  8. 13 11月, 2014 4 次提交
  9. 11 11月, 2014 6 次提交
  10. 10 11月, 2014 4 次提交
  11. 07 11月, 2014 1 次提交
  12. 06 11月, 2014 1 次提交
    • T
      ALSA: usb-audio: Trigger PCM XRUN at XRUN · 67e22500
      Takashi Iwai 提交于
      The usb-audio driver detects XRUN at its complete callback, but the
      actual code to trigger PCM XRUN is commented out because it caused
      deadlock in the past.  This patch revives the PCM trigger properly.
      It resulted in more than just enabling snd_pcm_stop(), but it had to
      deduce the PCM substream with proper NULL checks and holds the stream
      lock around the call.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      67e22500