mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-18 08:56:42 -05:00
si_code is 1 on my machine, why?
This commit is contained in:
parent
e4215ba611
commit
df8a9dc1e2
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ static void snd_async_handler(int signo ATTRIBUTE_UNUSED, siginfo_t *siginfo, vo
|
||||||
{
|
{
|
||||||
int fd;
|
int fd;
|
||||||
struct list_head *i;
|
struct list_head *i;
|
||||||
assert(siginfo->si_code == SI_SIGIO);
|
//assert(siginfo->si_code == SI_SIGIO);
|
||||||
fd = siginfo->si_fd;
|
fd = siginfo->si_fd;
|
||||||
list_for_each(i, &snd_async_handlers) {
|
list_for_each(i, &snd_async_handlers) {
|
||||||
snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist);
|
snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue