svn commit: r360124 - head/sys/dev/sound/pci/hda
Ed Maste
emaste at FreeBSD.org
Mon Apr 20 15:41:41 UTC 2020
Author: emaste
Date: Mon Apr 20 15:41:40 2020
New Revision: 360124
URL: https://svnweb.freebsd.org/changeset/base/360124
Log:
hdac: remove unused macro
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 Mon Apr 20 14:54:41 2020 (r360123)
+++ head/sys/dev/sound/pci/hda/hdac.c Mon Apr 20 15:41:40 2020 (r360124)
@@ -232,9 +232,6 @@ static int hdac_resume(device_t);
static int hdac_rirb_flush(struct hdac_softc *sc);
static int hdac_unsolq_flush(struct hdac_softc *sc);
-#define hdac_command(a1, a2, a3) \
- hdac_send_command(a1, a3, a2)
-
/* This function surely going to make its way into upper level someday. */
static void
hdac_config_fetch(struct hdac_softc *sc, uint32_t *on, uint32_t *off)
More information about the svn-src-all
mailing list