aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index acc64b53..ab1faee0 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -57,7 +57,7 @@ drivers = # Sets the backend driver list order, comma-seperated. Unknown
# backends and duplicated names are ignored, and unlisted backends
# won't be considered for use. An empty list means the default.
# Default is:
- # alsa,oss,dsound,winmm,wave
+ # alsa,oss,solaris,dsound,winmm,wave
[alsa] # ALSA backend stuff
device = default # Sets the device name for the default playback device.
@@ -82,6 +82,10 @@ periods = 4 # Sets the number of update buffers. Default is 4
capture = /dev/dsp # Sets the device name for OSS capture. Default is /dev/dsp
+[solaris] # Solaris backend stuff
+device = /dev/audio # Sets the device name for Solaris output. Default is
+ # /dev/audio
+
[dsound] # DirectSound backend stuff
# Nothing yet...