Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2008 23:19:31 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185236 - head/sys/dev/sound/pci/hda
Message-ID:  <200811232319.mANNJVZV067154@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 	}
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811232319.mANNJVZV067154>