Leif
Leif
> > Hmm, SOF firmware is loading fine, PCH-DMIC and HDMI/DP seem to be working find, but no codecs found for speakers. The alsa-info has this: > > Realtek 0x000232025d131601...
> @leskunberg Can you try #5275? And the topology file: [sof-adl-rt1316-l02.zip](https://github.com/user-attachments/files/18164427/sof-adl-rt1316-l02.zip) The kernel referenced in #5275 has been built and it has attempted to load the topology file. Here is...
> @leskunberg, the path should be relative to the firmware dir, so: > > ``` > options snd_sof_pci tplg_path=intel/sof-tplg tplg_filename=sof-adl-rt1316-l02.tplg > ``` > > But in theory you can drop...
Out of curiosity does the topology need to match the speakers? If there is a pair of RT1316's should there be another for the third speaker? For reference here is...
It seems a little strange that when greping for speakers via acpi only two devices show up. There should be a third shouldn't there? ``` [leif@x1 ~]$ cat /sys/bus/acpi/devices/*/adr |...
> @leskunberg Can you share the output of "uname -a"? Just want to make sure you are booting with your kernel. From the log, your kernel still uses the generic...
> and to me it looks like that two of the three can be used at any given time, one is 'fixed' the other is selected based on the device...
> @leskunberg, can you share the `dmesg` output instead of the `alsa-info`? PA/PW probing of the audio devices are pushing the relevant information out from the kernel log part of...
> OK, it is still eaten up :( can you add `log_buf_len=4M` to the kernel cmd line and reboot and attach the raw, unfiltered dmesg as attachment? Full dmesg [dmesg.txt](https://github.com/user-attachments/files/18183183/dmesg.txt)
> @leskunberg We need to figure out why soundwire machine driver is not select. > > Please add `options snd_soc_acpi dyndbg=+pmf`, and apply below patch > > ```diff > git...