diff options
author | Chris Robinson <[email protected]> | 2007-12-12 03:46:43 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-12 03:46:43 -0800 |
commit | ba0252661237768f0da2634271de3ce18f731ec2 (patch) | |
tree | 702d59b417fc5a2ebf12a7d507604f0e2a76e96e /openalrc.sample | |
parent | 7ade93e38c531c9d252a7ebf05065c7e3fc928ff (diff) |
Implement "drivers" config option
Diffstat (limited to 'openalrc.sample')
-rw-r--r-- | openalrc.sample | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openalrc.sample b/openalrc.sample index 74bcba22..efd0ba86 100644 --- a/openalrc.sample +++ b/openalrc.sample @@ -23,7 +23,6 @@ refresh = 0 # Sets the number of frames-per-update. Default is calculated as # 8192*frequency/22050. Note that the actual granularity may or # may not be less than this. -# TODO: Implement this option 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. |