From ce603f37198c458d533d119aa23f94c4326a1e1c Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 22 Oct 2023 16:43:51 +0200 Subject: [PATCH] The fatal() in sound/snd_sb_dsp.c is now a sb_dsp_log(). --- src/sound/snd_sb_dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_sb_dsp.c b/src/sound/snd_sb_dsp.c index 05faa8c19..f15c3f335 100644 --- a/src/sound/snd_sb_dsp.c +++ b/src/sound/snd_sb_dsp.c @@ -969,7 +969,7 @@ sb_exec_command(sb_dsp_t *dsp) */ default: - fatal("Unknown DSP command: %02X\n", dsp->sb_command); + sb_dsp_log("Unknown DSP command: %02X\n", dsp->sb_command); break; }