From 16fc0720cf9229a3565b4967fd1fa430635fcc1c Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Wed, 24 Nov 2021 15:24:48 -0300 Subject: [PATCH] Change ES1371 back to the temporary ES1373 revision --- src/sound/snd_audiopci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_audiopci.c b/src/sound/snd_audiopci.c index 63527a862..998d683da 100644 --- a/src/sound/snd_audiopci.c +++ b/src/sound/snd_audiopci.c @@ -1413,7 +1413,7 @@ es1371_pci_read(int func, int addr, void *p) case 0x06: return 0x10; /* Supports ACPI */ case 0x07: return 0x00; - case 0x08: return 0x02; /* Revision ID - 0x02 (datasheet, VMware) has issues with the 2001 Creative WDM driver */ + case 0x08: return 0x08; /* Revision ID - 0x02 (datasheet, VMware) has issues with the 2001 Creative WDM driver */ case 0x09: return 0x00; /* Multimedia audio device */ case 0x0a: return 0x01; case 0x0b: return 0x04;