From 43a8b91a3dd8715d777520810642503385e19a8f Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Fri, 9 Jul 2021 22:17:29 +0200 Subject: [PATCH] Revert name to softvol --- playback/src/mixer/softmixer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playback/src/mixer/softmixer.rs b/playback/src/mixer/softmixer.rs index 2744823..cefc2de 100644 --- a/playback/src/mixer/softmixer.rs +++ b/playback/src/mixer/softmixer.rs @@ -43,7 +43,7 @@ impl Mixer for SoftMixer { } impl SoftMixer { - pub const NAME: &'static str = "softmixer"; + pub const NAME: &'static str = "softvol"; } struct SoftVolumeApplier {