Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf enable audio driver now that it works



details:   https://anonhg.NetBSD.org/src/rev/3a10c47e47e7
branches:  trunk
changeset: 332087:3a10c47e47e7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Sep 06 16:55:07 2014 +0000

description:
enable audio driver now that it works

diffstat:

 sys/arch/evbarm/conf/CUBIEBOARD |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r bf025891a1bb -r 3a10c47e47e7 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Sat Sep 06 16:54:00 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Sat Sep 06 16:55:07 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.19 2014/09/06 00:16:36 jmcneill Exp $
+#      $NetBSD: CUBIEBOARD,v 1.20 2014/09/06 16:55:07 jmcneill Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -236,8 +236,8 @@
 #awindma0      at obio0 addr 0x48056000 size 0x1000
 
 # onboard audio codec
-#awinac0       at awinio0
-#audio0        at awinac0
+awinac0                at awinio0
+audio0         at awinac0
 
 # onboard video
 #awinfb*       at obio0 addr 0x48050000 size 0x10000



Home | Main Index | Thread Index | Old Index