diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-10-29 21:04:10 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-10-29 21:04:10 +0100 |
commit | 61d88c1a07dacf55f6656ce41feaf9b0200778b3 (patch) | |
tree | d910628a2736c852d1ba81e98330581fa09ba02d /.alsa/x1-bluetooth | |
parent | 38b1ca6ded632268f72cf24bdb400022bfb4e62f (diff) |
Removed ALSA, moving on to pulseaudio
Diffstat (limited to '.alsa/x1-bluetooth')
-rw-r--r-- | .alsa/x1-bluetooth | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.alsa/x1-bluetooth b/.alsa/x1-bluetooth deleted file mode 100644 index 51fb3f4..0000000 --- a/.alsa/x1-bluetooth +++ /dev/null @@ -1,21 +0,0 @@ -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" -} - |