Skip to content

add sndio support (again, to dev branch) #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 11, 2021
Merged

Conversation

jg1uaa
Copy link
Contributor

@jg1uaa jg1uaa commented Mar 1, 2021

for details, please see comment at previous pull request: #313 (comment)
this diff adds POLLHUP (caused by device I/O error, i.e. USB audio un-plugged) check and abort direwolf with messages when received it.

rewrite

    int err;
    err = poll_sndio();
    if (err < 0) {
        :

to

    if (poll_sndio() < 0) {
        :
@wb2osz wb2osz merged commit 0e68a77 into wb2osz:dev Apr 11, 2021
@wb2osz
Copy link
Owner

wb2osz commented Apr 11, 2021

This has been merged to the "dev" development branch.
Thanks for the enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants