diff options
author | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-12-16 18:42:32 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-12-16 18:42:32 -0800 |
commit | 5656e663e7c2ba646bf5a6e4a5201fdaa0f7dfae (patch) | |
tree | 169b4972dce4473f79d597c69b40339c2f6fd64a /.config/alsa | |
parent | c88cf536b066f20e2d02433abfffb859e8deac17 (diff) | |
download | jrayhawk-dotfiles-5656e663e7c2ba646bf5a6e4a5201fdaa0f7dfae.tar.gz jrayhawk-dotfiles-5656e663e7c2ba646bf5a6e4a5201fdaa0f7dfae.zip |
alsa: add bluetooth connection note
Diffstat (limited to '.config/alsa')
-rw-r--r-- | .config/alsa/asoundrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/alsa/asoundrc b/.config/alsa/asoundrc index 82a32ea..0f9dfcf 100644 --- a/.config/alsa/asoundrc +++ b/.config/alsa/asoundrc @@ -94,6 +94,8 @@ pcm.btcar { device 00:00:00:66:6F:73 # killed by voltage regulator } +# needs: bluetoothctl connect C8:84:47:03:B4:54 + # Note: dmix only works with hw pcms, not bluealsa. If dmixing is desired: # alsaloop -C hw:Loopback,1,0 -P bthome # or 1,1 |