Increase delay from 10mu to 1000mu when reading play control size. This
allows the YMF744 to initialize properly.
This commit is contained in:
parent
b63dd89678
commit
1226423ba7
@ -798,7 +798,7 @@ ds_init(struct sc_info *sc)
|
||||
pcs = ds_rd(sc, YDSXGR_PLAYCTRLSIZE, 4) << 2;
|
||||
if (pcs == sizeof(struct pbank))
|
||||
break;
|
||||
DELAY(10);
|
||||
DELAY(1000);
|
||||
}
|
||||
if (pcs != sizeof(struct pbank)) {
|
||||
device_printf(sc->dev, "preposterous playctrlsize (%d)\n", pcs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user