From 524b375e914839936e56b25f7eb7bf9f802fdac5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 13 Aug 2021 13:15:48 +0200 Subject: etc/modprobe.d/itzks-systems-common_dsp-fix.conf: Disable the snd_intel DSP driver again. The SOF firmware is now available in Debian 11. --- etc/modprobe.d/itzks-systems-common_dsp-fix.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/modprobe.d/itzks-systems-common_dsp-fix.conf b/etc/modprobe.d/itzks-systems-common_dsp-fix.conf index d71dbd5..fbf87d5 100644 --- a/etc/modprobe.d/itzks-systems-common_dsp-fix.conf +++ b/etc/modprobe.d/itzks-systems-common_dsp-fix.conf @@ -1 +1,5 @@ -options snd_intel_dspcfg dsp_driver=1 +# use the SOF firmware provided by firmware-sof-signed +options snd_intel_dspcfg dsp_driver=0 + +# play sound without the SOF firmware +#options snd_intel_dspcfg dsp_driver=1 -- cgit v1.2.3