diff options
Diffstat (limited to 'src/pcm_volume.h')
-rw-r--r-- | src/pcm_volume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm_volume.h b/src/pcm_volume.h index ec6c2ea4e..4c1b45352 100644 --- a/src/pcm_volume.h +++ b/src/pcm_volume.h @@ -41,7 +41,7 @@ pcm_float_to_volume(float volume) } static inline int -pcm_dither(void) +pcm_volume_dither(void) { static unsigned long state; uint32_t r; |