Regenerated
This commit is contained in:
+408
-407
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -366,15 +366,16 @@ in
|
||||
"i915.enable_psr2_sel_fetch=0"
|
||||
# NVMe
|
||||
"nvme.noacpi=1"
|
||||
# Audio
|
||||
"snd_sof_pci.quirk_map=0x1025141d:0"
|
||||
];
|
||||
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd_hda_intel power_save=0
|
||||
# REMOVED: fixup=76 has no effect when snd_hda_codec_realtek is blacklisted
|
||||
# If you remove the blacklist below, add it back and test
|
||||
options snd-hda-intel dmic_detect=0
|
||||
'';
|
||||
|
||||
boot.blacklistedKernelModules = [ "snd_hda_codec_realtek" ];
|
||||
boot.blacklistedKernelModules = [ "snd_soc_skl_hda_dsp" ];
|
||||
|
||||
boot.consoleLogLevel = 0;
|
||||
|
||||
|
||||
@@ -24,15 +24,16 @@
|
||||
"i915.enable_psr2_sel_fetch=0"
|
||||
# NVMe
|
||||
"nvme.noacpi=1"
|
||||
# Audio
|
||||
"snd_sof_pci.quirk_map=0x1025141d:0"
|
||||
];
|
||||
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd_hda_intel power_save=0
|
||||
# REMOVED: fixup=76 has no effect when snd_hda_codec_realtek is blacklisted
|
||||
# If you remove the blacklist below, add it back and test
|
||||
options snd-hda-intel dmic_detect=0
|
||||
'';
|
||||
|
||||
boot.blacklistedKernelModules = [ "snd_hda_codec_realtek" ];
|
||||
boot.blacklistedKernelModules = [ "snd_soc_skl_hda_dsp" ];
|
||||
|
||||
boot.consoleLogLevel = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user