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 H3 audio support



details:   https://anonhg.NetBSD.org/src/rev/026570c3aa96
branches:  trunk
changeset: 825924:026570c3aa96
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 06 17:16:02 2017 +0000

description:
Enable H3 audio support

diffstat:

 sys/arch/evbarm/conf/SUNXI |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 9d37cc117d4e -r 026570c3aa96 sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Sun Aug 06 17:15:45 2017 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Sun Aug 06 17:16:02 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: SUNXI,v 1.20 2017/08/05 17:52:06 jmcneill Exp $
+#      $NetBSD: SUNXI,v 1.21 2017/08/06 17:16:02 jmcneill Exp $
 #
 #      Allwinner sunxi family
 #
@@ -117,6 +117,12 @@
 # RTC
 sunxirtc*      at fdt?                 # RTC
 
+# Audio
+sunxicodec*    at fdt?                 # Audio codec
+h3codec*       at fdt?                 # H3 audio codec (analog part)
+audio*         at audiobus?
+spkr*          at audio?
+
 # SDMMC
 sunximmc*      at fdt?                 # SDMMC
 sdmmc*         at sunximmc?



Home | Main Index | Thread Index | Old Index