mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 13:35:37 +00:00
Merge pull request #93 from 0joshuaolson1/patch-2
Remove duplicate documented SoundIoError
This commit is contained in:
commit
5ffdbf1ce9
|
@ -946,7 +946,6 @@ SOUNDIO_EXPORT void soundio_outstream_destroy(struct SoundIoOutStream *outstream
|
|||
/// * #SoundIoErrorBackendDisconnected
|
||||
/// * #SoundIoErrorSystemResources
|
||||
/// * #SoundIoErrorNoSuchClient - when JACK returns `JackNoSuchClient`
|
||||
/// * #SoundIoErrorOpeningDevice
|
||||
/// * #SoundIoErrorIncompatibleBackend - SoundIoOutStream::channel_count is
|
||||
/// greater than the number of channels the backend can handle.
|
||||
/// * #SoundIoErrorIncompatibleDevice - stream parameters requested are not
|
||||
|
|
Loading…
Reference in a new issue