Make variable rate AC97 codecs use a min/max rate

This commit is contained in:
RichardG867
2021-11-21 00:06:04 -03:00
parent 2bc486612b
commit 7ee1170498
2 changed files with 9 additions and 10 deletions

View File

@@ -110,7 +110,7 @@ typedef struct {
} ac97_vendor_reg_t;
typedef struct {
uint32_t vendor_id, max_rate, misc_flags;
uint32_t vendor_id, min_rate, max_rate, misc_flags;
uint16_t reset_flags, extid_flags,
powerdown_mask, regs[64];
uint8_t codec_id, vendor_reg_page_max;