[HDAUDBUS]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 29 Jun 2015 17:03:33 +0000 (17:03 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 29 Jun 2015 17:03:33 +0000 (17:03 +0000)
commitcf7fc816a171a2cbd2709e3a010c7cb1b87f0237
treed8db9ee38d5b64494be06cf5b3213018909122f0
parent7b665169edd438d9ed96d205955eea34ee60f26e
[HDAUDBUS]
- start implementing HDAUDIO Bus driver
- based heavily on Haiku exellent driver

svn path=/trunk/; revision=68311
reactos/drivers/wdm/audio/CMakeLists.txt
reactos/drivers/wdm/audio/hdaudbus/CMakeLists.txt [new file with mode: 0644]
reactos/drivers/wdm/audio/hdaudbus/driver.h [new file with mode: 0644]
reactos/drivers/wdm/audio/hdaudbus/hda_codec_defs.h [new file with mode: 0644]
reactos/drivers/wdm/audio/hdaudbus/hda_controller_defs.h [new file with mode: 0644]
reactos/drivers/wdm/audio/hdaudbus/hdaudbus.cpp [new file with mode: 0644]
reactos/drivers/wdm/audio/hdaudbus/hdaudbus.h [new file with mode: 0644]