aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_volume.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_volume.h')
-rw-r--r--src/pcm_volume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm_volume.h b/src/pcm_volume.h
index eb3f8d6ee..ec6c2ea4e 100644
--- a/src/pcm_volume.h
+++ b/src/pcm_volume.h
@@ -46,7 +46,7 @@ pcm_dither(void)
static unsigned long state;
uint32_t r;
- r = state = prng(state);
+ r = state = pcm_prng(state);
return (r & 511) - ((r >> 9) & 511);
}