Regenerated
This commit is contained in:
+410
-405
File diff suppressed because it is too large
Load Diff
+6
-1
@@ -373,9 +373,14 @@ in
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd_hda_intel power_save=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;
|
||||
|
||||
|
||||
@@ -31,9 +31,14 @@
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd_hda_intel power_save=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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user