linux-hardened/profile/audio.nix

12 lines
210 B
Nix
Raw Normal View History

2024-11-05 21:11:29 +01:00
{ 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;
}