1. 23 11月, 2014 8 次提交
  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 2 次提交
    • 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
    • T
      ALSA: pcm: Update the state properly before notification · 9bc889b4
      Takashi Iwai 提交于
      Some state changes (e.g. snd_pcm_stop()) sets the runtime state after
      calling snd_timer_notify().  This is basically racy, since the
      notification may wakes up the user even before the state change.
      Although the possibility is low, we should set the state before the
      notifications.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9bc889b4
反馈
建议
客服 返回
顶部