Last active
December 27, 2015 10:39
-
-
Save dallarosa/7312818 to your computer and use it in GitHub Desktop.
adding bluetooth audio support to linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pcm.btheadset { | |
type plug | |
slave { | |
pcm { | |
type bluetooth | |
device DEVICE_MAC_ADDRESS | |
profile "auto" | |
} | |
} | |
hint { | |
show on | |
description "BT Headset" | |
} | |
} | |
ctl.btheadset { | |
type bluetooth | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment