Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/hdafg For non-rump modules, enable HDMI audio de...
details: https://anonhg.NetBSD.org/src/rev/2224d160eedd
branches: trunk
changeset: 354431:2224d160eedd
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Jun 16 04:16:18 2017 +0000
description:
For non-rump modules, enable HDMI audio device.
No impact to rump modules, and no impact to kernels which have the
hdafg driver built-in.
diffstat:
sys/modules/hdafg/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a31ce2b31ff6 -r 2224d160eedd sys/modules/hdafg/Makefile
--- a/sys/modules/hdafg/Makefile Fri Jun 16 02:26:17 2017 +0000
+++ b/sys/modules/hdafg/Makefile Fri Jun 16 04:16:18 2017 +0000
@@ -1,8 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2014/11/19 00:17:10 pooka Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/16 04:16:18 pgoyette Exp $
.include "../Makefile.inc"
.include "${.CURDIR}/Makefile.inc"
KMOD= hdafg
+# For non-rump modules, enable HDMI audio
+
+CPPFLAGS+= -DHDAUDIO_ENABLE_HDMI
+
.include <bsd.kmodule.mk>
Home |
Main Index |
Thread Index |
Old Index