mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Kernel: Add support for Intel HDA
This is an implementation that tries to follow the spec as closely as possible, and works with Qemu's Intel HDA and some bare metal HDA controllers out there. Compiling with `INTEL_HDA_DEBUG=on` will provide a lot of detailed information that could help us getting this to work on more bare metal controllers as well :^) Output format is limited to `i16` samples for now.
This commit is contained in:
@@ -87,6 +87,7 @@ set(ICO_DEBUG ON)
|
||||
set(IMAGE_DECODER_DEBUG ON)
|
||||
set(IMAGE_LOADER_DEBUG ON)
|
||||
set(INTEL_GRAPHICS_DEBUG ON)
|
||||
set(INTEL_HDA_DEBUG ON)
|
||||
set(INTERRUPT_DEBUG ON)
|
||||
set(IOAPIC_DEBUG ON)
|
||||
set(IO_DEBUG ON)
|
||||
|
||||
Reference in New Issue
Block a user