From 3afd6592c5f9372f49e51adf34085da02dcd701b Mon Sep 17 00:00:00 2001 From: toggo9 <121191375+toggo9@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:50:05 +0200 Subject: [PATCH] Fix on-board Audio on the SNI D943 TRW had some misinformation. It's NOT using a ViBRA 16S, but a 16C. --- src/machine/machine_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index bfaa5fb0f..fdf94a77e 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -11855,7 +11855,7 @@ const machine_t machines[] = { .fdc_device = NULL, .sio_device = NULL, .vid_device = &gd5436_onboard_pci_device, - .snd_device = &sb_vibra16s_onboard_device, + .snd_device = &sb_vibra16c_onboard_device, .net_device = NULL },