aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-10 02:20:15 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-10 02:20:15 +0000
commitcd3180c70180ae49c0c5611850c18ce0cebdd464 (patch)
tree3998db9723352408f3feb2747bf2d5cd096cba9c /src/conf.c
parent9edafa886bc5d294c9f466d63c1d45876ce358d0 (diff)
downloadmpd-cd3180c70180ae49c0c5611850c18ce0cebdd464.tar.gz
mpd-cd3180c70180ae49c0c5611850c18ce0cebdd464.tar.xz
mpd-cd3180c70180ae49c0c5611850c18ce0cebdd464.zip
stuff for configuring the audio output format (sampling rate, channels, bits)
git-svn-id: https://svn.musicpd.org/mpd/trunk@967 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 2027ae872..c9050b8b0 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -37,7 +37,7 @@
#define CONF_COMMENT '#'
-#define CONF_NUMBER_OF_PARAMS 28
+#define CONF_NUMBER_OF_PARAMS 29
#define CONF_NUMBER_OF_PATHS 6
#define CONF_NUMBER_OF_REQUIRED 5
#define CONF_NUMBER_OF_ALLOW_CATS 1
@@ -124,7 +124,8 @@ char ** readConf(char * file) {
"password",
"default_permissions",
"buffer_size",
- "replaygain"
+ "replaygain",
+ "audio_output_format"
};
int conf_absolutePaths[CONF_NUMBER_OF_PATHS] = {