summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2008-11-23 23:19:31 +0000
committermav <mav@FreeBSD.org>2008-11-23 23:19:31 +0000
commitc06b07b1dcc68fbeb3ca588876d40d42b21b992e (patch)
tree54d0e048da5013dd260d43078cb2d87fae760101
parent146f5a10392f94c25c550ff7733f05a263bceedd (diff)
downloadFreeBSD-src-c06b07b1dcc68fbeb3ca588876d40d42b21b992e.zip
FreeBSD-src-c06b07b1dcc68fbeb3ca588876d40d42b21b992e.tar.gz
Remove DELAY() on hdac_audio_commit().
I don't see the reason why it is needed.
-rw-r--r--sys/dev/sound/pci/hda/hdac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 0b71e8a..4be21fb1 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -6035,7 +6035,6 @@ hdac_audio_commit(struct hdac_devinfo *devinfo)
val), cad);
}
- DELAY(1000);
}
}
OpenPOWER on IntegriCloud