do the ac97 init delay for all chips and increase it to 500ms
This commit is contained in:
parent
cc8660c75b
commit
3c1b957d66
@ -291,9 +291,10 @@ ds_initcd(void *devinfo)
|
||||
* "pcm0: ac97 codec init failed"
|
||||
* Maybe this is needed for all YMF740's?
|
||||
* 400ms and 500ms here seem to work, 300ms does not.
|
||||
*
|
||||
* do it for all chips -cg
|
||||
*/
|
||||
if (sc->type == 8)
|
||||
DELAY(400000);
|
||||
DELAY(500000);
|
||||
}
|
||||
|
||||
return ds_cdbusy(sc, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user