diff options
Diffstat (limited to 'src/audio_core')
| -rw-r--r-- | src/audio_core/audio_renderer.cpp | 2 | ||||
| -rw-r--r-- | src/audio_core/info_updater.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_core/audio_renderer.cpp b/src/audio_core/audio_renderer.cpp index ae2201c36..80ffddb10 100644 --- a/src/audio_core/audio_renderer.cpp +++ b/src/audio_core/audio_renderer.cpp | |||
| @@ -197,7 +197,7 @@ ResultCode AudioRenderer::UpdateAudioRenderer(const std::vector<u8>& input_param | |||
| 197 | 197 | ||
| 198 | ReleaseAndQueueBuffers(); | 198 | ReleaseAndQueueBuffers(); |
| 199 | 199 | ||
| 200 | return RESULT_SUCCESS; | 200 | return ResultSuccess; |
| 201 | } | 201 | } |
| 202 | 202 | ||
| 203 | void AudioRenderer::QueueMixedBuffer(Buffer::Tag tag) { | 203 | void AudioRenderer::QueueMixedBuffer(Buffer::Tag tag) { |
diff --git a/src/audio_core/info_updater.cpp b/src/audio_core/info_updater.cpp index d3ac90827..4a5b1b4ab 100644 --- a/src/audio_core/info_updater.cpp +++ b/src/audio_core/info_updater.cpp | |||
| @@ -407,7 +407,7 @@ ResultCode InfoUpdater::UpdateMixes(MixContext& mix_context, std::size_t mix_buf | |||
| 407 | 407 | ||
| 408 | // TODO(ogniK): Sort when splitter is suppoorted | 408 | // TODO(ogniK): Sort when splitter is suppoorted |
| 409 | 409 | ||
| 410 | return RESULT_SUCCESS; | 410 | return ResultSuccess; |
| 411 | } | 411 | } |
| 412 | 412 | ||
| 413 | bool InfoUpdater::UpdateSinks(SinkContext& sink_context) { | 413 | bool InfoUpdater::UpdateSinks(SinkContext& sink_context) { |