Anton Shestakov <av6@dwimlabs.net>, Tue, 09 May 2023 19:49:48 -0300
dpkg: don't install /etc/alsa/conf.d/99-pipewire-default.conf symlink
This file makes ALSA use PipeWire by default, not only as pcm, but also as ctl.
There's 50-pipewire.conf that makes PipeWire simply available as an ALSA
device, that's fine.
.asoundrc
Permissions: -rw-r--r--
# modprobe snd-aloop id=Loopback pcm_substreams=1 timer_source=Generic
slave.pcm "dsnoop:CARD=Loopback,DEV=1"
a { channels 2 pcm "dmix:CARD=Loopback,DEV=0" }
b { channels 2 pcm "dmix:CARD=Generic,DEV=0" }
slave.pcm "dsnoop:CARD=Generic,DEV=0"