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 Add ausoc, sun8icodec, a64...



details:   https://anonhg.NetBSD.org/src/rev/0cec5b87566c
branches:  trunk
changeset: 318944:0cec5b87566c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu May 10 00:05:22 2018 +0000
description:
Add ausoc, sun8icodec, a64codec, sunxii2s

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  6 +++++-
 sys/arch/evbarm/conf/SUNXI     |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r bb42bfdca09a -r 0cec5b87566c sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Thu May 10 00:05:01 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Thu May 10 00:05:22 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.14 2018/05/10 00:02:10 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.15 2018/05/10 00:05:22 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -256,8 +256,12 @@
 options        HDAUDIO_32BIT_ACCESS
 options        HDAUDIO_ENABLE_HDMI
 options        HDAUDIO_ENABLE_DISPLAYPORT
+ausoc*         at fdt?                 # Simple SoC audio card
 sunxicodec*    at fdt?                 # Allwinner audio codec
+sun8icodec*    at fdt?                 # Allwinner audio codec (sun8i/sun50i)
 h3codec*       at fdt?                 # Allwinner H3 audio codec (analog part)
+a64acodec*     at fdt?                 # Allwinner A64 audio codec (analog part)
+sunxii2s*      at fdt?                 # Allwinner I2S/PCM
 audio*         at audiobus?
 
 spkr*          at audio?               # PC speaker (synthesized)
diff -r bb42bfdca09a -r 0cec5b87566c sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Thu May 10 00:05:01 2018 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Thu May 10 00:05:22 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: SUNXI,v 1.72 2018/05/06 10:36:06 jmcneill Exp $
+#      $NetBSD: SUNXI,v 1.73 2018/05/10 00:05:22 jmcneill Exp $
 #
 #      Allwinner sunxi family
 #
@@ -277,8 +277,12 @@
 sunxithermal*  at fdt?                 # Thermal sensor controller
 
 # Audio
+ausoc*         at fdt?                 # Simple SoC audio card
 sunxicodec*    at fdt?                 # Audio codec
+sun8icodec*    at fdt?                 # Audio codec (sun8i/sun50i)
 h3codec*       at fdt?                 # H3 audio codec (analog part)
+a64acodec*     at fdt?                 # A64 audio codec (analog part)
+sunxii2s*      at fdt?                 # I2S/PCM
 audio*         at audiobus?
 spkr*          at audio?
 



Home | Main Index | Thread Index | Old Index