Fix on-board Audio on the SNI D943

TRW had some misinformation. It's NOT using a ViBRA 16S, but a 16C.
This commit is contained in:
toggo9
2025-06-02 19:50:05 +02:00
committed by GitHub
parent 802f261e04
commit 3afd6592c5

View File

@@ -11855,7 +11855,7 @@ const machine_t machines[] = {
.fdc_device = NULL, .fdc_device = NULL,
.sio_device = NULL, .sio_device = NULL,
.vid_device = &gd5436_onboard_pci_device, .vid_device = &gd5436_onboard_pci_device,
.snd_device = &sb_vibra16s_onboard_device, .snd_device = &sb_vibra16c_onboard_device,
.net_device = NULL .net_device = NULL
}, },