diff options
Diffstat (limited to '.alsa/x1-bluetooth')
-rw-r--r-- | .alsa/x1-bluetooth | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.alsa/x1-bluetooth b/.alsa/x1-bluetooth new file mode 100644 index 0000000..51fb3f4 --- /dev/null +++ b/.alsa/x1-bluetooth @@ -0,0 +1,21 @@ +pcm.btspeaker { + type plug + slave { + pcm { + type bluealsa + interface hci0 + device 00:11:67:01:1C:9B + profile "a2dp" + } + } + hint { + show on + description "BT Headset" + } +} + +pcm.!default { + type plug + slave.pcm "btspeaker" +} + |