files.hdaudio revision 1.2
11.2Sjmcneill# $NetBSD: files.hdaudio,v 1.2 2015/03/28 14:50:20 jmcneill Exp $
21.1Sjmcneill
31.1Sjmcneill#
41.1Sjmcneill# Intel High Definition Audio (Revision 1.0)
51.1Sjmcneill#
61.2Sjmcneilldefflag			HDAUDIOVERBOSE
71.2Sjmcneilldefflag opt_hdaudio.h	HDAUDIO_ENABLE_HDMI
81.2Sjmcneilldefflag opt_hdaudio.h	HDAUDIO_ENABLE_DISPLAYPORT
91.2Sjmcneilldefflag opt_hdaudio.h	HDAUDIO_DEBUG
101.2Sjmcneilldefflag opt_hdaudio.h	HDAFG_DEBUG
111.2Sjmcneilldefflag opt_hdaudio.h	HDAFG_HDMI_DEBUG
121.1Sjmcneill
131.1Sjmcneilldefine	hdaudiobus	{[nid = -1]}
141.1Sjmcneilldevice	hdaudio: hdaudiobus
151.1Sjmcneillfile	dev/hdaudio/hdaudio.c		hdaudio
161.1Sjmcneillfile	dev/hdaudio/hdaudio_verbose.c	hdaudio & hdaudioverbose
171.1Sjmcneill
181.1Sjmcneilldevice	hdafg: audiobus, auconv, aurateconv, mulaw
191.1Sjmcneillattach	hdafg at hdaudiobus
201.1Sjmcneillfile	dev/hdaudio/hdafg.c		hdafg
211.1Sjmcneillfile	dev/hdaudio/hdafg_dd.c		hdafg
22