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