mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
alsa: disable period event only with tsched=1
This commit is contained in:
parent
7b682c9690
commit
c96d2d1117
4 changed files with 6 additions and 5 deletions
|
|
@ -51,7 +51,8 @@ int pa_alsa_set_hw_params(
|
|||
|
||||
int pa_alsa_set_sw_params(
|
||||
snd_pcm_t *pcm,
|
||||
snd_pcm_uframes_t avail_min);
|
||||
snd_pcm_uframes_t avail_min,
|
||||
pa_bool_t period_event);
|
||||
|
||||
/* Picks a working mapping from the profile set based on the specified ss/map */
|
||||
snd_pcm_t *pa_alsa_open_by_device_id_auto(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue