diff options
| -rw-r--r-- | sys/dev/sound/pci/ds1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/ds1.c b/sys/dev/sound/pci/ds1.c index 0f3a173ff6c9..07b091860b37 100644 --- a/sys/dev/sound/pci/ds1.c +++ b/sys/dev/sound/pci/ds1.c @@ -294,7 +294,7 @@ ds_initcd(void *devinfo) * * do it for all chips -cg */ - DELAY(400000); + DELAY(500000); } return ds_cdbusy(sc, 0); |
