Date: Fri, 17 Apr 2020 19:14:05 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r360053 - head/sys/dev/sound/pci/hda Message-ID: <202004171914.03HJE5Pr061761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ****************************************************************************/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004171914.03HJE5Pr061761>