svn commit: r185236 - head/sys/dev/sound/pci/hda

Alexander Motin mav at FreeBSD.org
Sun Nov 23 15:19:31 PST 2008


Author: mav
Date: Sun Nov 23 23:19:31 2008
New Revision: 185236
URL: http://svn.freebsd.org/changeset/base/185236

Log:
  Remove DELAY() on hdac_audio_commit().
  I don't see the reason why it is needed.

Modified:
  head/sys/dev/sound/pci/hda/hdac.c

Modified: head/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- head/sys/dev/sound/pci/hda/hdac.c	Sun Nov 23 23:04:28 2008	(r185235)
+++ head/sys/dev/sound/pci/hda/hdac.c	Sun Nov 23 23:19:31 2008	(r185236)
@@ -6035,7 +6035,6 @@ hdac_audio_commit(struct hdac_devinfo *d
 			    val), cad);
 
 		}
-		DELAY(1000);
 	}
 }
 


More information about the svn-src-head mailing list