diff options
author | Chris Robinson <[email protected]> | 2008-09-07 14:34:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-09-07 14:34:14 -0700 |
commit | 16d96eed7bc8b412f06dccfa9c01f1bb7856bb91 (patch) | |
tree | 35ce4268f45597750248fe5093022c42710e8a51 /alsoftrc.sample | |
parent | fa76168683863aeab8430110ffed58cf1041677e (diff) |
Add a Solaris playback backend
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 6 |
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... |