aboutsummaryrefslogtreecommitdiff
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 3fd722e7..741c4db4 100644
--- a/src/pcm_volume.h
+++ b/src/pcm_volume.h
@@ -68,7 +68,7 @@ pcm_volume_dither(void)
* @return true on success, false if the audio format is not supported
*/
bool
-pcm_volume(void *buffer, int length,
+pcm_volume(void *buffer, size_t length,
enum sample_format format,
int volume);