• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Configuration file for the audio service
2
3# This section contains options which are not specific to any
4# particular interface
5[General]
6Enable=Source,Control,Sink
7Disable=Headset,Gateway
8
9# Switch to master role for incoming connections (defaults to true)
10#Master=true
11
12# If we want to disable support for specific services
13# Defaults to supporting all implemented services
14#Disable=Control,Source
15
16# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
17# Defaults to HCI
18#SCORouting=PCM
19
20# Automatically connect both A2DP and HFP/HSP profiles for incoming
21# connections. Some headsets that support both profiles will only connect the
22# other one automatically so the default setting of true is usually a good
23# idea.
24#AutoConnect=true
25
26# Headset interface specific options (i.e. options which affect how the audio
27# service interacts with remote headset devices)
28#[Headset]
29
30# Set to true to support HFP (in addition to HSP only which is the default)
31# Defaults to false
32#HFP=true
33
34# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
35#MaxConnections=1
36
37# Set to true to enable use of fast connectable mode (faster page scanning)
38# for HFP when incomming call starts. Default settings are restored after
39# call is answered or rejected. Page scan interval is much shorter and page
40# scan type changed to interlaced. Such allows faster connection initiated
41# by a headset.
42FastConnectable=false
43
44# Just an example of potential config options for the other interfaces
45[A2DP]
46SBCSources=1
47MPEG12Sources=0
48
49[AVRCP]
50InputDeviceName=AVRCP
51