Jaroslav Kysela
Jaroslav Kysela
> The NHLT public spec is here: https://01.org/sites/default/files/595976_intel_sst_nhlt.pdf > > Section 2.5 report the mic coordinates, but reading that part again I am not sure how it works if there...
True, but I doubt that laptops have an open lid angle sensor. But this angle is usually around ~110 degrees, so it may be a constant for the initial implementation.
It looks like a kernel driver issue. Attach `dmesg`, but it will be probably better to continue on `[email protected]` mailing list.
This report is that syscall times are too big. It's unacceptable and it's causing issues, because pipewire operates with the data streams in one real-time thread. So if one or...
> [@perexg](https://github.com/perexg), which syscall takes long time? can you upload the alsa-info.sh output? Could you read report ? The `strace -ttt aplay -D plughw:sofhdadsp,0 -f dat /dev/zero` is enough to...
> the recovery involves a trigger stop, then prepare, then trigger start. > on stop we need to stop the audio pipeline in DSP (ipc messages), stop DMA on host...
> > > the recovery involves a trigger stop, then prepare, then trigger start. > > > on stop we need to stop the audio pipeline in DSP (ipc messages),...
6.17-rc7 kernel: ``` [ 842.710961] snd_sof:sof_set_fw_state: sof-audio-pci-intel-mtl 0000:00:1f.3: fw_state change: 6 -> 7 [ 842.710987] snd_sof_pci_intel_mtl:mtl_enable_sdw_irq: sof-audio-pci-intel-mtl 0000:00:1f.3: FW Poll Status: reg[0x114c]=0xf successful [ 844.215191] snd_sof:sof_pcm_open: sof-audio-pci-intel-mtl 0000:00:1f.3: pcm0 (HDA...
It's was tested without pipewire - just aplay. But it's HDA machine not soundwire like yours. I think that there may be a difference.
Thanks @ujfalusi . It seems like related to specific hardware. I'll try to do some debugging on my side. Any hints for more verbose printks between the code showing the...