1 # $NetBSD: files.hdaudio,v 1.5 2019/07/25 00:30:45 jmcneill Exp $ 2 3 # 4 # Intel High Definition Audio (Revision 1.0) 5 # 6 defflag HDAUDIOVERBOSE 7 defflag opt_hdaudio.h HDAUDIO_ENABLE_HDMI 8 defflag opt_hdaudio.h HDAUDIO_ENABLE_DISPLAYPORT 9 defflag opt_hdaudio.h HDAUDIO_DEBUG 10 defflag opt_hdaudio.h HDAFG_DEBUG 11 defflag opt_hdaudio.h HDAFG_HDMI_DEBUG 12 13 define hdaudiobus {[nid = -1]} 14 device hdaudio: hdaudiobus 15 file dev/hdaudio/hdaudio.c hdaudio 16 file dev/hdaudio/hdaudio_verbose.c hdaudio & hdaudioverbose 17 18 device hdafg: audiobus 19 attach hdafg at hdaudiobus 20 file dev/hdaudio/hdafg.c hdafg 21 file dev/hdaudio/hdafg_dd.c hdafg 22