aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_volume.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-07 18:08:26 +0100
committerMax Kellermann <max@duempel.org>2009-01-07 18:08:26 +0100
commit6768581c41fd7646d057ff1594f770ce3075065a (patch)
tree7804b4d2cfd7d049757c91234a8f19a16987a727 /src/pcm_volume.h
parentb7b5e3f9c30a9ed898cddb1b5e4b471750824600 (diff)
pcm_volume: rename pcm_dither() to pcm_volume_dither()
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 ec6c2ea4..4c1b4535 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;