AudioPCI: Add some CT5880 specific bits; 4-channel not quite working yet

This commit is contained in:
RichardG867
2024-06-10 23:01:07 -03:00
parent ba4a1daf91
commit a8d3e788da
2 changed files with 21 additions and 4 deletions

View File

@@ -676,7 +676,7 @@ machine_at_gt694va_init(const machine_t *model)
if (sound_card_current[0] == SOUND_INTERNAL) {
device_add(machine_get_snd_device(machine));
device_add(&cs4297_device); /* assumed */
device_add(&cs4297_device); /* no good pictures, but the marking looks like CS4297 from a distance */
}
return ret;