diff options
Diffstat (limited to 'src/audio_core/sink/sink.h')
| -rw-r--r-- | src/audio_core/sink/sink.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audio_core/sink/sink.h b/src/audio_core/sink/sink.h index 43d99b62e..b3f65792d 100644 --- a/src/audio_core/sink/sink.h +++ b/src/audio_core/sink/sink.h | |||
| @@ -58,8 +58,7 @@ public: | |||
| 58 | * May differ from the device's channel count. | 58 | * May differ from the device's channel count. |
| 59 | * @param name - Name of this stream. | 59 | * @param name - Name of this stream. |
| 60 | * @param type - Type of this stream, render/in/out. | 60 | * @param type - Type of this stream, render/in/out. |
| 61 | * @param event - Audio render only, a signal used to prevent the renderer running too | 61 | * |
| 62 | * fast. | ||
| 63 | * @return A pointer to the created SinkStream | 62 | * @return A pointer to the created SinkStream |
| 64 | */ | 63 | */ |
| 65 | virtual SinkStream* AcquireSinkStream(Core::System& system, u32 system_channels, | 64 | virtual SinkStream* AcquireSinkStream(Core::System& system, u32 system_channels, |