vfs/oss/README: oss_next -> oss

Issue #5167
This commit is contained in:
Norman Feske 2024-04-30 14:18:48 +02:00 committed by Christian Helmuth
parent 50b87957db
commit 101e9f5733

View File

@ -91,7 +91,7 @@ In its current state the plugin is merely enough to use simple applications
requiring nothing more than a minimal set of the OSSv4 API. It does not allow
altering of all parameters and will only work when 44100Hz/s16le is used.
The following '<oss_next>' attributes can be used to alter the behaviour of
The following '<oss>' attributes can be used to alter the behaviour of
the plugin:
* :verbose: if set to 'true' diagnostic message will be printed to the log,
@ -114,6 +114,6 @@ The following config snippet illustrates its configuration:
! <vfs>
! <dir name="dev">
! <oss_next name="dsp" min_ofrage_size="8192"/>
! <oss name="dsp" min_ofrage_size="8192"/>
! </dir>
! </vfs>