aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 523e47fb6f..ae5055616b 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -100,8 +100,8 @@ public:
* samples (i.e. len * 4 bytes). The endianness of these samples shall be
* the native endianness.
*
- * @obsolete Instead of this, use the other setupPremix method which
- * takes an AudioStream.
+ * @deprecated Instead of this, use the other setupPremix method which
+ * takes an AudioStream.
*/
void setupPremix(PremixProc *proc, void *param);