aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/alsa/alsa-api-ramp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/alsa/alsa-api-ramp.c b/plugins/alsa/alsa-api-ramp.c
index 56f4c31..0b034e4 100644
--- a/plugins/alsa/alsa-api-ramp.c
+++ b/plugins/alsa/alsa-api-ramp.c
@@ -54,7 +54,7 @@ STATIC AlsaVolRampT *AttachOneRamp(SoftMixerT *mixer, const char *uid, json_obje
goto OnErrorExit;
}
- ramp->delay = ramp->delay * 100; // move from ms to us
+ ramp->delay = ramp->delay * 1000; // move from ms to us
ramp->uid = strdup(rampUid);
return ramp;