diff options
author | Max Kellermann <max@duempel.org> | 2009-01-07 18:08:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-07 18:08:26 +0100 |
commit | 6768581c41fd7646d057ff1594f770ce3075065a (patch) | |
tree | 7804b4d2cfd7d049757c91234a8f19a16987a727 /src/pcm_volume.h | |
parent | b7b5e3f9c30a9ed898cddb1b5e4b471750824600 (diff) | |
download | mpd-6768581c41fd7646d057ff1594f770ce3075065a.tar.gz mpd-6768581c41fd7646d057ff1594f770ce3075065a.tar.xz mpd-6768581c41fd7646d057ff1594f770ce3075065a.zip |
pcm_volume: rename pcm_dither() to pcm_volume_dither()
Diffstat (limited to '')
-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; |