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:
Pauli Virtanen 2024-12-23 11:44:45 +02:00
parent dcccfcab7f
commit 90f8b0e40b
3 changed files with 0 additions and 21 deletions

View file

@ -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)