mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #93372 from bb2020/oss
nixos/alsa: disable OSSEmulation by default
This commit is contained in:
commit
ebc22e9921
2 changed files with 6 additions and 1 deletions
|
@ -32,7 +32,7 @@ in
|
|||
|
||||
enableOSSEmulation = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable ALSA OSS emulation (with certain cards sound mixing may not work!).
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue