mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -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
|
|
@ -162,7 +162,7 @@ static void resolver_cb(
|
|||
pa_module *m;
|
||||
|
||||
ss = u->core->default_sample_spec;
|
||||
pa_channel_map_init_extend(&cm, ss.channels, PA_CHANNEL_MAP_DEFAULT);
|
||||
cm = u->core->default_channel_map;
|
||||
|
||||
for (l = txt; l; l = l->next) {
|
||||
char *key, *value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue