aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_utils.c')
-rw-r--r--src/pcm_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm_utils.c b/src/pcm_utils.c
index 3e66edef..69add607 100644
--- a/src/pcm_utils.c
+++ b/src/pcm_utils.c
@@ -51,7 +51,7 @@ pcm_convert_16(const struct audio_format *src_format,
assert(dest_format->bits == 16);
- buf = pcm_convert_to_16(state, src_format->bits,
+ buf = pcm_convert_to_16(&state->dither, src_format->bits,
src_buffer, src_size, &len);
if (!buf)
g_error("pcm_convert_to_16() failed");