summaryrefslogtreecommitdiffstats
path: root/audio/audio.conf
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-31 12:51:49 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-31 12:51:49 +0000
commit814aed96a2c0afa4218cc4384425934fd30faa68 (patch)
tree282ce6614f1d90febd43fa05fcf03847831a0ee7 /audio/audio.conf
parent06e91735ba34f0f445badc796eeeb8f52e881281 (diff)
Add support for configuration file
Diffstat (limited to 'audio/audio.conf')
-rw-r--r--audio/audio.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/audio.conf b/audio/audio.conf
new file mode 100644
index 00000000..f88668e4
--- /dev/null
+++ b/audio/audio.conf
@@ -0,0 +1,27 @@
+# Configuration file for the audio service
+
+# This section contains options which are not specific to any
+# particular interface
+[General]
+
+# If we want to disable support for specific services
+# Defaults to supporting all implemented services
+#Disable=Control,Source
+
+# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
+# Defaults to HCI
+SCORouting=PCM
+
+# Headset interface specific options (i.e. options which affect how the audio
+# service interacts with remote headset devices)
+[Headset]
+
+# Set to true to only support HSP
+# Defaults to false
+DisableHFP=true
+
+# Just an example of potential config options for the other interfaces
+#[Sink]
+#Codecs=SBC,MPEG12
+#SBCChannelMode=joint
+#SBCBitpool=51