Péter Ujfalusi

Results 271 comments of Péter Ujfalusi

Once the right set of verbs identified for the device they can be integrated to `sound/pci/hda/patch_realtek.c` as quirk or fixup. After that there will be no need for the script...

ASoC have simple infrastructure to test and debug pop noise generated by codecs along the path when the DAPM widget got changed. It is injecting delays between register writes and...

@bardliao, can you isolate the pop with dapm_pop_time of 2 seconds? Does the codec have Mute switch on headset, speaker? Does toggling it produces pop noise as well?

Should this be moved to firmware? There is not much the kernel do if it does not get reply...

Actually, we have an error coming back from the firmware before the timeout: ``` [ 2195.250353] kernel: snd_sof:sof_pcm_trigger: sof-audio-pci-intel-icl 0000:00:1f.3: pcm: trigger stream 7 dir 0 cmd 1 [ 2195.250875]...

Yes, there were an issue on reboot, but this is during or after 'warm boot', which I'm not sure what is..

@nicktelindert, 5.12 is kind of old and a regression of this scale should have been caught in a span of three years? Would it be possible to at least try...

@nicktelindert, thanks for the information, I would guess that alone the ``` sudo rmmod snd_sof_pci_intel_tgl ``` would be sufficient as it will unbind the sound card and likely cause certain...

Another thing to try with the SOF stack: ``` options snd-sof-intel-hda-common hda_model=dell-headset-multi ```

@plbossart, I think it is a 'feature' or shall I say bug in sound/pci/hda/hda_auto_parser.c, if the fixup is found via quirk and CONFIG_SND_DEBUG_VERBOSE is not set then the fixup_name is...