This repository has been archived on 2024-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
linux-hardened/audio.nix

12 lines
200 B
Nix
Raw Permalink Normal View History

2024-08-12 21:12:18 +02:00
{ lib, ... }: with lib.kernel; {
2024-08-02 22:14:55 +02:00
SOUND = yes;
SND = yes;
SND_PCM_TIMER = yes;
SND_DYNAMIC_MINORS = yes;
SND_SUPPORT_OLD_API = no;
SND_PCI = yes;
SND_USB = yes;
SND_USB_AUDIO = yes;
}