ac97: Allow more than 4 bus-masters

This commit is contained in:
Jannik Vogel 2020-06-09 15:12:19 +02:00
parent 42579ba366
commit 9464bad500
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ enum {
CAS = 0x34
};
#define GET_BM(index) (((index) >> 4) & 3)
#define GET_BM(index) (((index) >> 4) & 7)
static void po_callback (void *opaque, int free);
static void pi_callback (void *opaque, int avail);