The fatal() in sound/snd_sb_dsp.c is now a sb_dsp_log().
This commit is contained in:
@@ -969,7 +969,7 @@ sb_exec_command(sb_dsp_t *dsp)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fatal("Unknown DSP command: %02X\n", dsp->sb_command);
|
sb_dsp_log("Unknown DSP command: %02X\n", dsp->sb_command);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user