svn commit: r360133 - stable/12/sys/dev/sound/pci/hda

Ed Maste emaste at FreeBSD.org
Mon Apr 20 19:08:45 UTC 2020


Author: emaste
Date: Mon Apr 20 19:08:45 2020
New Revision: 360133
URL: https://svnweb.freebsd.org/changeset/base/360133

Log:
  MFC r360053: hdac: update comment to match function name
  
  snd_hda was rewritten in r230130; one function retained a comment
  referencing the previous name.

Modified:
  stable/12/sys/dev/sound/pci/hda/hdac.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- stable/12/sys/dev/sound/pci/hda/hdac.c	Mon Apr 20 18:23:31 2020	(r360132)
+++ stable/12/sys/dev/sound/pci/hda/hdac.c	Mon Apr 20 19:08:45 2020	(r360133)
@@ -962,7 +962,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-stable-12 mailing list