From: Jaroslav Kysela Date: Wed, 16 Jun 2021 14:57:34 +0000 (+0200) Subject: a52: the dump callback should be void X-Git-Tag: v1.2.6~18 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e5ea76020863be3285ee2338710691431d701eeb;p=alsa-plugins.git a52: the dump callback should be void Signed-off-by: Jaroslav Kysela --- diff --git a/a52/pcm_a52.c b/a52/pcm_a52.c index 2edc0a5..f149373 100644 --- a/a52/pcm_a52.c +++ b/a52/pcm_a52.c @@ -545,7 +545,7 @@ static int a52_hw_free(snd_pcm_ioplug_t *io) /* * dump callback */ -static int a52_dump(snd_pcm_ioplug_t *io, snd_output_t *out) +static void a52_dump(snd_pcm_ioplug_t *io, snd_output_t *out) { struct a52_ctx *rec = io->private_data; snd_pcm_t *pcm = io->pcm;