Kernel: Implement HD audio driver
This is very basic and does not support a lot of stuff (like changing the output pin :D)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Kernel
|
||||
class AC97AudioController : public AudioController, public Interruptable
|
||||
{
|
||||
public:
|
||||
static BAN::ErrorOr<BAN::RefPtr<AC97AudioController>> create(PCI::Device& pci_device);
|
||||
static BAN::ErrorOr<void> create(PCI::Device& pci_device);
|
||||
|
||||
void handle_irq() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user