1. 28 Jun, 2019 1 commit
    • Max Kellermann's avatar
      output/alsa: check PCM state before calling snd_pcm_drain() · 543776d9
      Max Kellermann authored
      Apparently, if snd_pcm_drain() returns EAGAIN, it does not actually
      want to be called again; the next call will snd_pcm_drain() will also
      return EAGAIN, forever, even though the PCM state has meanwhile
      switched to SND_PCM_STATE_SETUP.  This causes a busy loop; to fix
      this, we should always check snd_pcm_state() to see if draining is
      really required.
      543776d9
  2. 26 Jun, 2019 7 commits
  3. 18 Jun, 2019 1 commit
  4. 17 Jun, 2019 3 commits
  5. 16 Jun, 2019 1 commit
  6. 11 Jun, 2019 2 commits
  7. 05 Jun, 2019 5 commits
  8. 31 May, 2019 6 commits
  9. 20 May, 2019 4 commits
  10. 17 May, 2019 1 commit
  11. 16 May, 2019 3 commits
  12. 13 May, 2019 6 commits