aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/conf/GENERIC64
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-24 20:01:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-24 20:01:59 +0000
commit57557e714e11dbb10107ce1894f213ace12a0586 (patch)
treec6d98d34b71fc463e1eb03108217a8ac43c739a4 /sys/powerpc/conf/GENERIC64
parent2ef9ff7dd34a78a7890ba4d6de64da34d9c10942 (diff)
downloadsrc-57557e714e11dbb10107ce1894f213ace12a0586.tar.gz
src-57557e714e11dbb10107ce1894f213ace12a0586.zip
Add snd_hda(4) to GENERIC64 used by powerpc64.
amd64 also has snd_hda(4) in GENERIC. Approved by: jhibbits (src committer), linimon (mentor)
Notes
Notes: svn path=/head/; revision=348250
Diffstat (limited to 'sys/powerpc/conf/GENERIC64')
-rw-r--r--sys/powerpc/conf/GENERIC641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 66a3e8b62871..dc3d54e371c9 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -246,6 +246,7 @@ device pmu
# Sound support
device sound # Generic sound driver (required)
device snd_ai2s # Apple I2S audio
+device snd_hda # Intel High Definition Audio
device snd_uaudio # USB Audio
# Netmap provides direct access to TX/RX rings on supported NICs