diff options
author | Chris Robinson <[email protected]> | 2010-06-05 19:33:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-06-05 19:33:06 -0700 |
commit | 80fbe8a788b7007deb2e42178c857e504207aa50 (patch) | |
tree | 97204574e484a7c649aaea06a15e32aa77e86fc2 /alsoftrc.sample | |
parent | 0fdec056facefe2dc8a58889651fd5c859d303b7 (diff) |
Allow prepending backend names with - to remove them from the available devices
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index f9714dd3..e5f0203d 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -116,7 +116,8 @@ # duplicated names are ignored. Unlisted backends won't be considered for use # unless the list is ended with a comma (eg. 'oss,' will list OSS first # followed by all other available backends, while 'oss' will list OSS only). -# An empty list means the default. +# Backends prepended with - won't be available for use (eg. '-oss,' will allow +# all available backends except OSS). An empty list means the default. #drivers = pulse,alsa,oss,solaris,dsound,winmm,port,null,wave ## excludefx: |