From 555c824944cb5187f4dd5a53a33041e9cec0ae91 Mon Sep 17 00:00:00 2001 From: Grantonius maximus <136645825+grant2258@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:30:51 +0100 Subject: [PATCH] missed the reset --- src/sndintrf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sndintrf.c b/src/sndintrf.c index 95cc7073..dccf84e0 100644 --- a/src/sndintrf.c +++ b/src/sndintrf.c @@ -725,7 +725,7 @@ struct snd_interface sndintf[] = namco_52xx_sh_start, namco_52xx_sh_stop, 0, - 0 + namco_52xx_sh_reset }, #endif #if (HAS_NAMCO_54XX) @@ -737,7 +737,7 @@ struct snd_interface sndintf[] = namco_54xx_sh_start, namco_54xx_sh_stop, 0, - 0 + namco_54xx_sh_reset }, #endif #if (HAS_NAMCONA)