Regenerated

This commit is contained in:
2026-05-03 21:54:31 +02:00
parent 825cea6698
commit ad0bbcebd2
3 changed files with 422 additions and 407 deletions
+410 -405
View File
File diff suppressed because it is too large Load Diff
+6 -1
View File
@@ -373,9 +373,14 @@ in
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options snd_hda_intel power_save=0 options snd_hda_intel power_save=0
options snd-hda-intel dmic_detect=0 options snd-hda-intel dmic_detect=0
options snd-hda-intel model=alc295-disable-dac3
''; '';
boot.blacklistedKernelModules = [ "snd_soc_skl_hda_dsp" ]; boot.blacklistedKernelModules = [
"snd_soc_skl_hda_dsp"
"snd_sof_pci_intel_cnl"
"snd_sof_pci"
];
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
@@ -31,9 +31,14 @@
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options snd_hda_intel power_save=0 options snd_hda_intel power_save=0
options snd-hda-intel dmic_detect=0 options snd-hda-intel dmic_detect=0
options snd-hda-intel model=alc295-disable-dac3
''; '';
boot.blacklistedKernelModules = [ "snd_soc_skl_hda_dsp" ]; boot.blacklistedKernelModules = [
"snd_soc_skl_hda_dsp"
"snd_sof_pci_intel_cnl"
"snd_sof_pci"
];
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;