mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
spa: acp: remove some strictly not necessary SplitPCM properties
Remove some api.alsa.split.* properties that the monitor script can figure out itself.
This commit is contained in:
parent
dcccfcab7f
commit
90f8b0e40b
3 changed files with 0 additions and 21 deletions
|
|
@ -235,9 +235,6 @@ static void init_device(pa_card *impl, pa_alsa_device *dev, pa_alsa_direction_t
|
|||
struct spa_strbuf b;
|
||||
int i;
|
||||
|
||||
pa_proplist_sets(dev->proplist, "api.alsa.split.leader", m->split->leader ? "true" : "false");
|
||||
pa_proplist_setf(dev->proplist, "api.alsa.split.hw-channels", "%d", m->split->hw_channels);
|
||||
|
||||
spa_strbuf_init(&b, pos, sizeof(pos));
|
||||
spa_strbuf_append(&b, "[");
|
||||
for (i = 0; i < m->split->channels; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue