Skip to content

alsa: Do not attempt to prepare linked PCMs

Hector Martin requested to merge marcan/pipewire:recovery-prepare-bugfix into master

All linked PCMs prepare together. If we prepare the secondaries, that action clobbers the write pointer of every PCM every time, which then causes playback to fail to start due to lack of data.

Signed-off-by: Hector Martin marcan@marcan.st

Merge request reports