bluetooth: Abstract microphone gain in transport

The microphone gain represents the volume of the incoming audio stream
from the headset. This can be nicely abstracted inside the transport
object in bluetooth-util, so the modules don't have to take care about
the D-Bus details.
This commit is contained in:
Mikel Astiz 2012-12-14 15:14:28 +01:00 committed by Tanu Kaskinen
parent dc19d3eb29
commit ce24ef460a
3 changed files with 61 additions and 1 deletions

View file

@ -60,7 +60,6 @@
#define BITPOOL_DEC_LIMIT 32
#define BITPOOL_DEC_STEP 5
#define HSP_MAX_GAIN 15
PA_MODULE_AUTHOR("Joao Paulo Rechi Vita");
PA_MODULE_DESCRIPTION("Bluetooth audio sink and source");