Module Name:    src
Committed By:   jmcneill
Date:           Thu May 10 00:05:23 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64 SUNXI

Log Message:
Add ausoc, sun8icodec, a64codec, sunxii2s


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/conf/GENERIC64
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/evbarm/conf/SUNXI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.14 src/sys/arch/evbarm/conf/GENERIC64:1.15
--- src/sys/arch/evbarm/conf/GENERIC64:1.14	Thu May 10 00:02:10 2018
+++ src/sys/arch/evbarm/conf/GENERIC64	Thu May 10 00:05:22 2018
@@ -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 	HDAUDIOVERBOSE
 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)

Index: src/sys/arch/evbarm/conf/SUNXI
diff -u src/sys/arch/evbarm/conf/SUNXI:1.72 src/sys/arch/evbarm/conf/SUNXI:1.73
--- src/sys/arch/evbarm/conf/SUNXI:1.72	Sun May  6 10:36:06 2018
+++ src/sys/arch/evbarm/conf/SUNXI	Thu May 10 00:05:22 2018
@@ -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 @@ pwmbacklight*	at fdt?			# PWM Backlight 
 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?
 

Reply via email to