From 4505bc9cc6bb1f9206f922a992a9be0e17703df1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 21 Feb 2009 16:32:42 +0100 Subject: introduce default channel map in addition to the default sample spec --- src/daemon/daemon.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/daemon.conf.in') diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in index 69d17f26..fcd2513a 100644 --- a/src/daemon/daemon.conf.in +++ b/src/daemon/daemon.conf.in @@ -76,6 +76,7 @@ ; default-sample-format = s16le ; default-sample-rate = 44100 ; default-sample-channels = 2 +; default-channel-map = front-left,front-right ; default-fragments = 4 ; default-fragment-size-msec = 25 -- cgit