diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-07-01 18:06:24 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-07-01 18:06:24 +0200 |
commit | 6408a81ed705af11aeacf813118cb15e416dfaa0 (patch) | |
tree | 67b6c037d67e66bca0dd01118ee25e0f411b5aef /.alsa/x1-bluetooth | |
parent | 71ef5dfdec5c83bdc0e50a37801b9ca2c0a1add8 (diff) |
Added ALSA files for laptop, including bluetooth support
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" +} + |