From c39c562bc90520ae10cbe8aec04b232812115241 Mon Sep 17 00:00:00 2001 From: Ompronce <88358700+Ompronce@users.noreply.github.com> Date: Mon, 20 Sep 2021 11:06:11 -0400 Subject: [PATCH] Add files via upload --- src/sound/snd_ac97_codec.c | 2 +- src/sound/snd_audiopci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound/snd_ac97_codec.c b/src/sound/snd_ac97_codec.c index d9dd75d76..e0a27a4e5 100644 --- a/src/sound/snd_ac97_codec.c +++ b/src/sound/snd_ac97_codec.c @@ -32,7 +32,7 @@ enum { AC97_CODEC_AD1881 = AC97_VENDOR_ID('A', 'D', 'S', 0x40), AC97_CODEC_ALC100 = AC97_VENDOR_ID('A', 'L', 'C', 0x20), AC97_CODEC_CS4297 = AC97_VENDOR_ID('C', 'R', 'Y', 0x03), - AC97_CODEC_CS4297A = AC97_VENDOR_ID('C', 'R', 'Y', 0x13), + AC97_CODEC_CS4297A = AC97_VENDOR_ID('C', 'R', 'Y', 0x11), AC97_CODEC_WM9701A = AC97_VENDOR_ID('W', 'M', 'L', 0x00) }; diff --git a/src/sound/snd_audiopci.c b/src/sound/snd_audiopci.c index d792f388c..b081d7632 100644 --- a/src/sound/snd_audiopci.c +++ b/src/sound/snd_audiopci.c @@ -493,7 +493,7 @@ es1371_inb(uint16_t port, void *p) break; /* Interrupt/Chip Select Status Register, Address 04H - Addressable as longword only, but PCem implemens byte access, which + Addressable as longword only, but PCem implements byte access, which must be for a reason */ case 0x04: ret = dev->int_status & 0xff;