diff options
Diffstat (limited to '')
-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 7f032a5f3..2dff14ef5 100644 --- a/src/pcm_volume.c +++ b/src/pcm_volume.c @@ -74,7 +74,7 @@ pcm_volume_change_24(int32_t *buffer, unsigned num_samples, int volume) } void -pcm_volume(char *buffer, int bufferSize, +pcm_volume(void *buffer, int bufferSize, const struct audio_format *format, int volume) { |