Skip to content

Instantly share code, notes, and snippets.

@dallarosa
Last active December 27, 2015 10:39
Show Gist options
  • Save dallarosa/7312818 to your computer and use it in GitHub Desktop.
Save dallarosa/7312818 to your computer and use it in GitHub Desktop.
adding bluetooth audio support to linux
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