pomon Okay, I tried driver blacklisting again. This time I created the file and folder /etc/modprobe.d/blacklist.conf in Nemo with root privileges instead of using the command line. Now after rebooting, the intel driver is blacklisted successfully.
Now the following commands look like this:
user@user ~ $ inxi -Axx | grep driver
Device-1: Intel Alder Lake PCH-P High Definition Audio driver: N/A
user@user ~ $ lsmod | grep sof
snd_sof_pci_intel_tgl 12288 0
snd_sof_intel_hda_common 172032 1 snd_sof_pci_intel_tgl
snd_sof_intel_hda_mlink 32768 1 snd_sof_intel_hda_common
snd_sof_intel_hda 16384 1 snd_sof_intel_hda_common
snd_sof_pci 20480 2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_xtensa_dsp 16384 1 snd_sof_intel_hda_common
snd_sof 307200 3 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda
snd_sof_utils 12288 1 snd_sof
snd_soc_hdac_hda 20480 1 snd_sof_intel_hda_common
snd_hda_ext_core 32768 4 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_soc_acpi_intel_match 81920 2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_acpi 12288 2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_core 393216 3 snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_intel_dspcfg 28672 2 snd_sof,snd_sof_intel_hda_common
snd_hda_codec 204800 2 snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core 131072 5 snd_hda_ext_core,snd_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_pcm 184320 8 snd_hda_codec,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd 139264 11 snd_seq,snd_seq_device,snd_hwdep,snd_hda_codec,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
user@user ~ $ pactl info
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 77
Tile Size: 65472
User Name: user
Host Name: user
Server Name: PulseAudio (on PipeWire 0.3.77)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: auto_null
Default Source: auto_null.monitor
Cookie: e042:c096
I have sof-firmware installed, but is it not found?