attached some logs from boot states. Looks like ' restarting ' solve the issue.
# With Audio OK
6.1.137-1
6.1.0-37-amd64
$ lsmod | grep snd
snd_seq_dummy 16384 0
snd_hrtimer 16384 1
snd_seq 90112 7 snd_seq_dummy
snd_seq_device 16384 1 snd_seq
snd_ctl_led 24576 0
snd_soc_skl_hda_dsp 24576 5
snd_soc_intel_hda_dsp_common 20480 1 snd_soc_skl_hda_dsp
snd_soc_hdac_hdmi 45056 1 snd_soc_skl_hda_dsp
$ systemctl |grep -i alsa
alsa-restore.service loaded active exited Save/Restore Sound Card State
$ dmesg -T
[dom may 25 18:35:13 2025] i801_smbus 0000:00:1f.4: Transaction timeout
[dom may 25 18:35:13 2025] i801_smbus 0000:00:1f.4: Failed terminating the transaction
[dom may 25 18:35:13 2025] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[dom may 25 18:35:16 2025] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[dom may 25 18:35:16 2025] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[dom may 25 18:35:18 2025] sof-audio-pci-intel-icl 0000:00:1f.3: ipc tx error for 0x60010000 (msg/reply size: 108/20): -22
[dom may 25 18:35:18 2025] sof-audio-pci-intel-icl 0000:00:1f.3: HW params ipc failed for stream 1
[dom may 25 18:35:18 2025] sof-audio-pci-intel-icl 0000:00:1f.3: ASoC: error at snd_soc_pcm_component_hw_params on 0000:00:1f.3: -22
[dom may 25 18:35:18 2025] HDA Analog Deep Buffer: ASoC: error at __soc_pcm_hw_params on HDA Analog Deep Buffer: -22
[dom may 25 18:35:18 2025] HDA Analog Deep Buffer: ASoC: error at dpcm_fe_dai_hw_params on HDA Analog Deep Buffer: -22
[dom may 25 18:35:18 2025] sof-audio-pci-intel-icl 0000:00:1f.3: ipc tx error for 0x60010000 (msg/reply size: 108/20): -22
[dom may 25 18:35:18 2025] sof-audio-pci-intel-icl 0000:00:1f.3: HW params ipc failed for stream 1
[dom may 25 18:35:18 2025] sof-audio-pci-intel-icl 0000:00:1f.3: ASoC: error at snd_soc_pcm_component_hw_params on 0000:00:1f.3: -22
[dom may 25 18:35:18 2025] HDA Analog Deep Buffer: ASoC: error at __soc_pcm_hw_params on HDA Analog Deep Buffer: -22
[dom may 25 18:35:18 2025] HDA Analog Deep Buffer: ASoC: error at dpcm_fe_dai_hw_params on HDA Analog Deep Buffer: -22
[dom may 25 18:35:21 2025] ucsi_acpi USBC000:00: PPM init failed (-110)
# With No Audio
# After boot
6.1.140-1
6.1.0-37-amd64
$ lsmod | grep snd
snd_seq_dummy 16384 0
snd_hrtimer 16384 1
snd_seq 90112 7 snd_seq_dummy
snd_seq_device 16384 1 snd_seq
snd_ctl_led 24576 0
snd_soc_skl_hda_dsp 24576 4
snd_soc_intel_hda_dsp_common 20480 1 snd_soc_skl_hda_dsp
snd_soc_hdac_hdmi 45056 1 snd_soc_skl_hda_dsp
$ systemctl |grep -i alsa
alsa-restore.service loaded active exited Save/Restore Sound Card State
$ dmesg -T
[dom may 25 18:50:26 2025] i801_smbus 0000:00:1f.4: Transaction timeout
[dom may 25 18:50:26 2025] i801_smbus 0000:00:1f.4: Failed terminating the transaction
[dom may 25 18:50:26 2025] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[dom may 25 18:50:29 2025] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[dom may 25 18:50:29 2025] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[dom may 25 18:50:34 2025] ucsi_acpi USBC000:00: PPM init failed (-110)