From 67dfb363c13c211d73171d7a2360181492d51c9f Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 13 Jul 2021 21:16:43 -0300 Subject: [PATCH] 6VIA90AP *should* have the ALC100 codec --- src/machine/m_at_socket370.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/machine/m_at_socket370.c b/src/machine/m_at_socket370.c index cc2e1718a..14f5e0dca 100644 --- a/src/machine/m_at_socket370.c +++ b/src/machine/m_at_socket370.c @@ -452,9 +452,7 @@ machine_at_6via90ap_init(const machine_t *model) hwm_values.temperatures[1] += 2; /* System offset */ hwm_values.temperatures[2] = 0; /* unused */ - /* I recall identifying this board's codec as the ALC100 while studying AC97, but I couldn't find - that information again. Other Acorp boards have the ALC100, though, so it's a safe bet. -RG */ - device_add(&alc100_device); + device_add(&alc100_device); /* ALC100P identified on similar Acorp boards (694TA, 6VIA90A1) */ return ret; }