Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2020 15:41:41 +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: r360124 - head/sys/dev/sound/pci/hda
Message-ID:  <202004201541.03KFff0c053981@repo.freebsd.org>

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



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