23 lines
684 B
Plaintext
23 lines
684 B
Plaintext
# $NetBSD: files.hdaudio,v 1.3 2015/05/30 13:47:03 jmcneill Exp $
|
|
|
|
#
|
|
# Intel High Definition Audio (Revision 1.0)
|
|
#
|
|
defflag HDAUDIOVERBOSE
|
|
defflag opt_hdaudio.h HDAUDIO_ENABLE_HDMI
|
|
defflag opt_hdaudio.h HDAUDIO_ENABLE_DISPLAYPORT
|
|
defflag opt_hdaudio.h HDAUDIO_DEBUG
|
|
defflag opt_hdaudio.h HDAUDIO_32BIT_ACCESS
|
|
defflag opt_hdaudio.h HDAFG_DEBUG
|
|
defflag opt_hdaudio.h HDAFG_HDMI_DEBUG
|
|
|
|
define hdaudiobus {[nid = -1]}
|
|
device hdaudio: hdaudiobus
|
|
file dev/hdaudio/hdaudio.c hdaudio
|
|
file dev/hdaudio/hdaudio_verbose.c hdaudio & hdaudioverbose
|
|
|
|
device hdafg: audiobus, auconv, aurateconv, mulaw
|
|
attach hdafg at hdaudiobus
|
|
file dev/hdaudio/hdafg.c hdafg
|
|
file dev/hdaudio/hdafg_dd.c hdafg
|