mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
core: infrastructure for alternate sampling rate
New parameter to avoid resampling. BIG power savings here... Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
31a9f195fa
commit
5bcfd2b630
9 changed files with 97 additions and 2 deletions
|
|
@ -131,6 +131,7 @@ typedef struct pa_daemon_conf {
|
|||
unsigned deferred_volume_safety_margin_usec;
|
||||
int deferred_volume_extra_delay_usec;
|
||||
pa_sample_spec default_sample_spec;
|
||||
uint32_t alternate_sample_rate;
|
||||
pa_channel_map default_channel_map;
|
||||
size_t shm_size;
|
||||
} pa_daemon_conf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue