From 6768581c41fd7646d057ff1594f770ce3075065a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Jan 2009 18:08:26 +0100 Subject: pcm_volume: rename pcm_dither() to pcm_volume_dither() --- src/pcm_volume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pcm_volume.h') 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; -- cgit v1.2.3