alsa: disable period event only with tsched=1

This commit is contained in:
Lennart Poettering 2009-10-06 00:17:24 +02:00
parent 7b682c9690
commit c96d2d1117
4 changed files with 6 additions and 5 deletions

View file

@ -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(