Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/nvidia HDAUDIO_FLAG_NO_STREAM_RESET hack no lon...



details:   https://anonhg.NetBSD.org/src/rev/99853000f33b
branches:  trunk
changeset: 342469:99853000f33b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Dec 23 12:44:06 2015 +0000

description:
HDAUDIO_FLAG_NO_STREAM_RESET hack no longer required

diffstat:

 sys/arch/arm/nvidia/tegra_hdaudio.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 38fb384fe657 -r 99853000f33b sys/arch/arm/nvidia/tegra_hdaudio.c
--- a/sys/arch/arm/nvidia/tegra_hdaudio.c       Wed Dec 23 12:43:25 2015 +0000
+++ b/sys/arch/arm/nvidia/tegra_hdaudio.c       Wed Dec 23 12:44:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_hdaudio.c,v 1.6 2015/12/22 22:10:36 jmcneill Exp $ */
+/* $NetBSD: tegra_hdaudio.c,v 1.7 2015/12/23 12:44:06 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_hdaudio.c,v 1.6 2015/12/22 22:10:36 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_hdaudio.c,v 1.7 2015/12/23 12:44:06 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -151,7 +151,6 @@
            size - TEGRA_HDAUDIO_OFFSET, &sc->sc.sc_memh);
        sc->sc.sc_memvalid = true;
        sc->sc.sc_dmat = faa->faa_dmat;
-       sc->sc.sc_flags = HDAUDIO_FLAG_NO_STREAM_RESET;
 
        aprint_naive("\n");
        aprint_normal(": HDA\n");



Home | Main Index | Thread Index | Old Index