linux-hardened/profile/audio.nix
2024-11-05 23:08:10 +01:00

11 lines
210 B
Nix

{ option, lib, hostPlatform }: {
SOUND = true;
SND = true;
SND_PCM_TIMER = true;
SND_DYNAMIC_MINORS = true;
SND_SUPPORT_OLD_API = false;
SND_PCI = true;
SND_USB = true;
SND_USB_AUDIO = true;
}