From e5ea76020863be3285ee2338710691431d701eeb Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 16 Jun 2021 16:57:34 +0200 Subject: [PATCH] a52: the dump callback should be void Signed-off-by: Jaroslav Kysela --- a52/pcm_a52.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.1