View previous topic :: View next topic |
Author |
Message |
user169291 n00b
Joined: 08 Aug 2022 Posts: 14
|
Posted: Mon Dec 16, 2024 9:48 pm Post subject: Sound Open Firmware (SOF) on Dell XPS 9520 |
|
|
Hey guys,
I've run into some driver issues again. I figured I'd post here for help and posterity. I'm trying to get sound working on my Dell XPS 9520 with SOF on a custom (minimal) kernel (without module support) and PipeWire
Code: | $ doas lspci -v
[...]
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT2 [Iris Xe Graphics] (rev 0c) (prog-if 00 [VGA controller])
Subsystem: Dell Device 0b19
Flags: bus master, fast devsel, latency 0, IRQ 143, IOMMU group 0
Memory at 6186000000 (64-bit, non-prefetchable) [size=16M]
Memory at 4000000000 (64-bit, prefetchable) [size=256M]
I/O ports at 4000 [size=64]
Capabilities: [40] Vendor Specific Information: Len=0c <?>
Capabilities: [70] Express Root Complex Integrated Endpoint, IntMsgNum 0
Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable+ 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [100] Process Address Space ID (PASID)
Capabilities: [200] Address Translation Service (ATS)
Capabilities: [300] Page Request Interface (PRI)
Capabilities: [320] Single Root I/O Virtualization (SR-IOV)
Kernel driver in use: i915
[...]
00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01) (prog-if 80)
Subsystem: Dell Device 0b19
Flags: bus master, fast devsel, latency 64, IRQ 200, IOMMU group 14
Memory at 6187190000 (64-bit, non-prefetchable) [size=16K]
Memory at 6187000000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [50] Power Management version 3
Capabilities: [80] Vendor Specific Information: Len=14 <?>
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Kernel driver in use: snd_hda_intel
|
I've enabled everything I thought to be relevant to SOF per the architecture manual (especially "Please note that HDA controller initialization and stream management are mandatory for Intel SKL+ platforms even if no HDA/HDMI-codec support is required, because the host DMA and stream control registers are part of HDA controller") and this Github gist, i.e.
Code: | SND_HDA_INTEL
SND_HDA_CODEC_REALTEK (for the XPS 9520 codec)
SND_HDA_CODEC_HDMI
SND_SOC_INTEL_SST_TOPLEVEL
SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES
SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH
SND_SOC_SOF_TOPLEVEL
SND_SOC_SOF_INTEL_TOPLEVEL
SND_SOC_SOF_TIGERLAKE (Alder Lake is typically bugged; doesn't make a difference)
SND_SOC_SOF_HDA_LINK
SND_SOC_SOF_HDA_AUDIO_CODEC
SND_SOC_DMIC
SND_SOC_HDA
|
yet sof-audio-pci-* isn't even showing up in my dmesg, let alone that it's letting me know firmware is missing (which I believe it should, as I have disabled modules). Also, ALSA reports "No soundcards found." despite
listing "Built-in Audio Analog Stereo" as a sink and audio working (albeit badly)
Could anyone with experience with ALSA and/or SOF please recommend a course of action to debug this mess? |
|
Back to top |
|
|
dmpogo Advocate
Joined: 02 Sep 2004 Posts: 3454 Location: Canada
|
Posted: Mon Dec 16, 2024 11:12 pm Post subject: |
|
|
ALSA reports 'no soundcards found' even on my 2017 KabyLake, but everything is working. So this message is probably a red herring |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5221 Location: Bavaria
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|