mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
redirect folks to the ALSA developers not me when their sound drivers are broken
This commit is contained in:
parent
615e05584e
commit
d2757c9842
2 changed files with 8 additions and 4 deletions
|
|
@ -274,7 +274,8 @@ static int mmap_read(struct userdata *u, pa_usec_t *sleep_usec, pa_bool_t polled
|
|||
|
||||
if (polled)
|
||||
pa_log("ALSA woke us up to read new data from the device, but there was actually nothing to read! "
|
||||
"Most likely this is an ALSA driver bug. Please report this issue to the PulseAudio device.");
|
||||
"Most likely this is an ALSA driver bug. Please report this issue to the ALSA developers. "
|
||||
"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail_update() returned 0.");
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
@ -381,7 +382,8 @@ static int unix_read(struct userdata *u, pa_usec_t *sleep_usec, pa_bool_t polled
|
|||
|
||||
if (polled)
|
||||
pa_log("ALSA woke us up to read new data from the device, but there was actually nothing to read! "
|
||||
"Most likely this is an ALSA driver bug. Please report this issue to the PulseAudio developers.");
|
||||
"Most likely this is an ALSA driver bug. Please report this issue to the ALSA developers. "
|
||||
"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail_update() returned 0.");
|
||||
|
||||
return work_done;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue