Home | History | Annotate | Line # | Download | only in hdaudio
files.hdaudio revision 1.3
      1 # $NetBSD: files.hdaudio,v 1.3 2015/05/30 13:47:03 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	HDAUDIO_32BIT_ACCESS
     11 defflag opt_hdaudio.h	HDAFG_DEBUG
     12 defflag opt_hdaudio.h	HDAFG_HDMI_DEBUG
     13 
     14 define	hdaudiobus	{[nid = -1]}
     15 device	hdaudio: hdaudiobus
     16 file	dev/hdaudio/hdaudio.c		hdaudio
     17 file	dev/hdaudio/hdaudio_verbose.c	hdaudio & hdaudioverbose
     18 
     19 device	hdafg: audiobus, auconv, aurateconv, mulaw
     20 attach	hdafg at hdaudiobus
     21 file	dev/hdaudio/hdafg.c		hdafg
     22 file	dev/hdaudio/hdafg_dd.c		hdafg
     23