summaryrefslogtreecommitdiff
path: root/kernel/drivers/ac97.c
AgeCommit message (Collapse)Author
2024-12-12formatting: Use clang-format on all projectsAnton Kling
This commit also add braces to all `if` statements.
2024-12-08audio: Control master volume through /dev/volumeAnton Kling
2024-12-02ac97: Messy fixes to audioAnton Kling
It seems to work completely now, but it is still very messy.
2024-11-30ac97/audio: Add audioAnton Kling
Incomplete but still very cool
2024-11-28changesAnton Kling