Add onboard CMI8738 to the ASUS CUV4X-LS

This commit is contained in:
RichardG867
2022-02-25 20:26:21 -03:00
parent dab4efdd99
commit 6f6bf999fa
4 changed files with 33 additions and 2 deletions

View File

@@ -430,6 +430,9 @@ machine_at_cuv4xls_init(const machine_t *model)
spd_register(SPD_TYPE_SDRAM, 0xF, 1024);
device_add(&as99127f_device); /* fans: Chassis, CPU, Power; temperatures: MB, JTPWR, CPU */
if (sound_card_current == SOUND_INTERNAL)
device_add(&cmi8738_onboard_device);
return ret;
}