diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/alsa/asoundrc | 3 | ||||
-rw-r--r-- | .config/alsa/asoundrc-baldrick | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/.config/alsa/asoundrc b/.config/alsa/asoundrc index 5aceda9..82a32ea 100644 --- a/.config/alsa/asoundrc +++ b/.config/alsa/asoundrc @@ -94,6 +94,9 @@ pcm.btcar { device 00:00:00:66:6F:73 # killed by voltage regulator } +# Note: dmix only works with hw pcms, not bluealsa. If dmixing is desired: +# alsaloop -C hw:Loopback,1,0 -P bthome # or 1,1 + pcm.bthome { profile a2dp #type bluetooth # old 1.0 diff --git a/.config/alsa/asoundrc-baldrick b/.config/alsa/asoundrc-baldrick new file mode 100644 index 0000000..25bb1c6 --- /dev/null +++ b/.config/alsa/asoundrc-baldrick @@ -0,0 +1,13 @@ +pcm.!default unified +#pcm.!default both # for OBS +ctl.!default hw:PCH + +pcm.PrimaryPlayback { + type copy + slave.pcm "plug:dmix:PCH" +} + +pcm.PrimaryCapture { + type copy + slave.pcm "plug:dsnoop:PCH" +} |