mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-30 11:08:50 -05:00
daemon-conf: Add sync volume parameters to daemon-conf
Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com> Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com> Reviewd-by: Colin Guthrie <cguthrie@mandriva.org>
This commit is contained in:
parent
43b3f39a2f
commit
3e53e3bba3
9 changed files with 31 additions and 6 deletions
|
|
@ -75,7 +75,8 @@ typedef struct pa_daemon_conf {
|
|||
log_meta,
|
||||
log_time,
|
||||
flat_volumes,
|
||||
lock_memory;
|
||||
lock_memory,
|
||||
sync_volume;
|
||||
pa_server_type_t local_server_type;
|
||||
int exit_idle_time,
|
||||
scache_idle_time,
|
||||
|
|
@ -127,6 +128,8 @@ typedef struct pa_daemon_conf {
|
|||
#endif
|
||||
|
||||
unsigned default_n_fragments, default_fragment_size_msec;
|
||||
unsigned sync_volume_safety_margin_usec;
|
||||
int sync_volume_extra_delay_usec;
|
||||
pa_sample_spec default_sample_spec;
|
||||
pa_channel_map default_channel_map;
|
||||
size_t shm_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue