aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/audio_device.h
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2023-08-31 15:09:15 +0100
committerKelebek1 <eeeedddccc@hotmail.co.uk>2023-09-04 17:12:16 +0100
commitebd19dec99d9809a669f63294745d7c8facc6d31 (patch)
treecd1f34cac0c091c2ffd16c429ac33b8fe133e06e /src/audio_core/renderer/audio_device.h
parent5ce41fa2138127cb042603d34b89db3bfa715235 (diff)
Rework ADSP into a wrapper for apps
Diffstat (limited to 'src/audio_core/renderer/audio_device.h')
-rw-r--r--src/audio_core/renderer/audio_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_core/renderer/audio_device.h b/src/audio_core/renderer/audio_device.h
index dd6be70ee..ca4040add 100644
--- a/src/audio_core/renderer/audio_device.h
+++ b/src/audio_core/renderer/audio_device.h
@@ -16,7 +16,7 @@ namespace Sink {
class Sink;
}
-namespace AudioRenderer {
+namespace Renderer {
/**
* An interface to an output audio device available to the Switch.
*/
@@ -76,5 +76,5 @@ private:
const u32 user_revision;
};
-} // namespace AudioRenderer
+} // namespace Renderer
} // namespace AudioCore