The fatal() in sound/snd_sb_dsp.c is now a sb_dsp_log().

This commit is contained in:
OBattler 2023-10-22 16:43:51 +02:00
parent 5305247d95
commit ce603f3719

View file

@ -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;
}