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

Ed Maste emaste at FreeBSD.org
Fri Apr 17 19:14:05 UTC 2020


Author: emaste
Date: Fri Apr 17 19:14:05 2020
New Revision: 360053
URL: https://svnweb.freebsd.org/changeset/base/360053

Log:
  hdac: update comment to match function name
  
  snd_hda was rewritten in r230130; one function retained a comment
  referencing the previous name.
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

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	Fri Apr 17 19:12:52 2020	(r360052)
+++ head/sys/dev/sound/pci/hda/hdac.c	Fri Apr 17 19:14:05 2020	(r360053)
@@ -965,7 +965,7 @@ hdac_unsolq_flush(struct hdac_softc *sc)
 }
 
 /****************************************************************************
- * uint32_t hdac_command_sendone_internal
+ * uint32_t hdac_send_command
  *
  * Wrapper function that sends only one command to a given codec
  ****************************************************************************/


More information about the svn-src-head mailing list