mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
introduce default channel map in addition to the default sample spec
This commit is contained in:
parent
27bfa607b9
commit
4505bc9cc6
24 changed files with 180 additions and 147 deletions
|
|
@ -908,6 +908,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
c->default_sample_spec = conf->default_sample_spec;
|
||||
c->default_channel_map = conf->default_channel_map;
|
||||
c->default_n_fragments = conf->default_n_fragments;
|
||||
c->default_fragment_size_msec = conf->default_fragment_size_msec;
|
||||
c->exit_idle_time = conf->exit_idle_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue