Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2021-10-30 16:02:12
    Hash : 8a4a282a
    Message : alsa: Make hotplug thread optional. Even without the thread, it'll do an initial hardware detection at startup, but there won't be any further hotplug events after that. But for many cases, that is likely complete sufficient. In either case, this cleaned up the code to no longer need a semaphore at startup. Fixes #4862.