From 57557e714e11dbb10107ce1894f213ace12a0586 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 24 May 2019 20:01:59 +0000 Subject: [PATCH] Add snd_hda(4) to GENERIC64 used by powerpc64. amd64 also has snd_hda(4) in GENERIC. Approved by: jhibbits (src committer), linimon (mentor) --- sys/powerpc/conf/GENERIC64 | 1 + 1 file changed, 1 insertion(+) 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