mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
AudioServer: The EnqueueBuffer response needs a success boolean
This was already in the current version of the code, I'm just updating the soon-to-be-current IPC protocol version of it. :^)
This commit is contained in:
parent
36b352554e
commit
4fc15c9e6e
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ endpoint AudioServer
|
|||
GetMainMixVolume() => (i32 volume)
|
||||
SetMainMixVolume(i32 volume) => ()
|
||||
|
||||
EnqueueBuffer(i32 buffer_id) => ()
|
||||
EnqueueBuffer(i32 buffer_id) => (bool success)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue