mixer/alsa: use BlockingCall() instead of EventLoop::AddCall()
This is safer, and works without epoll(). Fixes a build failure with uClibc, which does not support epoll().
This commit is contained in:
Reference in New Issue
Block a user
This is safer, and works without epoll(). Fixes a build failure with uClibc, which does not support epoll().