diff options
Diffstat (limited to 'src/pcm_volume.c')
-rw-r--r-- | src/pcm_volume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm_volume.c b/src/pcm_volume.c index 7d9d2fe42..dd5f6f90c 100644 --- a/src/pcm_volume.c +++ b/src/pcm_volume.c @@ -138,7 +138,7 @@ pcm_volume_change_32(int32_t *buffer, unsigned num_samples, int volume) } bool -pcm_volume(void *buffer, int length, +pcm_volume(void *buffer, size_t length, enum sample_format format, int volume) { |