Skip to content

Instantly share code, notes, and snippets.

@electron0zero
Last active April 14, 2022 21:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electron0zero/21ae791dbe1d3fd830e5fb1e13ad77dd to your computer and use it in GitHub Desktop.
Save electron0zero/21ae791dbe1d3fd830e5fb1e13ad77dd to your computer and use it in GitHub Desktop.
Dell Inspiron 15 7000 (7591) setup for linux - Ubuntu 18.04 LTS

README

This is guide on how to configure linux (Ubuntu 18.04 LTS) on Inspiron 15 7591 Laptop, it assumes it's already installed and running, but you want to make it better and configure

Update on Apr 15, 2022: If you now installing Ubuntu on this laptop, Use Ubuntu 21.10 or above. Ubuntu 21.10 has support for audio, and bluetooth for this laptop.

Ubuntu on Dell Inspiron 7591 - Certification Details: https://certification.ubuntu.com/hardware/201903-26880

Canonical have tested this device and it's suppoed to work with Linux (Fingerprint will not work due to lack of drivers from Goodix).

This system was tested with 18.04 LTS, running the 5.0.0-1016-oem-osp1 kernel, so we will run same for better experience

Product Page: https://www.dell.com/en-in/shop/laptops-2-in-1-pcs/new-inspiron-15-7000-laptop/spd/inspiron-15-7591-laptop

Turn Off NVIDIA GPU, and increase battery life

I am using https://github.com/geminis3/envycontrol to swith off GPU, and get better battery life.

Installing nvidia drivers and settings

  • sudo apt update && sudo apt install nvidia-driver-440
  • After reboot run nvidia-smi, and it should show the details

Update on Apr 15, 2022: now nvidia driver version is nvidia-driver-510.

~[] $ nvidia-smi
Thu Jun  4 14:30:32 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.59       Driver Version: 440.59       CUDA Version: 10.2     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 1050    Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   52C    P8    N/A /  N/A |    255MiB /  3022MiB |     15%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0      2836      G   /usr/lib/xorg/Xorg                           147MiB |
|    0      3114      G   /usr/bin/gnome-shell                          90MiB |
|    0      4124      G   ...uest-channel-token=15916322922749219550    13MiB |
|    0      5003      G   gnome-control-center                           1MiB |
+-----------------------------------------------------------------------------+
~[] $
  • sudo nvidia-settings will open config GUI for GPU settings, X-Screen and X-Server configs

  • Update: I had an issue where my screen froze, turned out to because of Nvidia driver. I used nvidia-settings command, and switched to Intel.

Linux 5.0 and other stuff for better hardware support

  • Update: I am now using Ubuntu 21.04 with Linux Kernal 5.11, and sound card issue is fixed, along with better hardware support.
## Kernal Version
$ uname -a
Linux inspiron-7591 5.11.0-18-generic #19-Ubuntu SMP Fri May 7 14:22:03 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
  • sudo apt install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
  • sudo apt install linux-modules-5.0.0-1020-oem-osp1

Linux 5.0 have better hardware support, and this laptop was certifed for it

uname -a after install Linux inspiron-7591 5.3.0-53-generic #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Hardware info and programs

  • sudo apt install lm-sensors for stuff like hardware temp, fan speed etc
  • run sudo sensors-detect to detect sensors
  • after install sensors will show details
  • install psensor for GUI and easy to use - https://wpitchoune.net/psensor/
    • for gpu nvidia drivers needs to be installed and needs a restart for it to show up

extra stuff:

  • install hwinfo or use sudo lshw for more details about hardware on device
  • use lscpu or cat /proc/cpuinfo for CPU details
  • use lsusb for details of USB devices
  • use lsscsi for details of SCSI devices (disks)
  • use lspci for details of PCI devices
  • use lsmem for details of RAM
  • use lsmod to Show the status of modules in the Linux Kernel (prints /proc/modules in nice format)
  • use lsblk for block devices (disk, fs and part. details)
  • lsof and lslocks for open files and locks

Lid Switch

Need to figure out, battery died when it was suspended so that means it doesn't work :shurg:

Update: trying out this: https://itsfoss.com/ubuntu-close-lid-suspend/

similar issue was fixed on dell precision 5530 after adding GRUB_CMDLINE_LINUX_DEFAULT="mem_sleep_default=deep" in boot options. (thanks Nick)

also see https://weiguangcui.github.io/2019-03-10-ubuntu-laptop-power-management/

Touch Pad and Plam Rejection

Not sure, this might work: https://www.dell.com/support/article/en-us/sln308258/precision-xps-ubuntu-general-touchpad-mouse-issue-fix?lang=en

Better battery life

  • install tlp and powertop, and tune it if required, defaults are mostly fine
  • install tlpui for GUI for tlp

Play Pause keys in spotify - HACK

Add custom shortcuts for play, plause and next

Create folowing shortcuts

Name: Spotify Next
Command: dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
Shortcut: Audio next
Name: Spotify Play/Pause
Command: dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
Shortcut: Audio Play
Name: Spotify Prev
Command: dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
Shortcut: Audio Previous

bluetooth devices and fix bad audio

Update: PipeWire is supposed to make things better, so try that before you jump in and debug

Connect to devide and go to Settings -> Sound -> Output (tab) and then select the device, and then under profile drop down switch to High Fidelity Playback (A2DP Sink)

  • Test speakers and see that both sides are showing up and working as expected

I had issue where input would not not work when I am using A2DP sink, so for mic to work I had to use switch to HSP.

  • Let's see if we have A2DP Source, and it shoes it's not supported(see: sources: 0 in a2dp_sink line)
~/wd/adwyze[master*] $ pactl list | grep -C2 A2DP
	Profiles:
		headset_head_unit: Headset Head Unit (HSP/HFP) (sinks: 1, sources: 1, priority: 30, available: yes)
		a2dp_sink: High Fidelity Playback (A2DP Sink) (sinks: 1, sources: 0, priority: 40, available: yes)
		off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
	Active Profile: a2dp_sink
~/wd/adwyze[master*] $
  • check audio controllers and driver in use
~/wd/adwyze[master*] $ sudo lspci -vv | grep -i audio
00:1f.3 Multimedia audio controller: Intel Corporation Cannon Lake PCH cAVS (rev 10)
	Kernel driver in use: sof-audio-pci
~/wd/adwyze[master*] $
~/wd/adwyze[master*] $ pulseaudio --version
pulseaudio 11.1
~/wd/adwyze[master*] $

I was running bluz Version: 5.48-0ubuntu3.4 (check using dpkg --status bluez | grep '^Version:')

Add bluez ppa to get latest version of bluez (Version: 5.50-0ubuntu0ppa1 on June 4, 2020)

sudo add-apt-repository ppa:bluetooth/bluez
sudo apt-get update

update to bluez 5.50

sudo apt upgrade

Issue: Dummy output when bluetooth is disconnected

See soundcards:

# see soundcards
~/wd/adwyze[master*] $ aplay --list-devices
aplay: device_list:270: no soundcards found...

# see driver in use
~/wd/adwyze[master*] $ lspci -v | grep -i audio
00:1f.3 Multimedia audio controller: Intel Corporation Cannon Lake PCH cAVS (rev 10)
	Kernel driver in use: sof-audio-pci

see more details on device with pacmd list-cards

  1. Edit /etc/modprobe.d/alsa-base.conf as root and add options snd-hda-intel dmic_detect=0 at the end of this file: bug report here: https://bugs.launchpad.net/ubuntu/+source/linux-oem-osp1/+bug/1864061

-- This questions here is facing same issue: https://askubuntu.com/questions/1219395/how-do-i-determine-which-audio-driver-is-used-during-installation

same issue is talked here: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1867479 (same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860697) and https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1867474 here

added some comments: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1867474/comments/17

logs:

~[] $ dmesg | gi sof-audio-pci
[    9.503408] sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    9.512591] sof-audio-pci 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    9.512603] sof-audio-pci 0000:00:1f.3: enabling device (0000 -> 0002)
[    9.524230] sof-audio-pci 0000:00:1f.3: warning: No matching ASoC machine driver found
[    9.524238] sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[    9.524394] sof-audio-pci 0000:00:1f.3: use msi interrupt mode
[    9.532644] sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    9.536778] sof-audio-pci 0000:00:1f.3: hda codecs found, mask 5
[    9.536779] sof-audio-pci 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    9.560182] sof-audio-pci 0000:00:1f.3: Direct firmware load for intel/sof/sof-cfl.ri failed with error -2
[    9.560184] sof-audio-pci 0000:00:1f.3: error: request firmware intel/sof/sof-cfl.ri failed err: -2
[    9.560185] sof-audio-pci 0000:00:1f.3: error: failed to load DSP firmware -2
[    9.563608] sof-audio-pci 0000:00:1f.3: error: sof_probe_work failed err: -2
~[] $ journalctl -k | grep -i audio
Jun 05 11:31:25 inspiron-7591 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: enabling device (0000 -> 0002)
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: warning: No matching ASoC machine driver found
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: use msi interrupt mode
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: hda codecs found, mask 5
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: Direct firmware load for intel/sof/sof-cfl.ri failed with error -2
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: error: request firmware intel/sof/sof-cfl.ri failed err: -2
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: error: failed to load DSP firmware -2
Jun 05 11:31:26 inspiron-7591 kernel: sof-audio-pci 0000:00:1f.3: error: sof_probe_work failed err: -2
~[] $

Update: https://askubuntu.com/a/1225499 this worked for me

I added this in my /etc/default/grub

# snd_hda_intel.dmic_detect=0 is added to fix Dummy Output Sound issue
# https://askubuntu.com/questions/1225463/18-04-no-sound-intel-sound-card-snd-hda-intel-not-working
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 snd_hda_intel.dmic_detect=0"

and ran sudo update-grub2 to apply changes

Update 2: after update to ubuntu 20.04 this hack is not required, and you have to remove it from gurb file, in new version it has support for built in mic and audio drivers, and after you remove and reboot they should show up in sound menu

See the versions for ref, for me things were working on these versions

~ $ lsb_release -d
Description:	Ubuntu 20.04 LTS
~ $ uname -a
Linux inspiron-7591 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  • Update: I am now using Ubuntu 21.04 with Linux Kernal 5.11, and this GRUB hack is not required.
$ lsb_release -d
Description:	Ubuntu 21.04
$ uname -a
Linux inspiron-7591 5.11.0-18-generic #19-Ubuntu SMP Fri May 7 14:22:03 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Install same kernal that was used tin certification by canonical

This system was tested with 18.04 LTS, running the 5.0.0-1016-oem-osp1 kernel, so we will run same for better experience

# version 5.0.0-1016-oem-osp1 was not found, so we will use close next
sudo apt install linux-image-5.0.0-1020-oem-osp1

Install grub-customizer to customize grub screen

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt update && sudo apt install grub-customizer

enable grub menu on boot

Issue: Bluetooth headset playing in profile HSP/HFP (Low quality) instead of A2DP (High Fidelity Playback)

This problem can be solved adding the file configuration needed for the system to detect the right type of bluetooth device. First of all make sure that all the dependencies are installed in the system:

sudo apt install pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth

After this verification, edit/create (in Pop!_OS 18.04 this file doesn’t exist) the following audio configuration file:

sudo gedit /etc/bluetooth/audio.conf

Add the following lines:

# This section contains general options
    [General]
    Enable=Source,Sink,Media,Socket

Save the file and restart the bluetooth service.

sudo service bluetooth restart

You are all set. Bluetooth audio should start by default in a2dp (high fidelity) mode. Happy music time!

source: https://medium.com/@overcode/fixing-bluetooth-in-ubuntu-pop-os-18-04-d4b8dbf7ddd6

more:

Deep Dive: Doing Bluetooth Low Energy on Linux

Bluetothctl and playerctl, and other audio stuff

  • install bluetoothctl and playerctl
  • playerctl allows us to control media player that support MPRIS D-BUS (Spotify, VLC etc)
  • bluetoohctl allow us to debug bluetooh issues

Playerctl

  • see current players: playerctl --list-all
  • Create alias for quick shortcuts for music control (I keep these in ~/.bash_aliases)
alias n='playerctl next'
alias p='playerctl previous'
alias pp='playerctl play-pause'
alias pw='playerctl metadata'

NOTE: since this model doesn't have physical keys for next/prev, but we use Ctrl+ Arrow Left/Arrow Right when spotify is in focus

Hibernte Option

Hibernate saves state to disk and powers down, and suspand saves stats to RAM and powers off other systems, but keeps RAM on with low power mode. We want hibernate option when we want to come and pick up where we left off.

NOTE: it says 18.04 but works on 20.04 as well

See this for details:

Errors on Boot

BIOS contains WGDS but no WRDS

[ 12.250682] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS

~/wd/gist[] $ dmesg | grep iwlwifi
[    8.661585] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    8.717913] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
[    8.717915] iwlwifi 0000:00:14.3: Found debug configuration: 0
[    8.718217] iwlwifi 0000:00:14.3: loaded firmware version 46.6bf1df06.0 op_mode iwlmvm
[    9.150672] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, REV=0x318
[    9.159238] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[    9.159542] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.
[    9.200491] iwlwifi 0000:00:14.3: base HW address: f8:e4:e3:2d:1b:a3
[    9.680430] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[   12.060099] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[   12.176525] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[   12.242080] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[   12.250682] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
~/wd/gist[] $

See More

xHCI host controller not responding, assume dead

[ 138.416328] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead

~/wd/gist[] $ dmesg | grep xhci_hcd
[    0.587637] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.587642] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.588732] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.588739] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.590544] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.590545] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.590547] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.928994] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[    1.229133] usb 1-9: new full-speed USB device number 3 using xhci_hcd
[    1.513381] usb 1-14: new full-speed USB device number 4 using xhci_hcd
[   93.882509] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[   93.882520] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[   93.883718] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[   93.885221] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[   93.885227] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[   93.885232] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[  138.416127] xhci_hcd 0000:3a:00.0: remove, state 1
[  138.416316] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[  138.416328] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[  138.416330] xhci_hcd 0000:3a:00.0: remove, state 1
[  138.416516] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[  138.416519] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[  138.416595] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
~/wd/gist[] $

Initramfs unpacking failed: Decoding failed

See More

From this answer:

  • set back compress=lz4 in /etc/initramfs-tools/initramfs.conf
  • rebuild your ramdisk with sudo update-initramfs -c -k $(uname -r)
  • reboot

Fingerprint drivers

other links:

Other gist and links about this

Dual boot with multiple Disks

this laptop has empty slot for an SSD. I installed an SSD with Ubunutu on that slot and started using ununtu.

had to change boot order in BIOS to boot into Ubuntu, or Winodws. I wanted to Add ubuntu and winows in Grub.

I re-installed grub and ran boot repair from Ubuntu but It didn't add an entry for Windows in Grub. Ubuntu was not able to see my NVMe SSD that had winodws in it.

I was able to see DISK in BIOS, or in efibootmgr -v output but that's all.

My BIOS has secure boot disabled, and Intel RST enabled (see https://help.ubuntu.com/rst/).

I tried everything to Add windows and ubuntu both (they are in installed in two diffrent SSDs) in Grub. , but nothing worked. maybe because of RST and multiple disks combo

Finally I tried running boot repair from a bootable Ubunutu USB

I booted into a bootable Ubuntu USB and ran boot repair. bootreair finished with error but it added Windows option in my Grub.

now I can boot into Ubuntu (by default) or Windows from Grub, and Don't need to change

[ 10.035824] sof-audio-pci 0000:00:1f.3: error: no reply expected, received 0x0
[ 12.953810] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
[ 13.194175] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.194226] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.194228] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.194230] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.194233] iDisp2: ASoC: hw_params BE failed -22
[ 13.194234] HDMI2: ASoC: hw_params BE failed -22
[ 13.194384] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.194429] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.194431] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.194432] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.194434] iDisp2: ASoC: hw_params BE failed -22
[ 13.194434] HDMI2: ASoC: hw_params BE failed -22
[ 13.194574] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.194615] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.194617] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.194618] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.194620] iDisp2: ASoC: hw_params BE failed -22
[ 13.194621] HDMI2: ASoC: hw_params BE failed -22
[ 13.194808] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.194858] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.194860] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.194861] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.194863] iDisp2: ASoC: hw_params BE failed -22
[ 13.194864] HDMI2: ASoC: hw_params BE failed -22
[ 13.195004] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.195052] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.195054] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.195055] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.195057] iDisp2: ASoC: hw_params BE failed -22
[ 13.195058] HDMI2: ASoC: hw_params BE failed -22
[ 13.195362] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.195401] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.195403] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.195404] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.195405] iDisp2: ASoC: hw_params BE failed -22
[ 13.195406] HDMI2: ASoC: hw_params BE failed -22
[ 13.195517] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.195551] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.195552] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.195553] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.195554] iDisp2: ASoC: hw_params BE failed -22
[ 13.195555] HDMI2: ASoC: hw_params BE failed -22
[ 13.195651] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.195660] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.195661] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.195662] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.195663] iDisp2: ASoC: hw_params BE failed -22
[ 13.195664] HDMI2: ASoC: hw_params BE failed -22
[ 13.195753] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.195760] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.195761] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.195762] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.195763] iDisp2: ASoC: hw_params BE failed -22
[ 13.195764] HDMI2: ASoC: hw_params BE failed -22
[ 13.195859] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.195866] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.195867] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp2
[ 13.195868] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp2 Pin hw params: -22
[ 13.195868] iDisp2: ASoC: hw_params BE failed -22
[ 13.195869] HDMI2: ASoC: hw_params BE failed -22
[ 13.196224] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.196240] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.196242] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.196243] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.196244] iDisp1: ASoC: hw_params BE failed -22
[ 13.196245] HDMI1: ASoC: hw_params BE failed -22
[ 13.196410] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.196426] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.196427] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.196428] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.196429] iDisp1: ASoC: hw_params BE failed -22
[ 13.196429] HDMI1: ASoC: hw_params BE failed -22
[ 13.196574] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.196588] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.196589] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.196590] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.196591] iDisp1: ASoC: hw_params BE failed -22
[ 13.196591] HDMI1: ASoC: hw_params BE failed -22
[ 13.196720] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.196730] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.196731] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.196732] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.196733] iDisp1: ASoC: hw_params BE failed -22
[ 13.196733] HDMI1: ASoC: hw_params BE failed -22
[ 13.196830] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.196840] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.196841] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.196841] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.196842] iDisp1: ASoC: hw_params BE failed -22
[ 13.196843] HDMI1: ASoC: hw_params BE failed -22
[ 13.197052] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.197063] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.197064] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.197065] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.197066] iDisp1: ASoC: hw_params BE failed -22
[ 13.197067] HDMI1: ASoC: hw_params BE failed -22
[ 13.197164] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.197258] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.197261] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.197263] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.197266] iDisp1: ASoC: hw_params BE failed -22
[ 13.197267] HDMI1: ASoC: hw_params BE failed -22
[ 13.197415] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.197433] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.197435] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.197436] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.197438] iDisp1: ASoC: hw_params BE failed -22
[ 13.197439] HDMI1: ASoC: hw_params BE failed -22
[ 13.197575] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.197592] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.197594] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.197596] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.197598] iDisp1: ASoC: hw_params BE failed -22
[ 13.197599] HDMI1: ASoC: hw_params BE failed -22
[ 13.197738] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.197755] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.197757] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp1
[ 13.197758] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp1 Pin hw params: -22
[ 13.197760] iDisp1: ASoC: hw_params BE failed -22
[ 13.197761] HDMI1: ASoC: hw_params BE failed -22
[ 13.198267] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.198276] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.198279] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.198281] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.198284] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.198285] HDA Analog: ASoC: hw_params BE failed -22
[ 13.198389] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.198400] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.198402] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.198404] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.198406] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.198407] HDA Analog: ASoC: hw_params BE failed -22
[ 13.198558] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.198575] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.198577] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.198578] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.198581] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.198582] HDA Analog: ASoC: hw_params BE failed -22
[ 13.198710] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.198727] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.198729] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.198730] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.198732] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.198734] HDA Analog: ASoC: hw_params BE failed -22
[ 13.198869] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.198886] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.198888] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.198890] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.198892] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.198893] HDA Analog: ASoC: hw_params BE failed -22
[ 13.199213] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.199225] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.199227] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.199229] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.199231] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.199232] HDA Analog: ASoC: hw_params BE failed -22
[ 13.199341] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.199354] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.199355] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.199357] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.199359] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.199360] HDA Analog: ASoC: hw_params BE failed -22
[ 13.199464] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.199476] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.199477] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.199479] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.199480] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.199481] HDA Analog: ASoC: hw_params BE failed -22
[ 13.199603] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.199619] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.199621] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.199622] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.199624] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.199625] HDA Analog: ASoC: hw_params BE failed -22
[ 13.199763] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.199779] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.199781] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.199782] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.199784] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.199785] HDA Analog: ASoC: hw_params BE failed -22
[ 13.199965] sof-audio-pci 0000:00:1f.3: error: ipc reply unknown
[ 13.200191] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.200199] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.200201] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.200203] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.200205] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.200206] HDA Analog: ASoC: hw_params BE failed -22
[ 13.200394] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.200407] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.200409] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.200411] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.200412] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.200413] HDA Analog: ASoC: hw_params BE failed -22
[ 13.200562] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.200573] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.200575] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.200577] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.200578] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.200580] HDA Analog: ASoC: hw_params BE failed -22
[ 13.200725] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.200734] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.200735] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.200737] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.200739] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.200739] HDA Analog: ASoC: hw_params BE failed -22
[ 13.200892] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.200899] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.200901] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.200902] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.200904] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.200905] HDA Analog: ASoC: hw_params BE failed -22
[ 13.201439] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.201456] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.201458] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.201460] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.201462] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.201463] HDA Analog: ASoC: hw_params BE failed -22
[ 13.201683] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.201696] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.201698] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.201700] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.201702] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.201704] HDA Analog: ASoC: hw_params BE failed -22
[ 13.201901] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.201913] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.201915] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.201916] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.201918] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.201919] HDA Analog: ASoC: hw_params BE failed -22
[ 13.202099] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.202111] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.202113] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.202114] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.202116] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.202117] HDA Analog: ASoC: hw_params BE failed -22
[ 13.202310] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.202321] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.202323] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.202324] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.202326] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.202327] HDA Analog: ASoC: hw_params BE failed -22
[ 13.202852] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.202865] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.202867] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.202868] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.202870] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.202871] HDA Analog: ASoC: hw_params BE failed -22
[ 13.202993] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.203003] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.203005] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.203006] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.203008] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.203009] HDA Analog: ASoC: hw_params BE failed -22
[ 13.203143] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.203157] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.203159] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.203161] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.203163] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.203164] HDA Analog: ASoC: hw_params BE failed -22
[ 13.203314] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.203325] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.203327] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.203329] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.203330] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.203331] HDA Analog: ASoC: hw_params BE failed -22
[ 13.203460] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.203470] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.203471] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.203473] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.203474] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.203475] HDA Analog: ASoC: hw_params BE failed -22
[ 13.203780] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.203792] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.203801] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.203802] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.203804] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.203805] HDA Analog: ASoC: hw_params BE failed -22
[ 13.203924] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.203934] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.203935] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.203937] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.203938] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.203939] HDA Analog: ASoC: hw_params BE failed -22
[ 13.204064] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.204075] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.204079] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.204081] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.204082] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.204083] HDA Analog: ASoC: hw_params BE failed -22
[ 13.204215] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.204228] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.204229] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.204230] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.204237] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.204237] HDA Analog: ASoC: hw_params BE failed -22
[ 13.204366] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.204378] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.204379] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.204380] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.204382] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.204382] HDA Analog: ASoC: hw_params BE failed -22
[ 13.204809] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.204820] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.204821] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.204823] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.204824] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.204825] HDA Analog: ASoC: hw_params BE failed -22
[ 13.204972] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.204983] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.204984] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.204985] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.204994] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.204995] HDA Analog: ASoC: hw_params BE failed -22
[ 13.205150] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.205185] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.205188] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.205191] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.205196] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.205200] HDA Analog: ASoC: hw_params BE failed -22
[ 13.205381] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.205394] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.205396] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.205397] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.205399] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.205400] HDA Analog: ASoC: hw_params BE failed -22
[ 13.205614] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.205626] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.205629] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.205630] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.205632] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.205633] HDA Analog: ASoC: hw_params BE failed -22
[ 13.206099] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.206110] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.206112] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.206121] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.206123] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.206125] HDA Analog: ASoC: hw_params BE failed -22
[ 13.206297] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.206307] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.206309] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.206311] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.206312] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.206313] HDA Analog: ASoC: hw_params BE failed -22
[ 13.206507] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.206523] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.206526] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.206535] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.206536] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.206537] HDA Analog: ASoC: hw_params BE failed -22
[ 13.206736] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.206754] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.206755] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.206756] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.206764] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.206765] HDA Analog: ASoC: hw_params BE failed -22
[ 13.206994] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 13.207010] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 13.207013] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for Analog Playback and Capture
[ 13.207014] sof-audio-pci 0000:00:1f.3: ASoC: can't set Analog CPU DAI hw params: -22
[ 13.207015] Analog Playback and Capture: ASoC: hw_params BE failed -22
[ 13.207016] HDA Analog: ASoC: hw_params BE failed -22
[ 13.207693] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.207721] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.207729] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.207730] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.207732] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.208072] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.208086] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.208087] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.208088] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.208089] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.208123] sof-audio-pci 0000:00:1f.3: error: unknown DSP message 0x0
[ 13.208364] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.208378] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.208379] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.208380] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.208381] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.208641] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.208654] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.208655] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.208657] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.208658] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.208932] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.208946] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.208948] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.208949] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.208950] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.209382] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.209402] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.209409] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.209411] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.209412] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.209684] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.209698] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.209700] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.209701] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.209702] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.209972] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.209987] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.209989] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.209990] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.209991] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.210258] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.210272] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.210273] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.210274] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.210275] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.210536] sof-audio-pci 0000:00:1f.3: error: reply expected 20 got 0 bytes
[ 13.210555] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60010000 size 20
[ 13.210556] sof-audio-pci 0000:00:1f.3: error: hw params ipc failed for stream 2
[ 13.210557] sof-audio-pci 0000:00:1f.3: ASoC: 0000:00:1f.3 hw params failed: -22
[ 13.210563] DMIC48kHz: ASoC: hw_params FE failed -22
[ 13.707991] sof-audio-pci 0000:00:1f.3: error: unknown DSP message 0x0
[ 14.208314] sof-audio-pci 0000:00:1f.3: error: unknown DSP message 0x0
[ 18.217232] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 18.217276] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60050000 size 12
[ 18.217820] HDMI3: ASoC: trigger FE cmd: 0 failed: -22
[ 18.218099] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 18.218193] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x60030000 size 12
[ 18.218453] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 18.218546] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 18.218553] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 19.208297] sof-audio-pci 0000:00:1f.3: error: ipc reply unknown
[ 23.853992] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.854008] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.854010] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.854012] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.854014] iDisp3: ASoC: hw_params BE failed -22
[ 23.854015] HDMI3: ASoC: hw_params BE failed -22
[ 23.854138] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.854150] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.854151] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.854152] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.854154] iDisp3: ASoC: hw_params BE failed -22
[ 23.854155] HDMI3: ASoC: hw_params BE failed -22
[ 23.854268] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.854280] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.854282] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.854283] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.854285] iDisp3: ASoC: hw_params BE failed -22
[ 23.854286] HDMI3: ASoC: hw_params BE failed -22
[ 23.854415] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.854427] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.854429] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.854431] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.854432] iDisp3: ASoC: hw_params BE failed -22
[ 23.854434] HDMI3: ASoC: hw_params BE failed -22
[ 23.854547] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.854559] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.854560] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.854562] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.854563] iDisp3: ASoC: hw_params BE failed -22
[ 23.854564] HDMI3: ASoC: hw_params BE failed -22
[ 23.854923] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.854934] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.854935] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.854936] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.854938] iDisp3: ASoC: hw_params BE failed -22
[ 23.854938] HDMI3: ASoC: hw_params BE failed -22
[ 23.855047] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.855060] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.855061] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.855062] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.855063] iDisp3: ASoC: hw_params BE failed -22
[ 23.855064] HDMI3: ASoC: hw_params BE failed -22
[ 23.855169] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.855180] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.855181] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.855182] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.855183] iDisp3: ASoC: hw_params BE failed -22
[ 23.855183] HDMI3: ASoC: hw_params BE failed -22
[ 23.855291] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.855300] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.855301] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.855302] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.855303] iDisp3: ASoC: hw_params BE failed -22
[ 23.855303] HDMI3: ASoC: hw_params BE failed -22
[ 23.855401] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.855411] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.855412] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.855413] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.855414] iDisp3: ASoC: hw_params BE failed -22
[ 23.855414] HDMI3: ASoC: hw_params BE failed -22
[ 23.859423] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.859436] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.859439] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.859440] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.859443] iDisp3: ASoC: hw_params BE failed -22
[ 23.859445] HDMI3: ASoC: hw_params BE failed -22
[ 23.859567] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.859578] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.859580] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.859582] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.859584] iDisp3: ASoC: hw_params BE failed -22
[ 23.859585] HDMI3: ASoC: hw_params BE failed -22
[ 23.859703] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.859714] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.859716] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.859717] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.859719] iDisp3: ASoC: hw_params BE failed -22
[ 23.859720] HDMI3: ASoC: hw_params BE failed -22
[ 23.859837] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.859848] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.859850] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.859852] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.859853] iDisp3: ASoC: hw_params BE failed -22
[ 23.859855] HDMI3: ASoC: hw_params BE failed -22
[ 23.859979] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.859991] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.859992] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.859993] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.859995] iDisp3: ASoC: hw_params BE failed -22
[ 23.859995] HDMI3: ASoC: hw_params BE failed -22
[ 23.860350] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.860366] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.860368] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.860370] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.860372] iDisp3: ASoC: hw_params BE failed -22
[ 23.860373] HDMI3: ASoC: hw_params BE failed -22
[ 23.860502] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.860514] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.860516] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.860518] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.860519] iDisp3: ASoC: hw_params BE failed -22
[ 23.860521] HDMI3: ASoC: hw_params BE failed -22
[ 23.860631] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.860642] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.860644] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.860645] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.860647] iDisp3: ASoC: hw_params BE failed -22
[ 23.860648] HDMI3: ASoC: hw_params BE failed -22
[ 23.860758] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.860771] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.860773] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.860775] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.860777] iDisp3: ASoC: hw_params BE failed -22
[ 23.860778] HDMI3: ASoC: hw_params BE failed -22
[ 23.860895] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.860907] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.860908] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.860909] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.860910] iDisp3: ASoC: hw_params BE failed -22
[ 23.860911] HDMI3: ASoC: hw_params BE failed -22
[ 23.864420] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.864434] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.864437] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.864439] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.864441] iDisp3: ASoC: hw_params BE failed -22
[ 23.864443] HDMI3: ASoC: hw_params BE failed -22
[ 23.864566] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.864578] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.864580] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.864581] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.864582] iDisp3: ASoC: hw_params BE failed -22
[ 23.864583] HDMI3: ASoC: hw_params BE failed -22
[ 23.864693] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.864728] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.864729] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.864730] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.864731] iDisp3: ASoC: hw_params BE failed -22
[ 23.864732] HDMI3: ASoC: hw_params BE failed -22
[ 23.864845] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.864856] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.864857] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.864857] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.864858] iDisp3: ASoC: hw_params BE failed -22
[ 23.864859] HDMI3: ASoC: hw_params BE failed -22
[ 23.864983] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.864994] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.864995] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.864996] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.864997] iDisp3: ASoC: hw_params BE failed -22
[ 23.864997] HDMI3: ASoC: hw_params BE failed -22
[ 23.865299] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.865349] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.865351] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.865352] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.865353] iDisp3: ASoC: hw_params BE failed -22
[ 23.865354] HDMI3: ASoC: hw_params BE failed -22
[ 23.865469] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.865482] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.865484] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.865485] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.865487] iDisp3: ASoC: hw_params BE failed -22
[ 23.865488] HDMI3: ASoC: hw_params BE failed -22
[ 23.865605] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.865616] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.865619] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.865620] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.865622] iDisp3: ASoC: hw_params BE failed -22
[ 23.865623] HDMI3: ASoC: hw_params BE failed -22
[ 23.865750] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.865762] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.865764] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.865765] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.865767] iDisp3: ASoC: hw_params BE failed -22
[ 23.865768] HDMI3: ASoC: hw_params BE failed -22
[ 23.865873] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.865885] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.865887] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.865888] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.865890] iDisp3: ASoC: hw_params BE failed -22
[ 23.865891] HDMI3: ASoC: hw_params BE failed -22
[ 23.869072] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.869084] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.869086] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.869087] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.869089] iDisp3: ASoC: hw_params BE failed -22
[ 23.869090] HDMI3: ASoC: hw_params BE failed -22
[ 23.869206] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.869237] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.869239] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.869241] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.869243] iDisp3: ASoC: hw_params BE failed -22
[ 23.869245] HDMI3: ASoC: hw_params BE failed -22
[ 23.869376] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.869393] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.869395] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.869396] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.869397] iDisp3: ASoC: hw_params BE failed -22
[ 23.869398] HDMI3: ASoC: hw_params BE failed -22
[ 23.869504] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.869515] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.869516] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.869517] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.869518] iDisp3: ASoC: hw_params BE failed -22
[ 23.869519] HDMI3: ASoC: hw_params BE failed -22
[ 23.869623] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.869633] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.869634] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.869635] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.869636] iDisp3: ASoC: hw_params BE failed -22
[ 23.869637] HDMI3: ASoC: hw_params BE failed -22
[ 23.869914] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.869925] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.869926] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.869927] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.869929] iDisp3: ASoC: hw_params BE failed -22
[ 23.869930] HDMI3: ASoC: hw_params BE failed -22
[ 23.870041] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.870051] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.870052] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.870053] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.870054] iDisp3: ASoC: hw_params BE failed -22
[ 23.870054] HDMI3: ASoC: hw_params BE failed -22
[ 23.870162] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.870173] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.870174] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.870175] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.870176] iDisp3: ASoC: hw_params BE failed -22
[ 23.870177] HDMI3: ASoC: hw_params BE failed -22
[ 23.870276] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.870285] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.870286] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.870287] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.870288] iDisp3: ASoC: hw_params BE failed -22
[ 23.870289] HDMI3: ASoC: hw_params BE failed -22
[ 23.870393] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.870402] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.870403] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.870404] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.870405] iDisp3: ASoC: hw_params BE failed -22
[ 23.870406] HDMI3: ASoC: hw_params BE failed -22
[ 23.873442] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.873453] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.873455] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.873457] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.873458] iDisp3: ASoC: hw_params BE failed -22
[ 23.873459] HDMI3: ASoC: hw_params BE failed -22
[ 23.873573] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.873586] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.873588] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.873589] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.873590] iDisp3: ASoC: hw_params BE failed -22
[ 23.873591] HDMI3: ASoC: hw_params BE failed -22
[ 23.873708] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.873722] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.873724] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.873726] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.873728] iDisp3: ASoC: hw_params BE failed -22
[ 23.873729] HDMI3: ASoC: hw_params BE failed -22
[ 23.873840] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.873884] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.873886] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.873888] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.873889] iDisp3: ASoC: hw_params BE failed -22
[ 23.873890] HDMI3: ASoC: hw_params BE failed -22
[ 23.874010] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.874046] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.874047] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.874049] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.874050] iDisp3: ASoC: hw_params BE failed -22
[ 23.874051] HDMI3: ASoC: hw_params BE failed -22
[ 23.874337] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.874348] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.874349] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.874350] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.874351] iDisp3: ASoC: hw_params BE failed -22
[ 23.874352] HDMI3: ASoC: hw_params BE failed -22
[ 23.874462] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.874474] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.874475] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.874476] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.874477] iDisp3: ASoC: hw_params BE failed -22
[ 23.874477] HDMI3: ASoC: hw_params BE failed -22
[ 23.874580] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.874589] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.874590] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.874592] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.874593] iDisp3: ASoC: hw_params BE failed -22
[ 23.874593] HDMI3: ASoC: hw_params BE failed -22
[ 23.874692] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.874702] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.874703] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.874704] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.874706] iDisp3: ASoC: hw_params BE failed -22
[ 23.874706] HDMI3: ASoC: hw_params BE failed -22
[ 23.874811] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.874823] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.874825] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.874826] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.874827] iDisp3: ASoC: hw_params BE failed -22
[ 23.874828] HDMI3: ASoC: hw_params BE failed -22
[ 23.878604] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.878619] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.878621] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.878623] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.878626] iDisp3: ASoC: hw_params BE failed -22
[ 23.878627] HDMI3: ASoC: hw_params BE failed -22
[ 23.878753] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.878763] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.878766] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.878768] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.878769] iDisp3: ASoC: hw_params BE failed -22
[ 23.878771] HDMI3: ASoC: hw_params BE failed -22
[ 23.878881] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.878891] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.878893] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.878894] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.878895] iDisp3: ASoC: hw_params BE failed -22
[ 23.878896] HDMI3: ASoC: hw_params BE failed -22
[ 23.879033] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.879045] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.879046] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.879047] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.879049] iDisp3: ASoC: hw_params BE failed -22
[ 23.879049] HDMI3: ASoC: hw_params BE failed -22
[ 23.879158] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.879170] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.879171] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.879172] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.879173] iDisp3: ASoC: hw_params BE failed -22
[ 23.879174] HDMI3: ASoC: hw_params BE failed -22
[ 23.879449] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.879462] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.879465] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.879466] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.879468] iDisp3: ASoC: hw_params BE failed -22
[ 23.879469] HDMI3: ASoC: hw_params BE failed -22
[ 23.879592] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.879604] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.879605] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.879606] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.879608] iDisp3: ASoC: hw_params BE failed -22
[ 23.879609] HDMI3: ASoC: hw_params BE failed -22
[ 23.879723] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.879734] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.879735] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.879736] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.879737] iDisp3: ASoC: hw_params BE failed -22
[ 23.879738] HDMI3: ASoC: hw_params BE failed -22
[ 23.879842] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.879853] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.879854] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.879855] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.879856] iDisp3: ASoC: hw_params BE failed -22
[ 23.879857] HDMI3: ASoC: hw_params BE failed -22
[ 23.879980] sof-audio-pci 0000:00:1f.3: error: reply expected 12 got 0 bytes
[ 23.879996] sof-audio-pci 0000:00:1f.3: error: ipc error for 0x80010000 size 12
[ 23.879998] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 23.880000] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -22
[ 23.880002] iDisp3: ASoC: hw_params BE failed -22
[ 23.880003] HDMI3: ASoC: hw_params BE failed -22
[ 23.880998] sof-audio-pci 0000:00:1f.3: error: ipc reply unknown
[ 24.381305] sof-audio-pci 0000:00:1f.3: error: unknown DSP message 0x0
[ 141.306935] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 188.357340] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 188.357341] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 188.357343] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 188.357345] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 188.357349] iDisp3: ASoC: hw_params BE failed -110
[ 188.357350] HDMI3: ASoC: hw_params BE failed -110
[ 188.872742] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 188.873004] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 188.873023] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 188.873024] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 188.873033] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 188.873034] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 188.873036] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 188.873038] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 188.873042] iDisp3: ASoC: hw_params BE failed -110
[ 188.873043] HDMI3: ASoC: hw_params BE failed -110
[ 189.384124] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 189.384396] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 189.384415] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 189.384415] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 189.384427] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 189.384428] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 189.384429] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 189.384431] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 189.384434] iDisp3: ASoC: hw_params BE failed -110
[ 189.384435] HDMI3: ASoC: hw_params BE failed -110
[ 189.895782] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 189.896045] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 189.896063] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 189.896064] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 189.896075] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 189.896076] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 189.896078] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 189.896080] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 189.896083] iDisp3: ASoC: hw_params BE failed -110
[ 189.896084] HDMI3: ASoC: hw_params BE failed -110
[ 190.403672] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 190.403937] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 190.403955] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 190.403956] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 190.403967] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 190.403968] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 190.403970] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 190.403971] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 190.403975] iDisp3: ASoC: hw_params BE failed -110
[ 190.403976] HDMI3: ASoC: hw_params BE failed -110
[ 190.919218] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 190.919668] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 190.919686] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 190.919687] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 190.919698] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 190.919699] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 190.919701] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 190.919702] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 190.919706] iDisp3: ASoC: hw_params BE failed -110
[ 190.919708] HDMI3: ASoC: hw_params BE failed -110
[ 191.427118] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 191.427380] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 191.427415] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 191.427415] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 191.427425] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 191.427427] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 191.427446] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 191.427448] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 191.427452] iDisp3: ASoC: hw_params BE failed -110
[ 191.427453] HDMI3: ASoC: hw_params BE failed -110
[ 191.938659] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 191.938935] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 191.938952] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 191.938953] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 191.938963] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 191.938964] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 191.938966] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 191.938968] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 191.938972] iDisp3: ASoC: hw_params BE failed -110
[ 191.938973] HDMI3: ASoC: hw_params BE failed -110
[ 192.450780] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 192.451044] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 192.451060] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 192.451061] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 192.451072] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 192.451074] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 192.451085] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 192.451091] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 192.451095] iDisp3: ASoC: hw_params BE failed -110
[ 192.451096] HDMI3: ASoC: hw_params BE failed -110
[ 192.962192] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 192.962489] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 192.962507] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 192.962508] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 192.962519] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 192.962520] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 192.962522] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 192.962523] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 192.962527] iDisp3: ASoC: hw_params BE failed -110
[ 192.962528] HDMI3: ASoC: hw_params BE failed -110
[ 193.473885] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 193.474151] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 193.474166] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 193.474167] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 193.474176] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 193.474177] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 193.474179] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 193.474180] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 193.474185] iDisp3: ASoC: hw_params BE failed -110
[ 193.474186] HDMI3: ASoC: hw_params BE failed -110
[ 193.989557] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 193.989822] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 193.989840] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 193.989841] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 193.989852] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 193.989853] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 193.989854] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 193.989856] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 193.989859] iDisp3: ASoC: hw_params BE failed -110
[ 193.989860] HDMI3: ASoC: hw_params BE failed -110
[ 194.497473] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 194.497739] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 194.497755] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 194.497756] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 194.497767] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 194.497768] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 194.497769] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 194.497771] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 194.497776] iDisp3: ASoC: hw_params BE failed -110
[ 194.497777] HDMI3: ASoC: hw_params BE failed -110
[ 195.009066] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 195.009361] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 195.009379] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 195.009380] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 195.009391] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 195.009392] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 195.009393] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 195.009395] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 195.009399] iDisp3: ASoC: hw_params BE failed -110
[ 195.009400] HDMI3: ASoC: hw_params BE failed -110
[ 195.520911] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 195.521213] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 195.521231] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 195.521232] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 195.521245] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 195.521246] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 195.521247] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 195.521249] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 195.521252] iDisp3: ASoC: hw_params BE failed -110
[ 195.521253] HDMI3: ASoC: hw_params BE failed -110
[ 196.032546] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 196.032812] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 196.032830] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 196.032831] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 196.032840] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 196.032841] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 196.032842] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 196.032844] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 196.032847] iDisp3: ASoC: hw_params BE failed -110
[ 196.032848] HDMI3: ASoC: hw_params BE failed -110
[ 196.544363] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 196.544628] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 196.544644] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 196.544647] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 196.544658] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 196.544659] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 196.544661] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 196.544662] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 196.544665] iDisp3: ASoC: hw_params BE failed -110
[ 196.544666] HDMI3: ASoC: hw_params BE failed -110
[ 197.055964] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 197.056276] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 197.056300] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 197.056301] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 197.056315] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 197.056317] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 197.056319] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 197.056321] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 197.056325] iDisp3: ASoC: hw_params BE failed -110
[ 197.056326] HDMI3: ASoC: hw_params BE failed -110
[ 197.567746] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 197.568011] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 197.568029] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 197.568030] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 197.568041] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 197.568042] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 197.568043] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 197.568045] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 197.568049] iDisp3: ASoC: hw_params BE failed -110
[ 197.568049] HDMI3: ASoC: hw_params BE failed -110
[ 198.079604] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 198.079884] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 198.079906] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 198.079906] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 198.079919] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 198.079920] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 198.079921] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 198.079923] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 198.079926] iDisp3: ASoC: hw_params BE failed -110
[ 198.079927] HDMI3: ASoC: hw_params BE failed -110
[ 198.591356] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 198.591615] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 198.591633] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 198.591634] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 198.591643] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 198.591644] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 198.591646] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 198.591647] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 198.591651] iDisp3: ASoC: hw_params BE failed -110
[ 198.591652] HDMI3: ASoC: hw_params BE failed -110
[ 199.103307] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 199.103576] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 199.103595] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 199.103596] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 199.103609] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 199.103613] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 199.103615] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 199.103621] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 199.103627] iDisp3: ASoC: hw_params BE failed -110
[ 199.103628] HDMI3: ASoC: hw_params BE failed -110
[ 199.614672] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 199.614942] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 199.614960] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 199.614961] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 199.614972] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 199.614973] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 199.614974] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 199.614976] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 199.614979] iDisp3: ASoC: hw_params BE failed -110
[ 199.614980] HDMI3: ASoC: hw_params BE failed -110
[ 200.130808] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 200.131068] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 200.131086] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 200.131087] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 200.131098] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 200.131099] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 200.131101] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 200.131102] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 200.131106] iDisp3: ASoC: hw_params BE failed -110
[ 200.131107] HDMI3: ASoC: hw_params BE failed -110
[ 200.638173] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 200.638446] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 200.638466] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 200.638468] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 200.638481] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 200.638483] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 200.638485] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 200.638487] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 200.638491] iDisp3: ASoC: hw_params BE failed -110
[ 200.638492] HDMI3: ASoC: hw_params BE failed -110
[ 201.150311] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 201.150574] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 201.150589] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 201.150590] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 201.150602] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 201.150603] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 201.150605] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 201.150606] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 201.150610] iDisp3: ASoC: hw_params BE failed -110
[ 201.150611] HDMI3: ASoC: hw_params BE failed -110
[ 201.661695] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 201.661993] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 201.662011] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 201.662012] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 201.662024] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 201.662025] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 201.662026] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 201.662028] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 201.662031] iDisp3: ASoC: hw_params BE failed -110
[ 201.662032] HDMI3: ASoC: hw_params BE failed -110
[ 202.173611] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 202.173874] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 202.173892] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 202.173893] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 202.173904] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 202.173905] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 202.173907] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 202.173908] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 202.173913] iDisp3: ASoC: hw_params BE failed -110
[ 202.173914] HDMI3: ASoC: hw_params BE failed -110
[ 202.689221] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 202.689486] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 202.689502] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 202.689503] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 202.689512] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 202.689513] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 202.689514] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 202.689516] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 202.689519] iDisp3: ASoC: hw_params BE failed -110
[ 202.689520] HDMI3: ASoC: hw_params BE failed -110
[ 203.197555] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 203.197818] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 203.197836] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 203.197837] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 203.197848] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 203.197849] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 203.197851] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 203.197852] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 203.197856] iDisp3: ASoC: hw_params BE failed -110
[ 203.197857] HDMI3: ASoC: hw_params BE failed -110
[ 203.709543] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 203.709835] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 203.709854] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 203.709855] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 203.709863] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 203.709865] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 203.709868] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 203.709870] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 203.709874] iDisp3: ASoC: hw_params BE failed -110
[ 203.709875] HDMI3: ASoC: hw_params BE failed -110
[ 204.226078] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 204.226338] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 204.226356] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 204.226357] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 204.226368] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 204.226369] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 204.226370] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 204.226372] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 204.226376] iDisp3: ASoC: hw_params BE failed -110
[ 204.226377] HDMI3: ASoC: hw_params BE failed -110
[ 204.734327] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 204.734593] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 204.734608] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 204.734609] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 204.734620] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 204.734621] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 204.734623] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 204.734624] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 204.734628] iDisp3: ASoC: hw_params BE failed -110
[ 204.734629] HDMI3: ASoC: hw_params BE failed -110
[ 205.246558] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 205.246818] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 205.246836] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 205.246837] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 205.246847] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 205.246848] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 205.246850] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 205.246852] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 205.246856] iDisp3: ASoC: hw_params BE failed -110
[ 205.246857] HDMI3: ASoC: hw_params BE failed -110
[ 205.758582] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 205.758847] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 205.758865] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 205.758866] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 205.758875] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 205.758876] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 205.758878] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 205.758879] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 205.758884] iDisp3: ASoC: hw_params BE failed -110
[ 205.758885] HDMI3: ASoC: hw_params BE failed -110
[ 206.274677] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 206.274978] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 206.274996] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 206.274997] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 206.275008] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 206.275009] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 206.275011] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 206.275013] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 206.275016] iDisp3: ASoC: hw_params BE failed -110
[ 206.275017] HDMI3: ASoC: hw_params BE failed -110
[ 206.783194] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 206.783459] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 206.783474] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 206.783475] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 206.783486] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 206.783487] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 206.783488] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 206.783490] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 206.783494] iDisp3: ASoC: hw_params BE failed -110
[ 206.783495] HDMI3: ASoC: hw_params BE failed -110
[ 207.295469] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 207.295734] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 207.295752] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 207.295753] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 207.295764] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 207.295765] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 207.295767] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 207.295769] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 207.295773] iDisp3: ASoC: hw_params BE failed -110
[ 207.295774] HDMI3: ASoC: hw_params BE failed -110
[ 207.807382] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 207.807676] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 207.807692] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 207.807693] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 207.807704] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 207.807705] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 207.807706] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 207.807708] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 207.807712] iDisp3: ASoC: hw_params BE failed -110
[ 207.807713] HDMI3: ASoC: hw_params BE failed -110
[ 208.319856] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 208.320122] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 208.320141] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 208.320142] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 208.320153] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 208.320154] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 208.320156] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 208.320157] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 208.320161] iDisp3: ASoC: hw_params BE failed -110
[ 208.320162] HDMI3: ASoC: hw_params BE failed -110
[ 208.835854] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 208.836118] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 208.836137] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 208.836138] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 208.836147] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 208.836148] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 208.836149] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 208.836151] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 208.836154] iDisp3: ASoC: hw_params BE failed -110
[ 208.836156] HDMI3: ASoC: hw_params BE failed -110
[ 209.344049] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 209.344314] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 209.344330] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 209.344331] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 209.344339] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 209.344341] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 209.344342] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 209.344344] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 209.344347] iDisp3: ASoC: hw_params BE failed -110
[ 209.344349] HDMI3: ASoC: hw_params BE failed -110
[ 209.856051] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 209.856316] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 209.856331] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 209.856332] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 209.856343] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 209.856344] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 209.856346] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 209.856347] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 209.856353] iDisp3: ASoC: hw_params BE failed -110
[ 209.856354] HDMI3: ASoC: hw_params BE failed -110
[ 210.368631] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 210.368895] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 210.368912] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 210.368913] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 210.368924] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 210.368925] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 210.368927] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 210.368929] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 210.368933] iDisp3: ASoC: hw_params BE failed -110
[ 210.368934] HDMI3: ASoC: hw_params BE failed -110
[ 210.884412] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 210.884689] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 210.884708] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 210.884709] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 210.884721] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 210.884722] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 210.884723] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 210.884725] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 210.884729] iDisp3: ASoC: hw_params BE failed -110
[ 210.884730] HDMI3: ASoC: hw_params BE failed -110
[ 211.392732] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 211.392992] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 211.393010] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 211.393011] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 211.393020] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 211.393021] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 211.393023] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 211.393024] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 211.393028] iDisp3: ASoC: hw_params BE failed -110
[ 211.393029] HDMI3: ASoC: hw_params BE failed -110
[ 211.905066] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 211.905339] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 211.905361] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 211.905362] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 211.905374] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 211.905376] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 211.905378] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 211.905380] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 211.905386] iDisp3: ASoC: hw_params BE failed -110
[ 211.905388] HDMI3: ASoC: hw_params BE failed -110
[ 212.416921] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 212.417203] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 212.417226] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 212.417227] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 212.417239] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 212.417240] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 212.417241] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 212.417243] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 212.417247] iDisp3: ASoC: hw_params BE failed -110
[ 212.417247] HDMI3: ASoC: hw_params BE failed -110
[ 212.929220] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 212.929530] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 212.929549] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 212.929550] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 212.929561] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 212.929562] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 212.929563] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 212.929565] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 212.929569] iDisp3: ASoC: hw_params BE failed -110
[ 212.929570] HDMI3: ASoC: hw_params BE failed -110
[ 213.441191] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 213.441479] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 213.441497] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 213.441498] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 213.441509] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 213.441510] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 213.441511] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 213.441513] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 213.441516] iDisp3: ASoC: hw_params BE failed -110
[ 213.441517] HDMI3: ASoC: hw_params BE failed -110
[ 213.953380] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 213.953646] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 213.953664] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 213.953665] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 213.953676] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 213.953677] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 213.953679] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 213.953681] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 213.953685] iDisp3: ASoC: hw_params BE failed -110
[ 213.953686] HDMI3: ASoC: hw_params BE failed -110
[ 214.469852] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 214.470114] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 214.470133] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 214.470134] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 214.470145] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 214.470146] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 214.470148] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 214.470149] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 214.470153] iDisp3: ASoC: hw_params BE failed -110
[ 214.470154] HDMI3: ASoC: hw_params BE failed -110
[ 214.977774] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 214.978039] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 214.978057] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 214.978058] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 214.978070] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 214.978071] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 214.978072] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 214.978074] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 214.978078] iDisp3: ASoC: hw_params BE failed -110
[ 214.978079] HDMI3: ASoC: hw_params BE failed -110
[ 215.489773] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 215.490038] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 215.490056] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 215.490058] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 215.490069] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 215.490070] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 215.490072] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 215.490073] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 215.490077] iDisp3: ASoC: hw_params BE failed -110
[ 215.490078] HDMI3: ASoC: hw_params BE failed -110
[ 216.005841] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 216.006103] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 216.006122] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 216.006122] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 216.006133] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 216.006135] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 216.006136] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 216.006138] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 216.006142] iDisp3: ASoC: hw_params BE failed -110
[ 216.006143] HDMI3: ASoC: hw_params BE failed -110
[ 216.514015] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 216.514296] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 216.514316] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 216.514316] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 216.514327] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 216.514328] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 216.514330] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 216.514332] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 216.514335] iDisp3: ASoC: hw_params BE failed -110
[ 216.514336] HDMI3: ASoC: hw_params BE failed -110
[ 217.026106] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 217.026371] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 217.026389] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 217.026389] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 217.026397] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 217.026399] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 217.026402] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 217.026405] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 217.026410] iDisp3: ASoC: hw_params BE failed -110
[ 217.026411] HDMI3: ASoC: hw_params BE failed -110
[ 217.542358] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 217.542620] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 217.542636] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 217.542637] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 217.542648] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 217.542649] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 217.542650] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 217.542652] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 217.542657] iDisp3: ASoC: hw_params BE failed -110
[ 217.542659] HDMI3: ASoC: hw_params BE failed -110
[ 218.050334] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 218.050596] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 218.050614] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 218.050615] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 218.050626] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 218.050627] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 218.050629] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 218.050630] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 218.050634] iDisp3: ASoC: hw_params BE failed -110
[ 218.050635] HDMI3: ASoC: hw_params BE failed -110
[ 218.562416] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 218.562749] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 218.562767] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 218.562768] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 218.562779] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 218.562780] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 218.562782] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 218.562783] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 218.562787] iDisp3: ASoC: hw_params BE failed -110
[ 218.562788] HDMI3: ASoC: hw_params BE failed -110
[ 219.074531] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 219.074796] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 219.074814] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 219.074815] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 219.074826] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 219.074826] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 219.074828] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 219.074829] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 219.074833] iDisp3: ASoC: hw_params BE failed -110
[ 219.074834] HDMI3: ASoC: hw_params BE failed -110
[ 219.586960] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 219.587225] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 219.587244] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 219.587244] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 219.587256] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 219.587257] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 219.587258] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 219.587259] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 219.587263] iDisp3: ASoC: hw_params BE failed -110
[ 219.587264] HDMI3: ASoC: hw_params BE failed -110
[ 220.099048] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 220.099313] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 220.099331] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 220.099332] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 220.099343] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 220.099344] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 220.099346] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 220.099348] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 220.099351] iDisp3: ASoC: hw_params BE failed -110
[ 220.099353] HDMI3: ASoC: hw_params BE failed -110
[ 220.610760] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 220.611097] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 220.611116] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 220.611116] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 220.611122] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 220.611123] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 220.611124] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 220.611126] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 220.611130] iDisp3: ASoC: hw_params BE failed -110
[ 220.611131] HDMI3: ASoC: hw_params BE failed -110
[ 221.123003] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 221.123268] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 221.123286] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 221.123287] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 221.123298] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 221.123299] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 221.123301] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 221.123302] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 221.123306] iDisp3: ASoC: hw_params BE failed -110
[ 221.123307] HDMI3: ASoC: hw_params BE failed -110
[ 221.635291] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 221.635552] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 221.635570] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 221.635571] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 221.635580] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 221.635581] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 221.635582] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 221.635584] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 221.635588] iDisp3: ASoC: hw_params BE failed -110
[ 221.635589] HDMI3: ASoC: hw_params BE failed -110
[ 222.147371] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 222.147643] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 222.147659] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 222.147660] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 222.147671] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 222.147672] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 222.147674] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 222.147675] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 222.147679] iDisp3: ASoC: hw_params BE failed -110
[ 222.147680] HDMI3: ASoC: hw_params BE failed -110
[ 222.659091] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 222.659356] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 222.659373] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 222.659374] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 222.659384] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 222.659386] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 222.659387] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 222.659389] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 222.659392] iDisp3: ASoC: hw_params BE failed -110
[ 222.659393] HDMI3: ASoC: hw_params BE failed -110
[ 223.171256] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 223.171522] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 223.171541] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 223.171542] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 223.171553] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 223.171554] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 223.171555] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 223.171557] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 223.171560] iDisp3: ASoC: hw_params BE failed -110
[ 223.171561] HDMI3: ASoC: hw_params BE failed -110
[ 223.683557] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 223.683825] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 223.683841] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 223.683842] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 223.683853] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 223.683854] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 223.683856] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 223.683857] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 223.683861] iDisp3: ASoC: hw_params BE failed -110
[ 223.683862] HDMI3: ASoC: hw_params BE failed -110
[ 224.195381] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 224.195646] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 224.195664] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 224.195665] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 224.195676] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 224.195677] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 224.195678] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 224.195680] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 224.195684] iDisp3: ASoC: hw_params BE failed -110
[ 224.195685] HDMI3: ASoC: hw_params BE failed -110
[ 224.707267] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 224.707539] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 224.707559] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 224.707560] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 224.707572] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 224.707573] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 224.707575] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 224.707577] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 224.707581] iDisp3: ASoC: hw_params BE failed -110
[ 224.707582] HDMI3: ASoC: hw_params BE failed -110
[ 225.219480] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 225.219745] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 225.219763] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 225.219764] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 225.219775] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 225.219776] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 225.219777] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 225.219779] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 225.219784] iDisp3: ASoC: hw_params BE failed -110
[ 225.219785] HDMI3: ASoC: hw_params BE failed -110
[ 225.731754] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 225.732109] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 225.732132] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 225.732133] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 225.732145] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 225.732146] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 225.732148] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 225.732150] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 225.732154] iDisp3: ASoC: hw_params BE failed -110
[ 225.732155] HDMI3: ASoC: hw_params BE failed -110
[ 226.247577] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 226.247839] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 226.247855] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 226.247856] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 226.247867] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 226.247868] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 226.247870] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 226.247871] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 226.247876] iDisp3: ASoC: hw_params BE failed -110
[ 226.247877] HDMI3: ASoC: hw_params BE failed -110
[ 226.755485] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 226.755751] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 226.755770] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 226.755771] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 226.755780] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 226.755781] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 226.755782] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 226.755784] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 226.755788] iDisp3: ASoC: hw_params BE failed -110
[ 226.755789] HDMI3: ASoC: hw_params BE failed -110
[ 227.271871] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 227.272358] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 227.272408] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 227.272409] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 227.272420] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 227.272421] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 227.272422] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 227.272424] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 227.272427] iDisp3: ASoC: hw_params BE failed -110
[ 227.272428] HDMI3: ASoC: hw_params BE failed -110
[ 227.783677] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 227.783942] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 227.783960] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 227.783961] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 227.783972] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 227.783973] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 227.783975] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 227.783976] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 227.783979] iDisp3: ASoC: hw_params BE failed -110
[ 227.783980] HDMI3: ASoC: hw_params BE failed -110
[ 228.291535] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 228.291798] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 228.291816] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 228.291817] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 228.291828] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 228.291829] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 228.291831] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 228.291832] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 228.291836] iDisp3: ASoC: hw_params BE failed -110
[ 228.291837] HDMI3: ASoC: hw_params BE failed -110
[ 228.803726] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 228.804243] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 228.804276] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 228.804277] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 228.804288] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 228.804289] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 228.804291] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 228.804293] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 228.804296] iDisp3: ASoC: hw_params BE failed -110
[ 228.804297] HDMI3: ASoC: hw_params BE failed -110
[ 229.319582] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 229.319847] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 229.319865] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 229.319866] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 229.319877] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 229.319878] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 229.319880] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 229.319881] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 229.319885] iDisp3: ASoC: hw_params BE failed -110
[ 229.319886] HDMI3: ASoC: hw_params BE failed -110
[ 229.827714] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 229.828009] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 229.828029] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 229.828030] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 229.828041] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 229.828042] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 229.828044] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 229.828046] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 229.828050] iDisp3: ASoC: hw_params BE failed -110
[ 229.828052] HDMI3: ASoC: hw_params BE failed -110
[ 230.339624] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 230.339887] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 230.339903] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 230.339903] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 230.339915] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 230.339916] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 230.339917] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 230.339919] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 230.339922] iDisp3: ASoC: hw_params BE failed -110
[ 230.339923] HDMI3: ASoC: hw_params BE failed -110
[ 230.851635] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 230.851969] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 230.851988] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 230.851988] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 230.851999] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 230.852000] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 230.852002] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 230.852003] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 230.852008] iDisp3: ASoC: hw_params BE failed -110
[ 230.852009] HDMI3: ASoC: hw_params BE failed -110
[ 231.363822] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 231.364087] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 231.364105] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 231.364105] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 231.364117] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 231.364118] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 231.364119] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 231.364120] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 231.364124] iDisp3: ASoC: hw_params BE failed -110
[ 231.364125] HDMI3: ASoC: hw_params BE failed -110
[ 231.879651] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 231.879916] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 231.879934] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 231.879935] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 231.879946] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 231.879947] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 231.879949] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 231.879951] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 231.879954] iDisp3: ASoC: hw_params BE failed -110
[ 231.879955] HDMI3: ASoC: hw_params BE failed -110
[ 232.387842] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 232.388320] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 232.388337] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 232.388338] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 232.388351] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 232.388352] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 232.388354] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 232.388355] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 232.388359] iDisp3: ASoC: hw_params BE failed -110
[ 232.388360] HDMI3: ASoC: hw_params BE failed -110
[ 232.899660] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 232.899930] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 232.899953] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 232.899954] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 232.899969] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 232.899970] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 232.899971] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 232.899973] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 232.899979] iDisp3: ASoC: hw_params BE failed -110
[ 232.899980] HDMI3: ASoC: hw_params BE failed -110
[ 233.411700] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 233.411997] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 233.412015] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 233.412016] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 233.412027] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 233.412028] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 233.412030] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 233.412031] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 233.412035] iDisp3: ASoC: hw_params BE failed -110
[ 233.412036] HDMI3: ASoC: hw_params BE failed -110
[ 233.923726] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 233.924020] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 233.924040] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 233.924041] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 233.924051] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 233.924052] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 233.924054] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 233.924056] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 233.924059] iDisp3: ASoC: hw_params BE failed -110
[ 233.924060] HDMI3: ASoC: hw_params BE failed -110
[ 234.435679] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 234.435947] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 234.435965] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 234.435966] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 234.435977] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 234.435978] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 234.435980] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 234.435981] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 234.435985] iDisp3: ASoC: hw_params BE failed -110
[ 234.435986] HDMI3: ASoC: hw_params BE failed -110
[ 234.947652] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 234.947950] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 234.947972] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 234.947973] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 234.947985] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 234.947986] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 234.947988] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 234.947990] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 234.947995] iDisp3: ASoC: hw_params BE failed -110
[ 234.947997] HDMI3: ASoC: hw_params BE failed -110
[ 235.459638] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 235.459909] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 235.459928] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 235.459929] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 235.459941] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 235.459943] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 235.459944] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 235.459946] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 235.459950] iDisp3: ASoC: hw_params BE failed -110
[ 235.459952] HDMI3: ASoC: hw_params BE failed -110
[ 235.975659] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 235.975928] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 235.975947] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 235.975948] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 235.975959] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 235.975960] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 235.975961] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 235.975963] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 235.975967] iDisp3: ASoC: hw_params BE failed -110
[ 235.975968] HDMI3: ASoC: hw_params BE failed -110
[ 236.483996] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 236.484261] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 236.484280] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 236.484280] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 236.484291] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 236.484292] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 236.484294] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 236.484295] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 236.484299] iDisp3: ASoC: hw_params BE failed -110
[ 236.484300] HDMI3: ASoC: hw_params BE failed -110
[ 236.995687] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 236.995987] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 236.996005] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 236.996006] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 236.996017] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 236.996018] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 236.996020] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 236.996022] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 236.996025] iDisp3: ASoC: hw_params BE failed -110
[ 236.996026] HDMI3: ASoC: hw_params BE failed -110
[ 237.507595] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 237.507868] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 237.507904] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 237.507906] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 237.507919] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 237.507921] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 237.507923] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 237.507924] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 237.507930] iDisp3: ASoC: hw_params BE failed -110
[ 237.507931] HDMI3: ASoC: hw_params BE failed -110
[ 238.019611] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 238.019877] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 238.019895] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 238.019896] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 238.019907] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 238.019908] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 238.019909] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 238.019911] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 238.019914] iDisp3: ASoC: hw_params BE failed -110
[ 238.019915] HDMI3: ASoC: hw_params BE failed -110
[ 238.531900] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 238.532209] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 238.532226] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 238.532227] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 238.532238] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 238.532239] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 238.532241] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 238.532242] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 238.532247] iDisp3: ASoC: hw_params BE failed -110
[ 238.532247] HDMI3: ASoC: hw_params BE failed -110
[ 239.043559] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 239.043869] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 239.043884] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 239.043886] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 239.043897] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 239.043898] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 239.043899] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 239.043901] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 239.043905] iDisp3: ASoC: hw_params BE failed -110
[ 239.043906] HDMI3: ASoC: hw_params BE failed -110
[ 239.555625] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 239.555884] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 239.555900] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 239.555901] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 239.555912] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 239.555913] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 239.555914] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 239.555916] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 239.555920] iDisp3: ASoC: hw_params BE failed -110
[ 239.555921] HDMI3: ASoC: hw_params BE failed -110
[ 240.067509] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 240.067768] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 240.067784] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 240.067785] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 240.067797] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 240.067798] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 240.067799] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 240.067801] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 240.067805] iDisp3: ASoC: hw_params BE failed -110
[ 240.067806] HDMI3: ASoC: hw_params BE failed -110
[ 240.579505] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 240.579801] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 240.579819] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 240.579820] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 240.579831] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 240.579832] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 240.579833] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 240.579835] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 240.579840] iDisp3: ASoC: hw_params BE failed -110
[ 240.579841] HDMI3: ASoC: hw_params BE failed -110
[ 241.091371] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 241.091654] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 241.091672] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 241.091673] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 241.091684] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 241.091685] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 241.091686] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 241.091688] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 241.091692] iDisp3: ASoC: hw_params BE failed -110
[ 241.091693] HDMI3: ASoC: hw_params BE failed -110
[ 241.603323] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 241.603593] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 241.603609] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 241.603609] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 241.603620] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 241.603622] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 241.603623] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 241.603625] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 241.603628] iDisp3: ASoC: hw_params BE failed -110
[ 241.603629] HDMI3: ASoC: hw_params BE failed -110
[ 242.115463] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 242.115727] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 242.115745] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 242.115746] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 242.115758] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 242.115759] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 242.115760] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 242.115762] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 242.115767] iDisp3: ASoC: hw_params BE failed -110
[ 242.115768] HDMI3: ASoC: hw_params BE failed -110
[ 242.627344] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 242.627632] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 242.627650] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 242.627651] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 242.627661] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 242.627662] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 242.627663] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 242.627665] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 242.627669] iDisp3: ASoC: hw_params BE failed -110
[ 242.627670] HDMI3: ASoC: hw_params BE failed -110
[ 243.143443] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 243.143708] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 243.143726] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 243.143727] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 243.143736] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 243.143737] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 243.143739] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 243.143741] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 243.143744] iDisp3: ASoC: hw_params BE failed -110
[ 243.143745] HDMI3: ASoC: hw_params BE failed -110
[ 243.651251] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 243.651542] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 243.651560] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 243.651561] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 243.651572] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 243.651573] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 243.651575] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 243.651576] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 243.651580] iDisp3: ASoC: hw_params BE failed -110
[ 243.651581] HDMI3: ASoC: hw_params BE failed -110
[ 244.163293] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 244.163558] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 244.163577] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 244.163578] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 244.163589] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 244.163590] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 244.163592] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 244.163593] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 244.163597] iDisp3: ASoC: hw_params BE failed -110
[ 244.163598] HDMI3: ASoC: hw_params BE failed -110
[ 244.675124] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 244.675395] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 244.675411] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 244.675412] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 244.675422] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 244.675423] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 244.675425] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 244.675426] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 244.675431] iDisp3: ASoC: hw_params BE failed -110
[ 244.675432] HDMI3: ASoC: hw_params BE failed -110
[ 245.187053] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 245.187341] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 245.187361] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 245.187362] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 245.187376] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 245.187377] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 245.187379] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 245.187380] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 245.187384] iDisp3: ASoC: hw_params BE failed -110
[ 245.187385] HDMI3: ASoC: hw_params BE failed -110
[ 245.699128] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 245.699393] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 245.699411] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 245.699412] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 245.699423] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 245.699424] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 245.699426] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 245.699428] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 245.699431] iDisp3: ASoC: hw_params BE failed -110
[ 245.699432] HDMI3: ASoC: hw_params BE failed -110
[ 246.210916] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 246.211181] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 246.211197] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 246.211198] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 246.211209] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 246.211210] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 246.211211] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 246.211213] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 246.211216] iDisp3: ASoC: hw_params BE failed -110
[ 246.211217] HDMI3: ASoC: hw_params BE failed -110
[ 246.723017] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 246.723305] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 246.723324] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 246.723325] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 246.723337] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 246.723339] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 246.723341] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 246.723342] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 246.723346] iDisp3: ASoC: hw_params BE failed -110
[ 246.723347] HDMI3: ASoC: hw_params BE failed -110
[ 247.238881] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 247.239177] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 247.239196] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 247.239197] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 247.239211] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 247.239212] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 247.239213] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 247.239215] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 247.239219] iDisp3: ASoC: hw_params BE failed -110
[ 247.239220] HDMI3: ASoC: hw_params BE failed -110
[ 247.746718] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 247.746983] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 247.746998] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 247.746999] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 247.747010] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 247.747012] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 247.747013] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 247.747015] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 247.747019] iDisp3: ASoC: hw_params BE failed -110
[ 247.747020] HDMI3: ASoC: hw_params BE failed -110
[ 248.258688] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 248.258977] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 248.258996] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 248.258997] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 248.259009] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 248.259010] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 248.259012] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 248.259015] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 248.259021] iDisp3: ASoC: hw_params BE failed -110
[ 248.259023] HDMI3: ASoC: hw_params BE failed -110
[ 248.770769] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 248.771034] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 248.771052] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 248.771053] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 248.771064] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 248.771066] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 248.771067] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 248.771069] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 248.771073] iDisp3: ASoC: hw_params BE failed -110
[ 248.771074] HDMI3: ASoC: hw_params BE failed -110
[ 249.282598] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 249.283111] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 249.283136] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 249.283137] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 249.283148] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 249.283149] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 249.283150] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 249.283152] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 249.283156] iDisp3: ASoC: hw_params BE failed -110
[ 249.283157] HDMI3: ASoC: hw_params BE failed -110
[ 249.794509] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 249.794782] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 249.794800] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 249.794801] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 249.794812] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 249.794813] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 249.794814] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 249.794816] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 249.794819] iDisp3: ASoC: hw_params BE failed -110
[ 249.794820] HDMI3: ASoC: hw_params BE failed -110
[ 250.306394] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 250.306693] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 250.306712] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 250.306713] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 250.306724] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 250.306726] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 250.306727] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 250.306729] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 250.306735] iDisp3: ASoC: hw_params BE failed -110
[ 250.306736] HDMI3: ASoC: hw_params BE failed -110
[ 250.818418] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 250.818708] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 250.818726] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 250.818727] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 250.818738] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 250.818739] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 250.818740] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 250.818742] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 250.818746] iDisp3: ASoC: hw_params BE failed -110
[ 250.818747] HDMI3: ASoC: hw_params BE failed -110
[ 251.330498] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 251.330792] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 251.330809] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 251.330809] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 251.330820] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 251.330821] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 251.330823] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 251.330824] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 251.330888] iDisp3: ASoC: hw_params BE failed -110
[ 251.330889] HDMI3: ASoC: hw_params BE failed -110
[ 251.842349] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 251.842634] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 251.842652] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 251.842653] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 251.842664] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 251.842665] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 251.842667] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 251.842668] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 251.842711] iDisp3: ASoC: hw_params BE failed -110
[ 251.842712] HDMI3: ASoC: hw_params BE failed -110
[ 252.354493] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 252.354754] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 252.354773] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 252.354774] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 252.354785] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 252.354786] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 252.354788] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 252.354790] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 252.354793] iDisp3: ASoC: hw_params BE failed -110
[ 252.354794] HDMI3: ASoC: hw_params BE failed -110
[ 252.866409] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 252.866672] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 252.866690] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 252.866691] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 252.866702] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 252.866703] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 252.866706] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 252.866707] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 252.866711] iDisp3: ASoC: hw_params BE failed -110
[ 252.866712] HDMI3: ASoC: hw_params BE failed -110
[ 253.382343] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 253.382605] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 253.382621] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 253.382622] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 253.382633] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 253.382634] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 253.382635] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 253.382637] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 253.382641] iDisp3: ASoC: hw_params BE failed -110
[ 253.382642] HDMI3: ASoC: hw_params BE failed -110
[ 253.889919] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 253.890235] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 253.890262] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 253.890263] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 253.890274] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 253.890275] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 253.890276] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 253.890278] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 253.890282] iDisp3: ASoC: hw_params BE failed -110
[ 253.890283] HDMI3: ASoC: hw_params BE failed -110
[ 254.405831] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 254.406098] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 254.406121] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 254.406123] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 254.406148] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 254.406150] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 254.406152] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 254.406155] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 254.406163] iDisp3: ASoC: hw_params BE failed -110
[ 254.406165] HDMI3: ASoC: hw_params BE failed -110
[ 254.913880] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 254.914146] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 254.914163] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 254.914164] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 254.914175] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 254.914176] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 254.914177] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 254.914179] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 254.914182] iDisp3: ASoC: hw_params BE failed -110
[ 254.914183] HDMI3: ASoC: hw_params BE failed -110
[ 255.429784] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 255.430049] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 255.430066] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 255.430068] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 255.430079] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 255.430080] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 255.430081] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 255.430083] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 255.430087] iDisp3: ASoC: hw_params BE failed -110
[ 255.430088] HDMI3: ASoC: hw_params BE failed -110
[ 255.941611] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 255.941876] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 255.941894] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 255.941895] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 255.941906] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 255.941907] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 255.941909] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 255.941911] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 255.941916] iDisp3: ASoC: hw_params BE failed -110
[ 255.941917] HDMI3: ASoC: hw_params BE failed -110
[ 256.449626] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 256.449891] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 256.449909] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 256.449910] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 256.449922] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 256.449923] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 256.449925] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 256.449926] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 256.449930] iDisp3: ASoC: hw_params BE failed -110
[ 256.449931] HDMI3: ASoC: hw_params BE failed -110
[ 256.961460] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 256.961757] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 256.961778] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 256.961779] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 256.961790] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 256.961791] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 256.961792] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 256.961794] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 256.961797] iDisp3: ASoC: hw_params BE failed -110
[ 256.961798] HDMI3: ASoC: hw_params BE failed -110
[ 257.473271] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 257.473536] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 257.473552] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 257.473553] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 257.473564] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 257.473565] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 257.473567] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 257.473568] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 257.473572] iDisp3: ASoC: hw_params BE failed -110
[ 257.473573] HDMI3: ASoC: hw_params BE failed -110
[ 257.985391] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 257.985651] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 257.985669] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 257.985670] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 257.985678] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 257.985679] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 257.985680] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 257.985682] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 257.985686] iDisp3: ASoC: hw_params BE failed -110
[ 257.985687] HDMI3: ASoC: hw_params BE failed -110
[ 258.501201] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 258.501488] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 258.501503] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 258.501504] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 258.501515] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 258.501515] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 258.501517] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 258.501519] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 258.501522] iDisp3: ASoC: hw_params BE failed -110
[ 258.501523] HDMI3: ASoC: hw_params BE failed -110
[ 259.013170] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 259.013434] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 259.013453] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 259.013455] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 259.013478] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 259.013479] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 259.013480] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 259.013482] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 259.013486] iDisp3: ASoC: hw_params BE failed -110
[ 259.013487] HDMI3: ASoC: hw_params BE failed -110
[ 259.521080] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 259.521344] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 259.521362] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 259.521363] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 259.521374] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 259.521375] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 259.521376] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 259.521378] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 259.521382] iDisp3: ASoC: hw_params BE failed -110
[ 259.521383] HDMI3: ASoC: hw_params BE failed -110
[ 260.032988] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 260.033252] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 260.033270] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 260.033271] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 260.033282] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 260.033283] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 260.033284] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 260.033286] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 260.033290] iDisp3: ASoC: hw_params BE failed -110
[ 260.033291] HDMI3: ASoC: hw_params BE failed -110
[ 260.545107] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 260.545372] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 260.545391] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 260.545392] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 260.545403] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 260.545404] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 260.545405] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 260.545407] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 260.545411] iDisp3: ASoC: hw_params BE failed -110
[ 260.545412] HDMI3: ASoC: hw_params BE failed -110
[ 261.060778] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 261.061043] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 261.061058] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 261.061059] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 261.061068] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 261.061069] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 261.061071] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 261.061073] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 261.061076] iDisp3: ASoC: hw_params BE failed -110
[ 261.061077] HDMI3: ASoC: hw_params BE failed -110
[ 261.568690] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 261.568955] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 261.568970] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 261.568971] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 261.568980] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 261.568981] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 261.568983] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 261.568985] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 261.568988] iDisp3: ASoC: hw_params BE failed -110
[ 261.568989] HDMI3: ASoC: hw_params BE failed -110
[ 262.080806] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 262.081069] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 262.081084] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 262.081085] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 262.081096] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 262.081097] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 262.081099] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 262.081101] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 262.081105] iDisp3: ASoC: hw_params BE failed -110
[ 262.081106] HDMI3: ASoC: hw_params BE failed -110
[ 262.592492] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 262.592757] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 262.592772] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 262.592773] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 262.592784] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 262.592785] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 262.592787] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 262.592788] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 262.592792] iDisp3: ASoC: hw_params BE failed -110
[ 262.592793] HDMI3: ASoC: hw_params BE failed -110
[ 263.104601] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 263.104888] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 263.104907] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 263.104908] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 263.104917] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 263.104918] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 263.104919] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 263.104921] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 263.104925] iDisp3: ASoC: hw_params BE failed -110
[ 263.104926] HDMI3: ASoC: hw_params BE failed -110
[ 263.616294] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 263.616571] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 263.616590] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 263.616591] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 263.616601] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 263.616602] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 263.616604] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 263.616605] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 263.616611] iDisp3: ASoC: hw_params BE failed -110
[ 263.616612] HDMI3: ASoC: hw_params BE failed -110
[ 264.128470] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 264.128730] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 264.128748] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 264.128749] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 264.128760] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 264.128761] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 264.128762] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 264.128764] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 264.128768] iDisp3: ASoC: hw_params BE failed -110
[ 264.128769] HDMI3: ASoC: hw_params BE failed -110
[ 264.640088] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 264.640353] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 264.640369] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 264.640370] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 264.640381] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 264.640382] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 264.640384] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 264.640385] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 264.640389] iDisp3: ASoC: hw_params BE failed -110
[ 264.640390] HDMI3: ASoC: hw_params BE failed -110
[ 265.151982] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 265.152240] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 265.152258] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 265.152258] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 265.152270] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 265.152270] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 265.152272] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 265.152273] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 265.152277] iDisp3: ASoC: hw_params BE failed -110
[ 265.152278] HDMI3: ASoC: hw_params BE failed -110
[ 265.664077] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 265.664340] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 265.664358] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 265.664359] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 265.664370] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 265.664371] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 265.664373] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 265.664375] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 265.664379] iDisp3: ASoC: hw_params BE failed -110
[ 265.664380] HDMI3: ASoC: hw_params BE failed -110
[ 266.175988] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 266.176253] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 266.176271] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 266.176272] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 266.176283] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 266.176284] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 266.176286] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 266.176287] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 266.176292] iDisp3: ASoC: hw_params BE failed -110
[ 266.176293] HDMI3: ASoC: hw_params BE failed -110
[ 266.687485] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 266.687768] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 266.687789] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 266.687790] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 266.687800] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 266.687801] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 266.687803] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 266.687805] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 266.687809] iDisp3: ASoC: hw_params BE failed -110
[ 266.687810] HDMI3: ASoC: hw_params BE failed -110
[ 267.199765] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 267.200046] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 267.200062] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 267.200063] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 267.200074] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 267.200075] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 267.200076] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 267.200077] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 267.200081] iDisp3: ASoC: hw_params BE failed -110
[ 267.200082] HDMI3: ASoC: hw_params BE failed -110
[ 267.715259] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 267.715522] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 267.715537] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 267.715538] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 267.715549] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 267.715550] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 267.715552] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 267.715553] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 267.715557] iDisp3: ASoC: hw_params BE failed -110
[ 267.715558] HDMI3: ASoC: hw_params BE failed -110
[ 268.223202] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 268.223467] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 268.223482] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 268.223483] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 268.223493] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 268.223494] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 268.223496] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 268.223497] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 268.223501] iDisp3: ASoC: hw_params BE failed -110
[ 268.223502] HDMI3: ASoC: hw_params BE failed -110
[ 268.735444] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 268.735709] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 268.735724] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 268.735725] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 268.735736] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 268.735737] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 268.735739] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 268.735741] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 268.735744] iDisp3: ASoC: hw_params BE failed -110
[ 268.735745] HDMI3: ASoC: hw_params BE failed -110
[ 269.247275] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 269.247540] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 269.247555] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 269.247556] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 269.247567] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 269.247569] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 269.247571] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 269.247573] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 269.247576] iDisp3: ASoC: hw_params BE failed -110
[ 269.247578] HDMI3: ASoC: hw_params BE failed -110
[ 269.759116] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 269.759381] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 269.759399] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 269.759400] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 269.759411] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 269.759412] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 269.759414] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 269.759415] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 269.759419] iDisp3: ASoC: hw_params BE failed -110
[ 269.759420] HDMI3: ASoC: hw_params BE failed -110
[ 270.270696] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 270.270961] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 270.270980] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 270.270981] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 270.270992] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 270.270992] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 270.270994] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 270.270996] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 270.270999] iDisp3: ASoC: hw_params BE failed -110
[ 270.271000] HDMI3: ASoC: hw_params BE failed -110
[ 270.782971] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 270.783238] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 270.783256] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 270.783257] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 270.783268] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 270.783269] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 270.783270] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 270.783272] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 270.783276] iDisp3: ASoC: hw_params BE failed -110
[ 270.783277] HDMI3: ASoC: hw_params BE failed -110
[ 271.298629] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 271.298891] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 271.298909] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 271.298910] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 271.298922] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 271.298923] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 271.298924] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 271.298926] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 271.298932] iDisp3: ASoC: hw_params BE failed -110
[ 271.298933] HDMI3: ASoC: hw_params BE failed -110
[ 271.806528] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 271.806790] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 271.806806] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 271.806807] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 271.806818] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 271.806820] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 271.806824] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 271.806827] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 271.806846] iDisp3: ASoC: hw_params BE failed -110
[ 271.806847] HDMI3: ASoC: hw_params BE failed -110
[ 272.318623] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 272.318899] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 272.318918] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 272.318918] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 272.318930] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 272.318931] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 272.318932] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 272.318934] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 272.318937] iDisp3: ASoC: hw_params BE failed -110
[ 272.318938] HDMI3: ASoC: hw_params BE failed -110
[ 272.830507] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 272.830767] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 272.830785] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 272.830786] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 272.830795] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 272.830796] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 272.830798] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 272.830800] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 272.830803] iDisp3: ASoC: hw_params BE failed -110
[ 272.830804] HDMI3: ASoC: hw_params BE failed -110
[ 273.342170] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 273.342435] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 273.342453] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 273.342454] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 273.342465] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 273.342466] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 273.342468] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 273.342469] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 273.342473] iDisp3: ASoC: hw_params BE failed -110
[ 273.342474] HDMI3: ASoC: hw_params BE failed -110
[ 273.858058] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 273.858323] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 273.858339] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 273.858340] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 273.858351] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 273.858352] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 273.858353] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 273.858355] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 273.858359] iDisp3: ASoC: hw_params BE failed -110
[ 273.858360] HDMI3: ASoC: hw_params BE failed -110
[ 274.366132] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 274.366397] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 274.366413] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 274.366414] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 274.366423] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 274.366424] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 274.366426] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 274.366428] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 274.366432] iDisp3: ASoC: hw_params BE failed -110
[ 274.366433] HDMI3: ASoC: hw_params BE failed -110
[ 274.877730] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 274.878025] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 274.878044] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 274.878044] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 274.878055] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 274.878057] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 274.878058] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 274.878060] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 274.878063] iDisp3: ASoC: hw_params BE failed -110
[ 274.878064] HDMI3: ASoC: hw_params BE failed -110
[ 275.389688] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 275.389950] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 275.389966] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 275.389967] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 275.389978] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 275.389979] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 275.389981] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 275.389982] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 275.389986] iDisp3: ASoC: hw_params BE failed -110
[ 275.389987] HDMI3: ASoC: hw_params BE failed -110
[ 275.905566] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 275.905825] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 275.905843] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 275.905844] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 275.905855] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 275.905856] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 275.905857] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 275.905859] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 275.905862] iDisp3: ASoC: hw_params BE failed -110
[ 275.905863] HDMI3: ASoC: hw_params BE failed -110
[ 276.413652] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 276.413917] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 276.413933] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 276.413934] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 276.413945] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 276.413946] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 276.413948] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 276.413949] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 276.413953] iDisp3: ASoC: hw_params BE failed -110
[ 276.413954] HDMI3: ASoC: hw_params BE failed -110
[ 276.929526] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 276.929789] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 276.929807] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 276.929808] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 276.929819] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 276.929820] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 276.929822] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 276.929823] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 276.929828] iDisp3: ASoC: hw_params BE failed -110
[ 276.929829] HDMI3: ASoC: hw_params BE failed -110
[ 277.437195] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 277.437458] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 277.437476] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 277.437477] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 277.437488] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 277.437489] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 277.437490] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 277.437492] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 277.437496] iDisp3: ASoC: hw_params BE failed -110
[ 277.437497] HDMI3: ASoC: hw_params BE failed -110
[ 277.949288] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 277.949550] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 277.949567] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 277.949567] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 277.949579] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 277.949580] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 277.949581] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 277.949583] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 277.949586] iDisp3: ASoC: hw_params BE failed -110
[ 277.949587] HDMI3: ASoC: hw_params BE failed -110
[ 278.461156] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 278.461421] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 278.461439] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 278.461440] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 278.461451] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 278.461452] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 278.461454] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 278.461455] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 278.461459] iDisp3: ASoC: hw_params BE failed -110
[ 278.461460] HDMI3: ASoC: hw_params BE failed -110
[ 278.973033] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 278.973295] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 278.973313] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 278.973314] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 278.973325] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 278.973326] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 278.973328] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 278.973330] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 278.973335] iDisp3: ASoC: hw_params BE failed -110
[ 278.973336] HDMI3: ASoC: hw_params BE failed -110
[ 279.484513] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 279.484835] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 279.484857] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 279.484858] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 279.484869] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 279.484870] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 279.484872] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 279.484874] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 279.484878] iDisp3: ASoC: hw_params BE failed -110
[ 279.484879] HDMI3: ASoC: hw_params BE failed -110
[ 279.996780] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 279.997045] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 279.997060] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 279.997061] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 279.997072] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 279.997073] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 279.997074] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 279.997076] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 279.997080] iDisp3: ASoC: hw_params BE failed -110
[ 279.997081] HDMI3: ASoC: hw_params BE failed -110
[ 280.508654] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 280.508916] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 280.508934] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 280.508935] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 280.508946] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 280.508947] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 280.508949] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 280.508951] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 280.508955] iDisp3: ASoC: hw_params BE failed -110
[ 280.508956] HDMI3: ASoC: hw_params BE failed -110
[ 281.024299] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 281.024561] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 281.024579] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 281.024580] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 281.024591] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 281.024592] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 281.024594] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 281.024595] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 281.024599] iDisp3: ASoC: hw_params BE failed -110
[ 281.024600] HDMI3: ASoC: hw_params BE failed -110
[ 281.532154] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 281.532414] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 281.532430] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 281.532431] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 281.532441] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 281.532442] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 281.532444] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 281.532445] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 281.532449] iDisp3: ASoC: hw_params BE failed -110
[ 281.532450] HDMI3: ASoC: hw_params BE failed -110
[ 282.044263] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 282.044528] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 282.044543] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 282.044544] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 282.044556] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 282.044557] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 282.044558] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 282.044560] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 282.044585] iDisp3: ASoC: hw_params BE failed -110
[ 282.044586] HDMI3: ASoC: hw_params BE failed -110
[ 282.560130] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 282.560395] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 282.560413] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 282.560414] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 282.560423] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 282.560424] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 282.560426] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 282.560427] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 282.560431] iDisp3: ASoC: hw_params BE failed -110
[ 282.560432] HDMI3: ASoC: hw_params BE failed -110
[ 283.067601] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 283.067910] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 283.067932] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 283.067933] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 283.067946] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 283.067947] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 283.067949] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 283.067950] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 283.067954] iDisp3: ASoC: hw_params BE failed -110
[ 283.067954] HDMI3: ASoC: hw_params BE failed -110
[ 283.583514] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 283.583778] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 283.583796] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 283.583797] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 283.583808] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 283.583810] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 283.583811] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 283.583813] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 283.583816] iDisp3: ASoC: hw_params BE failed -110
[ 283.583817] HDMI3: ASoC: hw_params BE failed -110
[ 284.091436] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 284.091730] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 284.091747] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 284.091748] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 284.091759] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 284.091760] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 284.091761] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 284.091763] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 284.091766] iDisp3: ASoC: hw_params BE failed -110
[ 284.091767] HDMI3: ASoC: hw_params BE failed -110
[ 284.603380] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 284.603639] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 284.603657] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 284.603658] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 284.603669] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 284.603670] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 284.603672] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 284.603673] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 284.603677] iDisp3: ASoC: hw_params BE failed -110
[ 284.603678] HDMI3: ASoC: hw_params BE failed -110
[ 285.115234] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 285.115510] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 285.115529] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 285.115530] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 285.115541] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 285.115542] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 285.115544] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 285.115545] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 285.115549] iDisp3: ASoC: hw_params BE failed -110
[ 285.115550] HDMI3: ASoC: hw_params BE failed -110
[ 285.626982] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 285.627277] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 285.627295] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 285.627295] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 285.627307] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 285.627308] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 285.627309] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 285.627310] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 285.627314] iDisp3: ASoC: hw_params BE failed -110
[ 285.627315] HDMI3: ASoC: hw_params BE failed -110
[ 286.139198] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 286.139456] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 286.139474] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 286.139475] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 286.139486] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 286.139487] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 286.139489] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 286.139491] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 286.139495] iDisp3: ASoC: hw_params BE failed -110
[ 286.139496] HDMI3: ASoC: hw_params BE failed -110
[ 286.654843] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 286.655108] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 286.655124] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 286.655125] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 286.655134] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 286.655135] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 286.655137] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 286.655138] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 286.655143] iDisp3: ASoC: hw_params BE failed -110
[ 286.655144] HDMI3: ASoC: hw_params BE failed -110
[ 287.162670] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 287.162934] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 287.162966] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 287.162967] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 287.162983] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 287.162985] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 287.162987] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 287.162989] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 287.162993] iDisp3: ASoC: hw_params BE failed -110
[ 287.162994] HDMI3: ASoC: hw_params BE failed -110
[ 287.678555] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 287.678820] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 287.678841] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 287.678842] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 287.678853] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 287.678854] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 287.678855] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 287.678857] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 287.678860] iDisp3: ASoC: hw_params BE failed -110
[ 287.678862] HDMI3: ASoC: hw_params BE failed -110
[ 288.190252] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 288.190514] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 288.190529] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 288.190530] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 288.190541] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 288.190542] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 288.190544] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 288.190546] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 288.190549] iDisp3: ASoC: hw_params BE failed -110
[ 288.190551] HDMI3: ASoC: hw_params BE failed -110
[ 288.702173] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 288.702464] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 288.702483] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 288.702484] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 288.702498] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 288.702499] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 288.702500] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 288.702502] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 288.702505] iDisp3: ASoC: hw_params BE failed -110
[ 288.702506] HDMI3: ASoC: hw_params BE failed -110
[ 289.214372] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 289.214651] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 289.214673] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 289.214674] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 289.214685] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 289.214686] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 289.214688] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 289.214689] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 289.214694] iDisp3: ASoC: hw_params BE failed -110
[ 289.214695] HDMI3: ASoC: hw_params BE failed -110
[ 289.721917] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 289.722193] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 289.722212] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 289.722212] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 289.722223] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 289.722225] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 289.722226] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 289.722228] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 289.722231] iDisp3: ASoC: hw_params BE failed -110
[ 289.722232] HDMI3: ASoC: hw_params BE failed -110
[ 290.233811] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 290.234104] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 290.234120] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 290.234121] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 290.234132] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 290.234133] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 290.234134] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 290.234136] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 290.234139] iDisp3: ASoC: hw_params BE failed -110
[ 290.234140] HDMI3: ASoC: hw_params BE failed -110
[ 290.745941] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 290.746227] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 290.746248] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 290.746249] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 290.746262] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 290.746263] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 290.746265] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 290.746266] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 290.746270] iDisp3: ASoC: hw_params BE failed -110
[ 290.746271] HDMI3: ASoC: hw_params BE failed -110
[ 291.257488] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 291.257750] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 291.257767] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 291.257768] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 291.257780] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 291.257781] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 291.257782] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 291.257784] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 291.257787] iDisp3: ASoC: hw_params BE failed -110
[ 291.257788] HDMI3: ASoC: hw_params BE failed -110
[ 291.769332] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 291.769643] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 291.769665] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 291.769667] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 291.769679] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 291.769680] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 291.769687] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 291.769690] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 291.769693] iDisp3: ASoC: hw_params BE failed -110
[ 291.769694] HDMI3: ASoC: hw_params BE failed -110
[ 292.281189] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 292.281460] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 292.281476] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 292.281477] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 292.281489] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 292.281490] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 292.281491] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 292.281493] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 292.281497] iDisp3: ASoC: hw_params BE failed -110
[ 292.281498] HDMI3: ASoC: hw_params BE failed -110
[ 292.793176] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 292.793491] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 292.793509] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 292.793510] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 292.793524] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 292.793525] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 292.793528] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 292.793530] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 292.793533] iDisp3: ASoC: hw_params BE failed -110
[ 292.793534] HDMI3: ASoC: hw_params BE failed -110
[ 293.304903] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 293.305162] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 293.305181] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 293.305182] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 293.305193] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 293.305194] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 293.305196] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 293.305197] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 293.305201] iDisp3: ASoC: hw_params BE failed -110
[ 293.305203] HDMI3: ASoC: hw_params BE failed -110
[ 293.816905] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 293.817178] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 293.817196] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 293.817197] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 293.817207] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 293.817208] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 293.817210] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 293.817211] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 293.817215] iDisp3: ASoC: hw_params BE failed -110
[ 293.817216] HDMI3: ASoC: hw_params BE failed -110
[ 294.332634] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 294.332894] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 294.332912] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 294.332912] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 294.332923] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 294.332924] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 294.332926] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 294.332927] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 294.332933] iDisp3: ASoC: hw_params BE failed -110
[ 294.332934] HDMI3: ASoC: hw_params BE failed -110
[ 294.840814] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 294.841079] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 294.841098] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 294.841099] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 294.841107] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 294.841108] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 294.841110] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 294.841111] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 294.841116] iDisp3: ASoC: hw_params BE failed -110
[ 294.841117] HDMI3: ASoC: hw_params BE failed -110
[ 295.352505] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 295.352876] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 295.352895] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 295.352896] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 295.352907] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 295.352908] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 295.352909] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 295.352910] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 295.352919] iDisp3: ASoC: hw_params BE failed -110
[ 295.352920] HDMI3: ASoC: hw_params BE failed -110
[ 295.864207] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 295.864569] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 295.864593] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 295.864594] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 295.864608] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 295.864609] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 295.864610] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 295.864612] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 295.864615] iDisp3: ASoC: hw_params BE failed -110
[ 295.864616] HDMI3: ASoC: hw_params BE failed -110
[ 296.376400] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 296.376664] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 296.376681] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 296.376682] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 296.376693] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 296.376694] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 296.376696] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 296.376698] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 296.376702] iDisp3: ASoC: hw_params BE failed -110
[ 296.376703] HDMI3: ASoC: hw_params BE failed -110
[ 296.888044] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 296.888309] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 296.888325] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 296.888326] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 296.888337] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 296.888338] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 296.888339] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 296.888341] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 296.888344] iDisp3: ASoC: hw_params BE failed -110
[ 296.888345] HDMI3: ASoC: hw_params BE failed -110
[ 297.403897] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 297.404159] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 297.404177] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 297.404178] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 297.404190] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 297.404191] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 297.404192] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 297.404194] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 297.404197] iDisp3: ASoC: hw_params BE failed -110
[ 297.404199] HDMI3: ASoC: hw_params BE failed -110
[ 297.915796] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 297.916064] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 297.916081] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 297.916082] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 297.916093] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 297.916094] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 297.916095] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 297.916096] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 297.916100] iDisp3: ASoC: hw_params BE failed -110
[ 297.916102] HDMI3: ASoC: hw_params BE failed -110
[ 298.423834] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 298.424099] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 298.424117] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 298.424118] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 298.424129] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 298.424130] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 298.424132] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 298.424133] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 298.424137] iDisp3: ASoC: hw_params BE failed -110
[ 298.424138] HDMI3: ASoC: hw_params BE failed -110
[ 298.935327] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 298.935590] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 298.935608] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 298.935609] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 298.935621] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 298.935622] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 298.935623] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 298.935625] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 298.935628] iDisp3: ASoC: hw_params BE failed -110
[ 298.935629] HDMI3: ASoC: hw_params BE failed -110
[ 299.447149] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 299.447417] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 299.447435] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 299.447436] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 299.447448] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 299.447449] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 299.447450] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 299.447452] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 299.447456] iDisp3: ASoC: hw_params BE failed -110
[ 299.447457] HDMI3: ASoC: hw_params BE failed -110
[ 299.959387] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 299.959652] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 299.959671] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 299.959671] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 299.959683] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 299.959684] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 299.959685] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 299.959686] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 299.959690] iDisp3: ASoC: hw_params BE failed -110
[ 299.959691] HDMI3: ASoC: hw_params BE failed -110
[ 300.471018] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 300.471280] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 300.471298] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 300.471299] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 300.471308] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 300.471309] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 300.471311] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 300.471312] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 300.471316] iDisp3: ASoC: hw_params BE failed -110
[ 300.471317] HDMI3: ASoC: hw_params BE failed -110
[ 300.987020] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 300.987278] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 300.987296] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 300.987297] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 300.987306] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 300.987307] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 300.987309] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 300.987310] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 300.987314] iDisp3: ASoC: hw_params BE failed -110
[ 300.987315] HDMI3: ASoC: hw_params BE failed -110
[ 301.494559] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 301.494833] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 301.494862] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 301.494863] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 301.494875] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 301.494876] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 301.494879] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 301.494881] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 301.494887] iDisp3: ASoC: hw_params BE failed -110
[ 301.494888] HDMI3: ASoC: hw_params BE failed -110
[ 302.010465] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 302.010727] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 302.010745] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 302.010746] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 302.010757] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 302.010758] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 302.010759] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 302.010761] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 302.010769] iDisp3: ASoC: hw_params BE failed -110
[ 302.010771] HDMI3: ASoC: hw_params BE failed -110
[ 302.518655] sof-audio-pci 0000:00:1f.3: error: ipc timed out for 0x80010000 size 120
[ 302.518918] sof-audio-pci 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00000000
[ 302.518933] sof-audio-pci 0000:00:1f.3: error: hda irq intsts 0x00000000 intlctl 0xc0000001 rirb 00
[ 302.518934] sof-audio-pci 0000:00:1f.3: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 302.518945] sof-audio-pci 0000:00:1f.3: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 302.518947] sof-audio-pci 0000:00:1f.3: error: waking up any trace sleepers
[ 302.518948] sof-audio-pci 0000:00:1f.3: error: failed to set dai config for iDisp3
[ 302.518950] sof-audio-pci 0000:00:1f.3: ASoC: can't set iDisp3 Pin hw params: -110
[ 302.518954] iDisp3: ASoC: hw_params BE failed -110
[ 302.518955] HDMI3: ASoC: hw_params BE failed -110
[ 12.250682] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
[ 138.416328] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 0.000000] microcode: microcode updated early to revision 0xd6, date = 2020-04-27
[ 0.000000] Linux version 5.4.0-40-generic (buildd@lcy01-amd64-011) (gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)) #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 (Ubuntu 5.4.0-40.44-generic 5.4.44)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic root=UUID=9968b23e-9423-4ec3-8cad-cc9e4e591309 ro loglevel=3 snd_hda_intel.dmic_detect=0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040400000-0x00000000667aafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000667ab000-0x00000000667abfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000667ac000-0x00000000667acfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000667ad000-0x000000007620afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007620b000-0x0000000077982fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077983000-0x00000000779fffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000077a00000-0x0000000078374fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000078375000-0x00000000791fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000791ff000-0x00000000791fffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079200000-0x000000007f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000067c7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x63d18018-0x63d41a57] usable ==> usable
[ 0.000000] e820: update [mem 0x63d18018-0x63d41a57] usable ==> usable
[ 0.000000] e820: update [mem 0x63d07018-0x63d17057] usable ==> usable
[ 0.000000] e820: update [mem 0x63d07018-0x63d17057] usable ==> usable
[ 0.000000] e820: update [mem 0x63ce9018-0x63d06e57] usable ==> usable
[ 0.000000] e820: update [mem 0x63ce9018-0x63d06e57] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000003fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000040000000-0x00000000403fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000040400000-0x0000000063ce9017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000063ce9018-0x0000000063d06e57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000063d06e58-0x0000000063d07017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000063d07018-0x0000000063d17057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000063d17058-0x0000000063d18017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000063d18018-0x0000000063d41a57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000063d41a58-0x00000000667aafff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000667ab000-0x00000000667abfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000667ac000-0x00000000667acfff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000667ad000-0x000000007620afff] usable
[ 0.000000] reserve setup_data: [mem 0x000000007620b000-0x0000000077982fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000077983000-0x00000000779fffff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x0000000077a00000-0x0000000078374fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000078375000-0x00000000791fefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000791ff000-0x00000000791fffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000079200000-0x000000007f7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000067c7fffff] usable
[ 0.000000] efi: EFI v2.70 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0x7799c000 ACPI=0x7799c000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x782c9000 ESRT=0x78bcf118 MEMATTR=0x73e20018 TPMEventLog=0x668ac018
[ 0.000000] [Firmware Bug]: TPM Final Events table missing or invalid
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 3.2.1 present.
[ 0.000000] DMI: Dell Inc. Inspiron 7591/0K1VDX, BIOS 1.5.1 11/06/2019
[ 0.000000] tsc: Detected 2400.000 MHz processor
[ 0.000000] [Firmware Bug]: TSC ADJUST: CPU0: -6678078072 force to 0
[ 0.002763] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.002764] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.002769] last_pfn = 0x67c800 max_arch_pfn = 0x400000000
[ 0.002794] MTRR default type: write-back
[ 0.002795] MTRR fixed ranges enabled:
[ 0.002796] 00000-9FFFF write-back
[ 0.002796] A0000-BFFFF uncachable
[ 0.002797] C0000-FFFFF write-protect
[ 0.002797] MTRR variable ranges enabled:
[ 0.002798] 0 base 00C0000000 mask 7FC0000000 uncachable
[ 0.002799] 1 base 007C000000 mask 7FFC000000 uncachable
[ 0.002799] 2 base 007B000000 mask 7FFF000000 uncachable
[ 0.002799] 3 base 00A0000000 mask 7FE0000000 uncachable
[ 0.002800] 4 base 0090000000 mask 7FF0000000 uncachable
[ 0.002800] 5 base 0080000000 mask 7FF0000000 write-combining
[ 0.002801] 6 disabled
[ 0.002801] 7 disabled
[ 0.002801] 8 disabled
[ 0.002802] 9 disabled
[ 0.003141] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003272] last_pfn = 0x79200 max_arch_pfn = 0x400000000
[ 0.008465] esrt: Reserving ESRT space from 0x0000000078bcf118 to 0x0000000078bcf150.
[ 0.008471] check: Scanning 1 areas for low memory corruption
[ 0.008474] Using GB pages for direct mapping
[ 0.008475] BRK [0x1c2401000, 0x1c2401fff] PGTABLE
[ 0.008476] BRK [0x1c2402000, 0x1c2402fff] PGTABLE
[ 0.008477] BRK [0x1c2403000, 0x1c2403fff] PGTABLE
[ 0.008497] BRK [0x1c2404000, 0x1c2404fff] PGTABLE
[ 0.008498] BRK [0x1c2405000, 0x1c2405fff] PGTABLE
[ 0.008572] BRK [0x1c2406000, 0x1c2406fff] PGTABLE
[ 0.008591] BRK [0x1c2407000, 0x1c2407fff] PGTABLE
[ 0.008639] BRK [0x1c2408000, 0x1c2408fff] PGTABLE
[ 0.008680] BRK [0x1c2409000, 0x1c2409fff] PGTABLE
[ 0.008703] secureboot: Secure boot disabled
[ 0.008704] RAMDISK: [mem 0x24172000-0x270abfff]
[ 0.008720] ACPI: Early table checksum verification disabled
[ 0.008722] ACPI: RSDP 0x000000007799C000 000024 (v02 DELL )
[ 0.008724] ACPI: XSDT 0x000000007799C0D0 000124 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.008728] ACPI: FACP 0x00000000779DE7C8 000114 (v06 DELL CBX3 01072009 AMI 00010013)
[ 0.008731] ACPI: DSDT 0x000000007799C288 042540 (v02 DELL CBX3 01072009 INTL 20160527)
[ 0.008733] ACPI: FACS 0x0000000078373C00 000040
[ 0.008735] ACPI: APIC 0x00000000779DE8E0 0000BC (v04 DELL CBX3 01072009 AMI 00010013)
[ 0.008736] ACPI: FPDT 0x00000000779DE9A0 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.008738] ACPI: FIDT 0x00000000779DE9E8 00009C (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.008739] ACPI: MCFG 0x00000000779DEA88 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.008741] ACPI: SSDT 0x00000000779DEAC8 001B5F (v02 CpuRef CpuSsdt 00003000 INTL 20160527)
[ 0.008742] ACPI: BOOT 0x00000000779E0628 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.008744] ACPI: SSDT 0x00000000779E0650 001663 (v02 SaSsdt SaSsdt 00003000 INTL 20160527)
[ 0.008745] ACPI: SSDT 0x00000000779E1CB8 0025F2 (v02 PegSsd PegSsdt 00001000 INTL 20160527)
[ 0.008747] ACPI: HPET 0x00000000779E42B0 000038 (v01 DELL\x CBX3 00000002 01000013)
[ 0.008749] ACPI: SSDT 0x00000000779E42E8 002045 (v02 DELL\x CflH_Rvp 00001000 INTL 20160527)
[ 0.008750] ACPI: SSDT 0x00000000779E6330 003471 (v02 INTEL xh_cfht4 00000000 INTL 20160527)
[ 0.008752] ACPI: UEFI 0x00000000779E97A8 000042 (v01 DELL\x CBX3 00000002 01000013)
[ 0.008753] ACPI: LPIT 0x00000000779E97F0 000094 (v01 DELL\x CBX3 00000002 01000013)
[ 0.008755] ACPI: WSMT 0x00000000779E9888 000028 (v01 DELL CBX3 00000002 01000013)
[ 0.008756] ACPI: SSDT 0x00000000779E98B0 0027DE (v02 DELL\x PtidDevc 00001000 INTL 20160527)
[ 0.008758] ACPI: SSDT 0x00000000779EC090 001048 (v02 DELL\x TbtTypeC 00000000 INTL 20160527)
[ 0.008759] ACPI: DBGP 0x00000000779ED0D8 000034 (v01 DELL\x CBX3 00000002 01000013)
[ 0.008761] ACPI: DBG2 0x00000000779ED110 000054 (v00 DELL\x CBX3 00000002 01000013)
[ 0.008762] ACPI: SSDT 0x00000000779ED168 0007C8 (v02 DELL\x UsbCTabl 00001000 INTL 20160527)
[ 0.008764] ACPI: SSDT 0x00000000779ED930 005314 (v02 DptfTa DptfTabl 00001000 INTL 20160527)
[ 0.008765] ACPI: MSDM 0x00000000779F2C48 000055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.008767] ACPI: SLIC 0x00000000779F2CA0 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.008769] ACPI: SSDT 0x00000000779F2E18 000144 (v02 Intel ADebTabl 00001000 INTL 20160527)
[ 0.008770] ACPI: SSDT 0x00000000779F2F60 0000AE (v02 SgRef SgPeg 00001000 INTL 20160527)
[ 0.008772] ACPI: NHLT 0x00000000779F3010 0017F1 (v00 INTEL EDK2 00000002 01000013)
[ 0.008773] ACPI: BGRT 0x00000000779F4808 000038 (v00 DELL CBX3 01072009 AMI 00010013)
[ 0.008775] ACPI: UEFI 0x00000000779F4840 00063A (v01 INTEL RstSataE 00000000 ?? 00000000)
[ 0.008776] ACPI: UEFI 0x00000000779F4E80 00005C (v01 INTEL RstSataV 00000000 ?? 00000000)
[ 0.008778] ACPI: TPM2 0x00000000779F4EE0 000034 (v04 DELL\x CBX3 00000001 AMI 00000000)
[ 0.008779] ACPI: SSDT 0x00000000779F4F18 0024F5 (v01 OptRef OptTabl 00001000 INTL 20160527)
[ 0.008781] ACPI: DMAR 0x00000000779F7410 0000A8 (v01 INTEL EDK2 00000002 01000013)
[ 0.008787] ACPI: Local APIC address 0xfee00000
[ 0.009103] No NUMA configuration found
[ 0.009103] Faking a node at [mem 0x0000000000000000-0x000000067c7fffff]
[ 0.009110] NODE_DATA(0) allocated [mem 0x67c7d5000-0x67c7fffff]
[ 0.009274] Zone ranges:
[ 0.009274] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.009275] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.009275] Normal [mem 0x0000000100000000-0x000000067c7fffff]
[ 0.009276] Device empty
[ 0.009277] Movable zone start for each node
[ 0.009278] Early memory node ranges
[ 0.009279] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.009280] node 0: [mem 0x000000000009f000-0x000000000009ffff]
[ 0.009280] node 0: [mem 0x0000000000100000-0x000000003fffffff]
[ 0.009280] node 0: [mem 0x0000000040400000-0x00000000667aafff]
[ 0.009281] node 0: [mem 0x00000000667ad000-0x000000007620afff]
[ 0.009281] node 0: [mem 0x00000000791ff000-0x00000000791fffff]
[ 0.009282] node 0: [mem 0x0000000100000000-0x000000067c7fffff]
[ 0.009526] Zeroed struct page in unavailable ranges: 55896 pages
[ 0.009526] Initmem setup node 0 [mem 0x0000000000001000-0x000000067c7fffff]
[ 0.009527] On node 0 totalpages: 6235560
[ 0.009528] DMA zone: 64 pages used for memmap
[ 0.009528] DMA zone: 22 pages reserved
[ 0.009529] DMA zone: 3998 pages, LIFO batch:0
[ 0.009562] DMA32 zone: 7481 pages used for memmap
[ 0.009562] DMA32 zone: 478730 pages, LIFO batch:63
[ 0.015725] Normal zone: 89888 pages used for memmap
[ 0.015725] Normal zone: 5752832 pages, LIFO batch:63
[ 0.063198] Reserving Intel graphics memory at [mem 0x7b800000-0x7f7fffff]
[ 0.063914] ACPI: PM-Timer IO Port: 0x1808
[ 0.063915] ACPI: Local APIC address 0xfee00000
[ 0.063920] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.063920] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.063921] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.063921] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.063921] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.063922] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.063922] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.063922] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.063981] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.063983] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.063984] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.063984] ACPI: IRQ0 used by override.
[ 0.063985] ACPI: IRQ9 used by override.
[ 0.063986] Using ACPI (MADT) for SMP configuration information
[ 0.063987] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.063991] e820: update [mem 0x717ef000-0x71877fff] usable ==> reserved
[ 0.063997] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.064010] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.064011] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.064012] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.064013] PM: Registered nosave memory: [mem 0x40000000-0x403fffff]
[ 0.064014] PM: Registered nosave memory: [mem 0x63ce9000-0x63ce9fff]
[ 0.064015] PM: Registered nosave memory: [mem 0x63d06000-0x63d06fff]
[ 0.064016] PM: Registered nosave memory: [mem 0x63d07000-0x63d07fff]
[ 0.064017] PM: Registered nosave memory: [mem 0x63d17000-0x63d17fff]
[ 0.064017] PM: Registered nosave memory: [mem 0x63d18000-0x63d18fff]
[ 0.064018] PM: Registered nosave memory: [mem 0x63d41000-0x63d41fff]
[ 0.064019] PM: Registered nosave memory: [mem 0x667ab000-0x667abfff]
[ 0.064019] PM: Registered nosave memory: [mem 0x667ac000-0x667acfff]
[ 0.064020] PM: Registered nosave memory: [mem 0x717ef000-0x71877fff]
[ 0.064021] PM: Registered nosave memory: [mem 0x7620b000-0x77982fff]
[ 0.064021] PM: Registered nosave memory: [mem 0x77983000-0x779fffff]
[ 0.064022] PM: Registered nosave memory: [mem 0x77a00000-0x78374fff]
[ 0.064022] PM: Registered nosave memory: [mem 0x78375000-0x791fefff]
[ 0.064023] PM: Registered nosave memory: [mem 0x79200000-0x7f7fffff]
[ 0.064023] PM: Registered nosave memory: [mem 0x7f800000-0xefffffff]
[ 0.064024] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.064024] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[ 0.064024] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.064025] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.064025] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.064025] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.064026] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.064026] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.064026] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.064027] [mem 0x7f800000-0xefffffff] available for PCI devices
[ 0.064028] Booting paravirtualized kernel on bare hardware
[ 0.064030] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.064034] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.064145] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[ 0.064149] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[ 0.064149] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.064167] Built 1 zonelists, mobility grouping on. Total pages: 6138105
[ 0.064168] Policy zone: Normal
[ 0.064169] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic root=UUID=9968b23e-9423-4ec3-8cad-cc9e4e591309 ro loglevel=3 snd_hda_intel.dmic_detect=0
[ 0.065240] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.065753] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.065804] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.067828] Calgary: detecting Calgary via BIOS EBDA area
[ 0.067829] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.102956] Memory: 24298168K/24942240K available (14339K kernel code, 2397K rwdata, 4952K rodata, 2712K init, 4992K bss, 644072K reserved, 0K cma-reserved)
[ 0.102961] random: get_random_u64 called from kmem_cache_open+0x2d/0x410 with crng_init=0
[ 0.103049] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.103058] Kernel/User page tables isolation: enabled
[ 0.103067] ftrace: allocating 44488 entries in 174 pages
[ 0.114156] rcu: Hierarchical RCU implementation.
[ 0.114157] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.114157] Tasks RCU enabled.
[ 0.114158] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.114158] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.115846] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.116446] random: crng done (trusting CPU's manufacturer)
[ 0.116463] Console: colour dummy device 80x25
[ 0.116466] printk: console [tty0] enabled
[ 0.116478] ACPI: Core revision 20190816
[ 0.116887] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.117031] APIC: Switch to symmetric I/O mode setup
[ 0.117032] DMAR: Host address width 39
[ 0.117033] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.117036] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.117037] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.117039] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.117039] DMAR: RMRR base: 0x000000778df000 end: 0x000000778fefff
[ 0.117041] DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f7fffff
[ 0.117047] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.117048] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.117049] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.120097] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.120098] x2apic enabled
[ 0.120129] Switched APIC routing to cluster x2apic.
[ 0.129343] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.148984] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
[ 0.148987] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=9600000)
[ 0.148988] pid_max: default: 32768 minimum: 301
[ 0.151037] LSM: Security Framework initializing
[ 0.151044] Yama: becoming mindful.
[ 0.151068] AppArmor: AppArmor initialized
[ 0.151123] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.151158] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.151169] *** VALIDATE tmpfs ***
[ 0.151263] *** VALIDATE proc ***
[ 0.151294] *** VALIDATE cgroup1 ***
[ 0.151295] *** VALIDATE cgroup2 ***
[ 0.151338] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.151352] process: using mwait in idle threads
[ 0.151353] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.151354] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.151355] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.151356] Spectre V2 : Mitigation: Full generic retpoline
[ 0.151357] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.151357] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.151358] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.151358] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.151359] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.151362] SRBDS: Mitigation: Microcode
[ 0.151363] MDS: Mitigation: Clear CPU buffers
[ 0.151529] Freeing SMP alternatives memory: 40K
[ 0.153068] smpboot: CPU0: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[ 0.153160] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.153164] ... version: 4
[ 0.153164] ... bit width: 48
[ 0.153165] ... generic registers: 4
[ 0.153165] ... value mask: 0000ffffffffffff
[ 0.153165] ... max period: 00007fffffffffff
[ 0.153166] ... fixed-purpose events: 3
[ 0.153166] ... event mask: 000000070000000f
[ 0.153191] rcu: Hierarchical SRCU implementation.
[ 0.153868] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.153915] smp: Bringing up secondary CPUs ...
[ 0.153970] x86: Booting SMP configuration:
[ 0.153971] .... node #0, CPUs: #1
[ 0.012691] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
[ 0.155823] #2 #3 #4
[ 0.158521] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.158521] #5 #6 #7
[ 0.158521] smp: Brought up 1 node, 8 CPUs
[ 0.158521] smpboot: Max logical packages: 1
[ 0.158521] smpboot: Total of 8 processors activated (38400.00 BogoMIPS)
[ 0.161409] devtmpfs: initialized
[ 0.161409] x86/mm: Memory block size: 128MB
[ 0.162583] PM: Registering ACPI NVS region [mem 0x667ab000-0x667abfff] (4096 bytes)
[ 0.162583] PM: Registering ACPI NVS region [mem 0x77a00000-0x78374fff] (9916416 bytes)
[ 0.162583] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.162583] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.162583] pinctrl core: initialized pinctrl subsystem
[ 0.162583] PM: RTC time: 10:53:03, date: 2020-06-29
[ 0.162583] NET: Registered protocol family 16
[ 0.162583] audit: initializing netlink subsys (disabled)
[ 0.162583] audit: type=2000 audit(1593427983.036:1): state=initialized audit_enabled=0 res=1
[ 0.162583] EISA bus registered
[ 0.162583] cpuidle: using governor ladder
[ 0.162583] cpuidle: using governor menu
[ 0.162583] Simple Boot Flag at 0x47 set to 0x80
[ 0.162583] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.162583] ACPI: bus type PCI registered
[ 0.162583] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.162583] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.162583] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.162583] PCI: Using configuration type 1 for base access
[ 0.162583] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.165815] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.165815] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.165815] ACPI: Added _OSI(Module Device)
[ 0.165815] ACPI: Added _OSI(Processor Device)
[ 0.165815] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.165815] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.165815] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.165815] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.165815] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.234057] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.239870] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.248831] ACPI: Dynamic OEM Table Load:
[ 0.248835] ACPI: SSDT 0xFFFF98E19FD43000 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
[ 0.250090] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.250934] ACPI: Dynamic OEM Table Load:
[ 0.250938] ACPI: SSDT 0xFFFF98E19FE9C800 00045E (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.252285] ACPI: Dynamic OEM Table Load:
[ 0.252289] ACPI: SSDT 0xFFFF98E19FE9B800 00053F (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.253692] ACPI: Dynamic OEM Table Load:
[ 0.253695] ACPI: SSDT 0xFFFF98E19FCD1600 00011B (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.254964] ACPI: Dynamic OEM Table Load:
[ 0.254968] ACPI: SSDT 0xFFFF98E19FE9E800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.256482] ACPI: Dynamic OEM Table Load:
[ 0.256486] ACPI: SSDT 0xFFFF98E19FE9B000 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.257900] ACPI: Dynamic OEM Table Load:
[ 0.257903] ACPI: SSDT 0xFFFF98E19FCC9800 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.259326] ACPI: Dynamic OEM Table Load:
[ 0.259330] ACPI: SSDT 0xFFFF98E1A00CF000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
[ 0.261204] ACPI: Dynamic OEM Table Load:
[ 0.261207] ACPI: SSDT 0xFFFF98E19FCCCC00 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.265031] ACPI: EC: EC started
[ 0.265031] ACPI: EC: interrupt blocked
[ 0.271976] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
[ 0.271977] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x6e, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.271978] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.271979] ACPI: Interpreter enabled
[ 0.272012] ACPI: (supports S0 S3 S4 S5)
[ 0.272013] ACPI: Using IOAPIC for interrupt routing
[ 0.272044] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.272625] ACPI: Enabled 13 GPEs in block 00 to 7F
[ 0.274973] ACPI: Power Resource [PG00] (on)
[ 0.290629] ACPI: Power Resource [PXP] (off)
[ 0.298269] ACPI: Power Resource [BTPR] (off)
[ 0.299646] ACPI: Power Resource [USBC] (on)
[ 0.299803] ACPI: Power Resource [PAUD] (on)
[ 0.302364] ACPI: Power Resource [NVPR] (on)
[ 0.302623] ACPI: Power Resource [V0PR] (on)
[ 0.302765] ACPI: Power Resource [V1PR] (on)
[ 0.302903] ACPI: Power Resource [V2PR] (on)
[ 0.307754] ACPI: Power Resource [WRST] (on)
[ 0.318022] ACPI: Power Resource [PIN] (off)
[ 0.318435] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 0.318440] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.318614] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[ 0.318779] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[ 0.318780] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.319687] PCI host bridge to bus 0000:00
[ 0.319689] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.319689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.319690] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.319690] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.319691] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.319692] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.319692] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.319693] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.319693] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.319694] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.319694] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.319695] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xefffffff window]
[ 0.319695] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[ 0.319696] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 0.319703] pci 0000:00:00.0: [8086:3e10] type 00 class 0x060000
[ 0.319809] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[ 0.319841] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.320059] pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000
[ 0.320066] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[ 0.320069] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.320072] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 0.320082] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.320196] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.320203] pci 0000:00:04.0: reg 0x10: [mem 0xed298000-0xed29ffff 64bit]
[ 0.320364] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.320371] pci 0000:00:08.0: reg 0x10: [mem 0xed2b3000-0xed2b3fff 64bit]
[ 0.320570] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[ 0.320619] pci 0000:00:12.0: reg 0x10: [mem 0xed2b2000-0xed2b2fff 64bit]
[ 0.320935] pci 0000:00:13.0: [8086:a37c] type 00 class 0x070000
[ 0.320977] pci 0000:00:13.0: reg 0x10: [mem 0xed2aa000-0xed2abfff 64bit]
[ 0.321094] pci 0000:00:13.0: PME# supported from D0 D3hot
[ 0.321266] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[ 0.321315] pci 0000:00:14.0: reg 0x10: [mem 0xed280000-0xed28ffff 64bit]
[ 0.321467] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.321634] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[ 0.321672] pci 0000:00:14.2: reg 0x10: [mem 0xed2a8000-0xed2a9fff 64bit]
[ 0.321692] pci 0000:00:14.2: reg 0x18: [mem 0xed2b1000-0xed2b1fff 64bit]
[ 0.322474] pci 0000:00:14.3: [8086:a370] type 00 class 0x028000
[ 0.323917] pci 0000:00:14.3: reg 0x10: [mem 0xed2a4000-0xed2a7fff 64bit]
[ 0.328746] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ 0.330447] pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000
[ 0.331176] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.333848] pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000
[ 0.334577] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.337097] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[ 0.337142] pci 0000:00:16.0: reg 0x10: [mem 0xed2ae000-0xed2aefff 64bit]
[ 0.337273] pci 0000:00:16.0: PME# supported from D3hot
[ 0.337554] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400
[ 0.337596] pci 0000:00:17.0: reg 0x10: [mem 0xed290000-0xed297fff]
[ 0.337612] pci 0000:00:17.0: reg 0x14: [mem 0xed2ad000-0xed2ad0ff]
[ 0.337629] pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097]
[ 0.337645] pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083]
[ 0.337661] pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
[ 0.337678] pci 0000:00:17.0: reg 0x24: [mem 0xed200000-0xed27ffff]
[ 0.337770] pci 0000:00:17.0: PME# supported from D3hot
[ 0.337964] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
[ 0.338188] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.338220] pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
[ 0.338497] pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100
[ 0.338794] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040100
[ 0.338873] pci 0000:00:1f.3: reg 0x10: [mem 0xed2a0000-0xed2a3fff 64bit]
[ 0.338949] pci 0000:00:1f.3: reg 0x20: [mem 0xed100000-0xed1fffff 64bit]
[ 0.339105] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.339355] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[ 0.339538] pci 0000:00:1f.4: reg 0x10: [mem 0xed2ac000-0xed2ac0ff 64bit]
[ 0.339742] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.340099] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[ 0.340128] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.340361] pci 0000:01:00.0: [10de:1c91] type 00 class 0x030200
[ 0.340385] pci 0000:01:00.0: reg 0x10: [mem 0xec000000-0xecffffff]
[ 0.340400] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.340415] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.340425] pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
[ 0.340434] pci 0000:01:00.0: reg 0x30: [mem 0xed000000-0xed07ffff pref]
[ 0.340524] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[ 0.340616] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.340618] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.340619] pci 0000:00:01.0: bridge window [mem 0xec000000-0xed0fffff]
[ 0.340621] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.340775] pci 0000:00:1b.0: PCI bridge to [bus 02-3a]
[ 0.340783] pci 0000:00:1b.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.340793] pci 0000:00:1b.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 0.342614] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.342685] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[ 0.342756] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.342825] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.342895] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.342965] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.343034] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.343104] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.355093] ACPI: EC: interrupt unblocked
[ 0.355110] ACPI: EC: event unblocked
[ 0.355120] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x6e, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.355120] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions and events
[ 0.355182] iommu: Default domain type: Translated
[ 0.355182] SCSI subsystem initialized
[ 0.355182] libata version 3.00 loaded.
[ 0.355182] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.355182] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.355182] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.355182] vgaarb: loaded
[ 0.355182] ACPI: bus type USB registered
[ 0.355182] usbcore: registered new interface driver usbfs
[ 0.355182] usbcore: registered new interface driver hub
[ 0.355182] usbcore: registered new device driver usb
[ 0.355182] pps_core: LinuxPPS API ver. 1 registered
[ 0.355182] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.355182] PTP clock support registered
[ 0.355182] EDAC MC: Ver: 3.0.0
[ 0.355182] Registered efivars operations
[ 0.355182] PCI: Using ACPI for IRQ routing
[ 0.381059] PCI: pci_cache_line_size set to 64 bytes
[ 0.381409] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.381410] e820: reserve RAM buffer [mem 0x63ce9018-0x63ffffff]
[ 0.381410] e820: reserve RAM buffer [mem 0x63d07018-0x63ffffff]
[ 0.381411] e820: reserve RAM buffer [mem 0x63d18018-0x63ffffff]
[ 0.381411] e820: reserve RAM buffer [mem 0x667ab000-0x67ffffff]
[ 0.381412] e820: reserve RAM buffer [mem 0x717ef000-0x73ffffff]
[ 0.381412] e820: reserve RAM buffer [mem 0x7620b000-0x77ffffff]
[ 0.381413] e820: reserve RAM buffer [mem 0x79200000-0x7bffffff]
[ 0.381413] e820: reserve RAM buffer [mem 0x67c800000-0x67fffffff]
[ 0.384985] NetLabel: Initializing
[ 0.384985] NetLabel: domain hash size = 128
[ 0.384985] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.384985] NetLabel: unlabeled traffic allowed by default
[ 0.385450] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.385452] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.385452] clocksource: Switched to clocksource tsc-early
[ 0.392030] *** VALIDATE bpf ***
[ 0.392076] VFS: Disk quotas dquot_6.6.0
[ 0.392084] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.392103] *** VALIDATE ramfs ***
[ 0.392106] *** VALIDATE hugetlbfs ***
[ 0.392158] AppArmor: AppArmor Filesystem Enabled
[ 0.392177] pnp: PnP ACPI init
[ 0.392272] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[ 0.392275] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.392454] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.392455] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.392457] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.392492] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.392568] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.392570] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.392638] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.392810] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.392811] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.392811] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.392812] system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.392813] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.392814] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.392814] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.392815] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.392817] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.393012] system 00:06: [io 0x1800-0x18fe] could not be reserved
[ 0.393013] system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 0.393014] system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[ 0.393014] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.393015] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.393016] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.393017] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.393018] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.393280] system 00:07: [io 0x2000-0x20fe] has been reserved
[ 0.393282] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.394213] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.399268] pnp: PnP ACPI: found 9 devices
[ 0.399968] thermal_sys: Registered thermal governor 'fair_share'
[ 0.399968] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.399969] thermal_sys: Registered thermal governor 'step_wise'
[ 0.399969] thermal_sys: Registered thermal governor 'user_space'
[ 0.399969] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.404464] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.404487] pci 0000:00:1b.0: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 1000
[ 0.404494] pci 0000:00:15.0: BAR 0: assigned [mem 0x7f800000-0x7f800fff 64bit]
[ 0.404769] pci 0000:00:15.1: BAR 0: assigned [mem 0x7f801000-0x7f801fff 64bit]
[ 0.405036] pci 0000:00:1b.0: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.405037] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.405038] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.405040] pci 0000:00:01.0: bridge window [mem 0xec000000-0xed0fffff]
[ 0.405041] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.405044] pci 0000:00:1b.0: PCI bridge to [bus 02-3a]
[ 0.405051] pci 0000:00:1b.0: bridge window [io 0x5000-0x5fff]
[ 0.405058] pci 0000:00:1b.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.405063] pci 0000:00:1b.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 0.405073] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.405074] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.405075] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.405075] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.405076] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.405076] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.405077] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.405077] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.405078] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.405078] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.405079] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.405080] pci_bus 0000:00: resource 15 [mem 0x7f800000-0xefffffff window]
[ 0.405080] pci_bus 0000:00: resource 16 [mem 0xfc800000-0xfe7fffff window]
[ 0.405081] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.405081] pci_bus 0000:01: resource 1 [mem 0xec000000-0xed0fffff]
[ 0.405082] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.405083] pci_bus 0000:02: resource 0 [io 0x5000-0x5fff]
[ 0.405083] pci_bus 0000:02: resource 1 [mem 0xd4000000-0xea0fffff]
[ 0.405084] pci_bus 0000:02: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[ 0.405213] NET: Registered protocol family 2
[ 0.405308] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.405411] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.405585] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.405629] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.405666] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.405717] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.405772] NET: Registered protocol family 1
[ 0.405774] NET: Registered protocol family 44
[ 0.405782] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.406190] PCI: CLS 64 bytes, default 64
[ 0.406211] Trying to unpack rootfs image as initramfs...
[ 0.478259] Initramfs unpacking failed: Decoding failed
[ 0.478266] fbcon: Taking over console
[ 0.481041] Freeing initrd memory: 48360K
[ 0.501038] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.501040] software IO TLB: mapped [mem 0x6d7ef000-0x717ef000] (64MB)
[ 0.501337] check: Scanning for low memory corruption every 60 seconds
[ 0.503295] Initialise system trusted keyrings
[ 0.503307] Key type blacklist registered
[ 0.503335] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 0.504529] zbud: loaded
[ 0.504873] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.505036] fuse: init (API version 7.31)
[ 0.505058] *** VALIDATE fuse ***
[ 0.505059] *** VALIDATE fuse ***
[ 0.505167] Platform Keyring initialized
[ 0.509848] Key type asymmetric registered
[ 0.509849] Asymmetric key parser 'x509' registered
[ 0.509855] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.509888] io scheduler mq-deadline registered
[ 0.510619] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.510676] efifb: probing for efifb
[ 0.510701] efifb: showing boot graphics
[ 0.511642] efifb: framebuffer at 0x80000000, using 8100k, total 8100k
[ 0.511643] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.511644] efifb: scrolling: redraw
[ 0.511645] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.511721] Console: switching to colour frame buffer device 240x67
[ 0.515290] fb0: EFI VGA frame buffer device
[ 0.515295] intel_idle: MWAIT substates: 0x11142120
[ 0.515295] intel_idle: v0.4.1 model 0x9E
[ 0.515539] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.516975] ACPI: AC Adapter [AC] (on-line)
[ 0.517070] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.517236] ACPI: Lid Switch [LID0]
[ 0.517261] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.517400] ACPI: Power Button [PBTN]
[ 0.520130] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.520131] ACPI: Thermal Zone [THM] (25 C)
[ 0.520310] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.521538] serial 0000:00:13.0: enabling device (0000 -> 0002)
[ 0.523764] Linux agpgart interface v0.103
[ 0.581323] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 0.587161] loop: module loaded
[ 0.587274] libphy: Fixed MDIO Bus: probed
[ 0.587274] tun: Universal TUN/TAP device driver, 1.6
[ 0.587288] PPP generic driver version 2.4.2
[ 0.587376] VFIO - User Level meta-driver version: 0.3
[ 0.587455] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.587457] ehci-pci: EHCI PCI platform driver
[ 0.587461] ehci-platform: EHCI generic platform driver
[ 0.587480] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.587481] ohci-pci: OHCI PCI platform driver
[ 0.587486] ohci-platform: OHCI generic platform driver
[ 0.587490] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.587637] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.587642] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.588732] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 0.588739] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.588903] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 0.588903] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.588904] usb usb1: Product: xHCI Host Controller
[ 0.588905] usb usb1: Manufacturer: Linux 5.4.0-40-generic xhci-hcd
[ 0.588905] usb usb1: SerialNumber: 0000:00:14.0
[ 0.588991] hub 1-0:1.0: USB hub found
[ 0.589013] hub 1-0:1.0: 16 ports detected
[ 0.590544] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.590545] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.590547] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.590569] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 0.590569] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.590570] usb usb2: Product: xHCI Host Controller
[ 0.590570] usb usb2: Manufacturer: Linux 5.4.0-40-generic xhci-hcd
[ 0.590571] usb usb2: SerialNumber: 0000:00:14.0
[ 0.590613] hub 2-0:1.0: USB hub found
[ 0.590627] hub 2-0:1.0: 8 ports detected
[ 0.591302] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.591302] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.591741] i8042: Warning: Keylock active
[ 0.591960] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.592066] mousedev: PS/2 mouse device common for all mice
[ 0.592421] rtc_cmos 00:02: RTC can wake from S4
[ 0.593922] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 0.593968] rtc_cmos 00:02: registered as rtc0
[ 0.593975] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[ 0.593979] i2c /dev entries driver
[ 0.594018] device-mapper: uevent: version 1.0.3
[ 0.594122] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[ 0.594132] platform eisa.0: Probing EISA bus 0
[ 0.594133] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 0.594134] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 0.594134] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 0.594135] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 0.594135] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 0.594136] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 0.594136] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 0.594137] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 0.594137] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 0.594138] platform eisa.0: EISA: Detected 0 cards
[ 0.594139] intel_pstate: Intel P-state driver initializing
[ 0.594150] intel_pstate: Disabling energy efficiency optimization
[ 0.594872] intel_pstate: HWP enabled
[ 0.595018] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.595019] EFI Variables Facility v0.08 2004-May-17
[ 0.663722] intel_pmc_core INT33A1:00: initialized
[ 0.663772] drop_monitor: Initializing network drop monitor service
[ 0.663867] NET: Registered protocol family 10
[ 0.669305] Segment Routing with IPv6
[ 0.669317] NET: Registered protocol family 17
[ 0.669385] Key type dns_resolver registered
[ 0.669912] RAS: Correctable Errors collector initialized.
[ 0.669928] microcode: sig=0x906ea, pf=0x20, revision=0xd6
[ 0.670150] microcode: Microcode Update Driver: v2.2.
[ 0.670152] IPI shorthand broadcast: enabled
[ 0.670157] sched_clock: Marking stable (661455999, 8691944)->(678404310, -8256367)
[ 0.670378] registered taskstats version 1
[ 0.670383] Loading compiled-in X.509 certificates
[ 0.671765] Loaded X.509 cert 'Build time autogenerated kernel key: c7397aba4b613cce0e4070f289f6e01155c15620'
[ 0.671796] zswap: loaded using pool lzo/zbud
[ 0.671907] Key type ._fscrypt registered
[ 0.671908] Key type .fscrypt registered
[ 0.677288] Key type big_key registered
[ 0.677291] Key type trusted registered
[ 0.679983] Key type encrypted registered
[ 0.679984] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.681259] integrity: Loading X.509 certificate: UEFI:db
[ 0.681277] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[ 0.681277] integrity: Loading X.509 certificate: UEFI:db
[ 0.681291] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.681291] integrity: Loading X.509 certificate: UEFI:db
[ 0.681304] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.683124] ima: Allocated hash algorithm: sha1
[ 0.861409] ima: No architecture policies found
[ 0.861419] evm: Initialising EVM extended attributes:
[ 0.861419] evm: security.selinux
[ 0.861420] evm: security.SMACK64
[ 0.861420] evm: security.SMACK64EXEC
[ 0.861420] evm: security.SMACK64TRANSMUTE
[ 0.861420] evm: security.SMACK64MMAP
[ 0.861421] evm: security.apparmor
[ 0.861421] evm: security.ima
[ 0.861421] evm: security.capability
[ 0.861422] evm: HMAC attrs: 0x1
[ 0.862461] PM: Magic number: 8:578:882
[ 0.862811] rtc_cmos 00:02: setting system clock to 2020-06-29T10:53:04 UTC (1593427984)
[ 0.863727] Freeing unused decrypted memory: 2040K
[ 0.864095] Freeing unused kernel image memory: 2712K
[ 0.864181] Write protecting the kernel read-only data: 22528k
[ 0.864482] Freeing unused kernel image memory: 2008K
[ 0.864590] Freeing unused kernel image memory: 1192K
[ 0.870798] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.870799] x86/mm: Checking user space page tables
[ 0.876878] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.876879] Run /init as init process
[ 0.928994] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[ 0.940632] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[ 0.940716] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[ 0.940806] wmi_bus wmi_bus-PNP0C14:05: WQBC data block query control method not found
[ 0.940807] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[ 0.940882] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[ 0.946738] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[ 0.950940] acpi PNP0C14:08: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[ 0.951141] acpi PNP0C14:09: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[ 0.957057] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.960787] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 0.961003] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 0.963656] ahci 0000:00:17.0: version 3.0
[ 0.963953] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 0.964022] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 0.964135] ahci 0000:00:17.0: Found 1 remapped NVMe devices.
[ 0.964136] ahci 0000:00:17.0: Switch your BIOS from RAID to AHCI mode to use them.
[ 0.964165] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[ 0.964193] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl RAID mode
[ 0.964195] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm clo only pio slum part deso sadm sds apst
[ 0.969550] scsi host0: ahci
[ 0.969561] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969561] mce: CPU5: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969562] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969563] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969564] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969565] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969566] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969567] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969567] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969568] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 0.969637] ata1: SATA max UDMA/133 abar m524288@0xed200000 port 0xed200100 irq 16
[ 0.970583] mce: CPU2: Package temperature/speed normal
[ 0.970584] mce: CPU0: Package temperature/speed normal
[ 0.970585] mce: CPU3: Package temperature/speed normal
[ 0.970585] mce: CPU4: Package temperature/speed normal
[ 0.970586] mce: CPU6: Package temperature/speed normal
[ 0.970586] mce: CPU7: Package temperature/speed normal
[ 0.970625] mce: CPU1: Core temperature/speed normal
[ 0.970625] mce: CPU5: Core temperature/speed normal
[ 0.970626] mce: CPU1: Package temperature/speed normal
[ 0.970626] mce: CPU5: Package temperature/speed normal
[ 0.994117] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 0.994336] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.014129] i2c_hid i2c-DELL0923:00: i2c-DELL0923:00 supply vdd not found, using dummy regulator
[ 1.014142] i2c_hid i2c-DELL0923:00: i2c-DELL0923:00 supply vddl not found, using dummy regulator
[ 1.099877] usb 1-5: New USB device found, idVendor=0c45, idProduct=6d12, bcdDevice=93.20
[ 1.099878] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 1.099879] usb 1-5: Product: Integrated_Webcam_HD
[ 1.099880] usb 1-5: Manufacturer: Sonix Technology Co., Ltd.
[ 1.103479] input: DELL0923:00 04F3:30E3 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0923:00/0018:04F3:30E3.0001/input/input3
[ 1.103526] input: DELL0923:00 04F3:30E3 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0923:00/0018:04F3:30E3.0001/input/input4
[ 1.103568] hid-generic 0018:04F3:30E3.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0923:00 04F3:30E3] on i2c-DELL0923:00
[ 1.229133] usb 1-9: new full-speed USB device number 3 using xhci_hcd
[ 1.286740] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.287807] ata1.00: supports DRM functions and may not be fully accessible
[ 1.287993] ata1.00: ATA-10: CT500MX500SSD1, M3CR023, max UDMA/133
[ 1.287994] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.289647] ata1.00: supports DRM functions and may not be fully accessible
[ 1.291286] ata1.00: configured for UDMA/133
[ 1.291437] scsi 0:0:0:0: Direct-Access ATA CT500MX500SSD1 023 PQ: 0 ANSI: 5
[ 1.291576] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.291595] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.291596] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.291600] sd 0:0:0:0: [sda] Write Protect is off
[ 1.291600] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.291607] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.316919] sda: sda1 sda2
[ 1.317516] sd 0:0:0:0: [sda] supports TCG Opal
[ 1.317517] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.384967] usb 1-9: New USB device found, idVendor=27c6, idProduct=538d, bcdDevice= 1.00
[ 1.384968] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.384969] usb 1-9: Product: FingerPrint
[ 1.384969] usb 1-9: Manufacturer: Goodix
[ 1.513381] usb 1-14: new full-speed USB device number 4 using xhci_hcd
[ 1.533394] tsc: Refined TSC clocksource calibration: 2400.014 MHz
[ 1.533398] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298449dd89, max_idle_ns: 440795235317 ns
[ 1.533453] clocksource: Switched to clocksource tsc
[ 1.664134] usb 1-14: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[ 1.664135] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 6.530938] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1
[ 6.534614] hid-generic 001F:8087:0AC2.0002: hidraw1: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on
[ 7.261410] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 7.460380] systemd[1]: Inserted module 'autofs4'
[ 7.627527] systemd[1]: systemd 245.4-4ubuntu3.1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 7.645460] systemd[1]: Detected architecture x86-64.
[ 7.670579] systemd[1]: Set hostname to <inspiron-7591>.
[ 7.779829] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[ 7.848307] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 7.879601] systemd[1]: Created slice system-modprobe.slice.
[ 7.879834] systemd[1]: Created slice system-postgresql.slice.
[ 7.880047] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 7.880278] systemd[1]: Created slice User and Session Slice.
[ 7.880351] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 7.880540] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 7.880609] systemd[1]: Reached target User and Group Name Lookups.
[ 7.880650] systemd[1]: Reached target Remote File Systems.
[ 7.880688] systemd[1]: Reached target Slices.
[ 7.880792] systemd[1]: Listening on Syslog Socket.
[ 7.880869] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 7.880937] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 7.881081] systemd[1]: Listening on Journal Audit Socket.
[ 7.881158] systemd[1]: Listening on Journal Socket (/dev/log).
[ 7.881249] systemd[1]: Listening on Journal Socket.
[ 7.881338] systemd[1]: Listening on udev Control Socket.
[ 7.881405] systemd[1]: Listening on udev Kernel Socket.
[ 7.881951] systemd[1]: Mounting Huge Pages File System...
[ 7.882594] systemd[1]: Mounting POSIX Message Queue File System...
[ 7.883287] systemd[1]: Mounting Kernel Debug File System...
[ 7.883908] systemd[1]: Mounting Kernel Trace File System...
[ 7.884909] systemd[1]: Starting Journal Service...
[ 7.885699] systemd[1]: Starting Set the console keyboard layout...
[ 7.886345] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 7.887018] systemd[1]: Starting Load Kernel Module drm...
[ 7.887823] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 7.887842] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 7.889456] systemd[1]: Starting Load Kernel Modules...
[ 7.890213] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 7.890940] systemd[1]: Starting udev Coldplug all Devices...
[ 7.892085] systemd[1]: Starting Uncomplicated firewall...
[ 7.893524] systemd[1]: Started Read required files in advance.
[ 7.896423] systemd[1]: Mounted Huge Pages File System.
[ 7.896578] systemd[1]: Mounted POSIX Message Queue File System.
[ 7.896687] systemd[1]: Mounted Kernel Debug File System.
[ 7.897365] systemd[1]: Mounted Kernel Trace File System.
[ 7.898052] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 7.898785] systemd[1]: Finished Uncomplicated firewall.
[ 7.903795] systemd[1]: modprobe@drm.service: Succeeded.
[ 7.904163] systemd[1]: Finished Load Kernel Module drm.
[ 7.906551] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 7.907563] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 7.908195] systemd[1]: Activating swap /swapfile...
[ 7.909068] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 7.909108] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[ 7.909696] systemd[1]: Starting Load/Save Random Seed...
[ 7.910387] systemd[1]: Starting Create System Users...
[ 7.927400] lp: driver loaded but no devices found
[ 7.940854] ppdev: user-space parallel port driver
[ 7.940956] systemd[1]: Finished Load/Save Random Seed.
[ 7.950896] systemd[1]: Finished Set the console keyboard layout.
[ 7.962459] systemd[1]: Finished Load Kernel Modules.
[ 7.963731] systemd[1]: Mounting FUSE Control File System...
[ 7.965520] systemd[1]: Mounting Kernel Configuration File System...
[ 7.966797] systemd[1]: Starting Apply Kernel Variables...
[ 7.968434] systemd[1]: Mounted FUSE Control File System.
[ 7.969258] systemd[1]: Mounted Kernel Configuration File System.
[ 7.971999] systemd[1]: Finished Create System Users.
[ 7.974647] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 7.985055] systemd[1]: Finished Apply Kernel Variables.
[ 8.005703] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 8.006297] systemd[1]: Reached target Local File Systems (Pre).
[ 8.025457] systemd[1]: Mounting Mount unit for beekeeper-studio, revision 27...
[ 8.029727] systemd[1]: Mounting Mount unit for canonical-livepatch, revision 95...
[ 8.032627] systemd[1]: Mounting Mount unit for core, revision 9289...
[ 8.035086] systemd[1]: Mounting Mount unit for core, revision 9436...
[ 8.038772] systemd[1]: Mounting Mount unit for core18, revision 1705...
[ 8.041173] systemd[1]: Mounting Mount unit for core18, revision 1754...
[ 8.045037] systemd[1]: Mounting Mount unit for gimp, revision 273...
[ 8.047682] systemd[1]: Mounting Mount unit for gimp, revision 281...
[ 8.050614] systemd[1]: Mounting Mount unit for gnome-3-26-1604, revision 100...
[ 8.052981] systemd[1]: Mounting Mount unit for gnome-3-26-1604, revision 98...
[ 8.055873] systemd[1]: Mounting Mount unit for gnome-3-28-1804, revision 116...
[ 8.058217] systemd[1]: Mounting Mount unit for gnome-3-28-1804, revision 128...
[ 8.061829] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 33...
[ 8.064073] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 36...
[ 8.068009] systemd[1]: Mounting Mount unit for gnome-system-monitor, revision 145...
[ 8.070348] systemd[1]: Mounting Mount unit for gnome-system-monitor, revision 148...
[ 8.073834] systemd[1]: Mounting Mount unit for go, revision 5759...
[ 8.076419] systemd[1]: Mounting Mount unit for go, revision 5830...
[ 8.079365] systemd[1]: Mounting Mount unit for gtk2-common-themes, revision 13...
[ 8.081436] systemd[1]: Mounting Mount unit for gtk2-common-themes, revision 9...
[ 8.084678] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1502...
[ 8.087618] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1506...
[ 8.091257] systemd[1]: Mounting Mount unit for helm, revision 244...
[ 8.094135] systemd[1]: Mounting Mount unit for helm, revision 256...
[ 8.096515] systemd[1]: Mounting Mount unit for hw-probe, revision 828...
[ 8.099999] systemd[1]: Mounting Mount unit for libreoffice, revision 177...
[ 8.102965] systemd[1]: Mounting Mount unit for libreoffice, revision 180...
[ 8.105316] systemd[1]: Mounting Mount unit for pdftk, revision 9...
[ 8.107645] systemd[1]: Mounting Mount unit for postman, revision 115...
[ 8.110548] systemd[1]: Mounting Mount unit for postman, revision 116...
[ 8.113673] systemd[1]: Mounting Mount unit for rubymine, revision 165...
[ 8.117378] systemd[1]: Mounting Mount unit for slack, revision 23...
[ 8.118646] systemd[1]: Mounting Mount unit for slack, revision 24...
[ 8.122162] systemd[1]: Mounting Mount unit for spotify, revision 36...
[ 8.124097] systemd[1]: Mounting Mount unit for spotify, revision 41...
[ 8.126557] systemd[1]: Mounting Mount unit for youtube-dl, revision 2840...
[ 8.128646] systemd[1]: Mounting Mount unit for youtube-dl, revision 2846...
[ 8.129906] systemd[1]: Starting udev Kernel Device Manager...
[ 8.131136] systemd[1]: Finished udev Coldplug all Devices.
[ 8.133034] Adding 8388604k swap on /swapfile. Priority:-2 extents:9 across:10526716k SSFS
[ 8.133711] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[ 8.134157] systemd[1]: Activated swap /swapfile.
[ 8.134716] systemd[1]: Reached target Swap.
[ 8.142922] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
[ 8.201313] systemd[1]: Mounted Mount unit for canonical-livepatch, revision 95.
[ 8.266428] systemd[1]: Started Journal Service.
[ 8.276939] systemd-journald[363]: Received client request to flush runtime journal.
[ 8.284613] systemd-journald[363]: File /var/log/journal/aa8f6bb66a6d481386d8224750eefa71/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 8.559894] input: Intel HID events as /devices/platform/INT33D5:00/input/input6
[ 8.561852] intel-hid INT33D5:00: platform supports 5 button array
[ 8.561888] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input7
[ 8.591139] IPMI message handler: version 39.2
[ 8.598989] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 8.606566] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 8.607870] ipmi device interface
[ 8.608872] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 8.612188] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 8.652601] intel_rapl_common: Found RAPL domain package
[ 8.652602] intel_rapl_common: Found RAPL domain dram
[ 8.652790] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[ 8.661519] Intel(R) Wireless WiFi driver for Linux
[ 8.661521] Copyright(c) 2003- 2015 Intel Corporation
[ 8.661585] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 8.715995] checking generic (80000000 7e9000) vs hw (80000000 10000000)
[ 8.715996] fb0: switching to inteldrmfb from EFI VGA
[ 8.716836] Console: switching to colour dummy device 80x25
[ 8.716873] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 8.717913] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
[ 8.717915] iwlwifi 0000:00:14.3: Found debug configuration: 0
[ 8.718217] iwlwifi 0000:00:14.3: loaded firmware version 46.6bf1df06.0 op_mode iwlmvm
[ 8.724385] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 8.724386] [drm] Driver supports precise vblank timestamp query.
[ 8.726447] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 8.735913] input: DELL0923:00 04F3:30E3 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0923:00/0018:04F3:30E3.0001/input/input8
[ 8.736374] input: DELL0923:00 04F3:30E3 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0923:00/0018:04F3:30E3.0001/input/input9
[ 8.737465] hid-multitouch 0018:04F3:30E3.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0923:00 04F3:30E3] on i2c-DELL0923:00
[ 8.739247] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 8.744080] input: Dell WMI hotkeys as /devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[ 8.870633] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 8.870634] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 8.870635] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 8.870635] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 8.870635] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 9.002594] nvidia: loading out-of-tree module taints kernel.
[ 9.002605] nvidia: module license 'NVIDIA' taints kernel.
[ 9.002605] Disabling lock debugging due to kernel taint
[ 9.026006] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 9.046980] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[ 9.047749] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[ 9.149074] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
[ 9.150672] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, REV=0x318
[ 9.150800] cryptd: max_cpu_qlen set to 1000
[ 9.151231] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 440.100 Fri May 29 08:45:51 UTC 2020
[ 9.159238] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 9.159542] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.
[ 9.161458] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 9.189885] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[ 9.200491] iwlwifi 0000:00:14.3: base HW address: f8:e4:e3:2d:1b:a3
[ 9.202330] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 9.202385] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input13
[ 9.208235] fbcon: i915drmfb (fb0) is primary device
[ 9.215107] AVX2 version of gcm_enc/dec engaged.
[ 9.215108] AES CTR mode by8 optimization enabled
[ 9.218352] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 440.100 Fri May 29 08:14:04 UTC 2020
[ 9.219181] Console: switching to colour frame buffer device 240x67
[ 9.224179] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 9.240550] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 9.253841] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20190816/nsarguments-59)
[ 9.268625] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 9.269000] thermal thermal_zone8: failed to read out thermal zone (-61)
[ 9.299443] snd_hda_intel 0000:00:1f.3: dmic_detect option is deprecated, pass snd-intel-dspcfg.dsp_driver=1 option instead
[ 9.299460] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 9.302412] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 9.348511] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3254: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 9.348512] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 9.348513] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 9.348514] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 9.348514] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 9.348516] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1b
[ 9.348519] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 9.418917] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 9.418989] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 9.419056] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 9.419105] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 9.419162] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 9.419238] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 9.549061] Bluetooth: Core ver 2.22
[ 9.549094] NET: Registered protocol family 31
[ 9.549095] Bluetooth: HCI device and connection manager initialized
[ 9.549098] Bluetooth: HCI socket layer initialized
[ 9.549100] Bluetooth: L2CAP socket layer initialized
[ 9.549103] Bluetooth: SCO socket layer initialized
[ 9.609844] intel_rapl_common: Found RAPL domain package
[ 9.609845] intel_rapl_common: Found RAPL domain core
[ 9.609846] intel_rapl_common: Found RAPL domain uncore
[ 9.609847] intel_rapl_common: Found RAPL domain dram
[ 9.637146] mc: Linux media interface: v0.10
[ 9.647786] videodev: Linux video capture interface: v2.00
[ 9.666035] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6d12)
[ 9.671016] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[ 9.671018] uvcvideo 1-5:1.0: Entity type for entity Extension 3 was not initialized!
[ 9.671019] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[ 9.671020] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[ 9.671083] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input20
[ 9.671184] usbcore: registered new interface driver uvcvideo
[ 9.671184] USB Video Class driver (1.1.1)
[ 9.680430] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[ 9.762128] usbcore: registered new interface driver btusb
[ 9.926543] Bluetooth: hci0: Firmware revision 0.1 build 26 week 11 2020
[ 10.186513] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 10.186514] [drm] No driver support for vblank timestamp query.
[ 10.186516] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[ 10.219346] nvidia-uvm: Loaded the UVM driver, major device number 234.
[ 10.717174] audit: type=1400 audit(1593427994.350:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=2900 comm="apparmor_parser"
[ 10.718062] audit: type=1400 audit(1593427994.350:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=2904 comm="apparmor_parser"
[ 10.718064] audit: type=1400 audit(1593427994.350:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2904 comm="apparmor_parser"
[ 10.719789] audit: type=1400 audit(1593427994.350:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=2902 comm="apparmor_parser"
[ 10.719794] audit: type=1400 audit(1593427994.350:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=2902 comm="apparmor_parser"
[ 10.719796] audit: type=1400 audit(1593427994.350:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=2902 comm="apparmor_parser"
[ 10.721111] audit: type=1400 audit(1593427994.354:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=2897 comm="apparmor_parser"
[ 10.721113] audit: type=1400 audit(1593427994.354:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=2897 comm="apparmor_parser"
[ 10.721921] audit: type=1400 audit(1593427994.354:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=2903 comm="apparmor_parser"
[ 10.724439] audit: type=1400 audit(1593427994.354:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=2901 comm="apparmor_parser"
[ 11.366968] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.366970] Bluetooth: BNEP filters: protocol multicast
[ 11.366972] Bluetooth: BNEP socket layer initialized
[ 11.380939] NET: Registered protocol family 38
[ 11.855380] aufs 5.4.3-20200302
[ 12.060099] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 12.176525] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 12.242080] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[ 12.250682] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
[ 15.756642] wlo1: authenticate with f8:c4:f3:26:fb:f0
[ 15.763567] wlo1: send auth to f8:c4:f3:26:fb:f0 (try 1/3)
[ 15.871669] wlo1: authenticated
[ 15.873165] wlo1: associate with f8:c4:f3:26:fb:f0 (try 1/3)
[ 15.877166] wlo1: RX AssocResp from f8:c4:f3:26:fb:f0 (capab=0x411 status=0 aid=2)
[ 15.879409] wlo1: associated
[ 15.977725] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[ 16.590266] rfkill: input handler disabled
[ 20.632417] systemd-journald[363]: File /var/log/journal/aa8f6bb66a6d481386d8224750eefa71/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[ 20.888504] Bluetooth: RFCOMM TTY layer initialized
[ 20.888508] Bluetooth: RFCOMM socket layer initialized
[ 20.888511] Bluetooth: RFCOMM ver 1.11
[ 20.934211] rfkill: input handler enabled
[ 22.302955] kauditd_printk_skb: 63 callbacks suppressed
[ 22.302956] audit: type=1400 audit(1593428005.934:75): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=4572 comm="apparmor_parser"
[ 22.466424] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 22.467110] Bridge firewalling registered
[ 22.471642] bpfilter: Loaded bpfilter_umh pid 4580
[ 22.471805] Started bpfilter
[ 22.504723] Initializing XFRM netlink socket
[ 25.748171] rfkill: input handler disabled
[ 93.869417] pci 0000:02:00.0: [8086:15da] type 01 class 0x060400
[ 93.869675] pci 0000:02:00.0: enabling Extended Tags
[ 93.870823] pci 0000:02:00.0: supports D1 D2
[ 93.870826] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 93.873324] pci 0000:03:00.0: [8086:15da] type 01 class 0x060400
[ 93.873495] pci 0000:03:00.0: enabling Extended Tags
[ 93.874364] pci 0000:03:00.0: supports D1 D2
[ 93.874367] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 93.874901] pci 0000:03:01.0: [8086:15da] type 01 class 0x060400
[ 93.875057] pci 0000:03:01.0: enabling Extended Tags
[ 93.876063] pci 0000:03:01.0: supports D1 D2
[ 93.876068] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 93.876538] pci 0000:03:02.0: [8086:15da] type 01 class 0x060400
[ 93.876688] pci 0000:03:02.0: enabling Extended Tags
[ 93.876902] pci 0000:03:02.0: supports D1 D2
[ 93.876904] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 93.877286] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 93.877307] pci 0000:02:00.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 93.877321] pci 0000:02:00.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 93.877479] pci 0000:04:00.0: [8086:15d9] type 00 class 0x088000
[ 93.877546] pci 0000:04:00.0: reg 0x10: [mem 0xea000000-0xea03ffff]
[ 93.877569] pci 0000:04:00.0: reg 0x14: [mem 0xea040000-0xea040fff]
[ 93.877684] pci 0000:04:00.0: enabling Extended Tags
[ 93.877889] pci 0000:04:00.0: supports D1 D2
[ 93.877892] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 93.878323] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 93.878347] pci 0000:03:00.0: bridge window [mem 0xea000000-0xea0fffff]
[ 93.878510] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 93.878527] pci 0000:03:01.0: bridge window [mem 0xd4000000-0xe9efffff]
[ 93.878538] pci 0000:03:01.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 93.878689] pci 0000:3a:00.0: [8086:15db] type 00 class 0x0c0330
[ 93.878747] pci 0000:3a:00.0: reg 0x10: [mem 0xe9f00000-0xe9f0ffff]
[ 93.878879] pci 0000:3a:00.0: enabling Extended Tags
[ 93.879067] pci 0000:3a:00.0: supports D1 D2
[ 93.879069] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 93.879188] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[ 93.879514] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 93.879536] pci 0000:03:02.0: bridge window [mem 0xe9f00000-0xe9ffffff]
[ 93.879606] pci_bus 0000:03: Allocating resources
[ 93.879645] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
[ 93.879649] pci 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
[ 93.879653] pci 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 93.879657] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 3000
[ 93.879663] pci 0000:02:00.0: BAR 13: no space for [io size 0x3000]
[ 93.879666] pci 0000:02:00.0: BAR 13: failed to assign [io size 0x3000]
[ 93.879669] pci 0000:02:00.0: BAR 13: no space for [io size 0x3000]
[ 93.879671] pci 0000:02:00.0: BAR 13: failed to assign [io size 0x3000]
[ 93.879680] pci 0000:03:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 93.879682] pci 0000:03:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 93.879685] pci 0000:03:01.0: BAR 13: no space for [io size 0x1000]
[ 93.879687] pci 0000:03:01.0: BAR 13: failed to assign [io size 0x1000]
[ 93.879689] pci 0000:03:02.0: BAR 13: no space for [io size 0x1000]
[ 93.879692] pci 0000:03:02.0: BAR 13: failed to assign [io size 0x1000]
[ 93.879697] pci 0000:03:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 93.879700] pci 0000:03:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 93.879702] pci 0000:03:02.0: BAR 13: no space for [io size 0x1000]
[ 93.879705] pci 0000:03:02.0: BAR 13: failed to assign [io size 0x1000]
[ 93.879707] pci 0000:03:01.0: BAR 13: no space for [io size 0x1000]
[ 93.879709] pci 0000:03:01.0: BAR 13: failed to assign [io size 0x1000]
[ 93.879713] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 93.879725] pci 0000:03:00.0: bridge window [mem 0xea000000-0xea0fffff]
[ 93.879745] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 93.879756] pci 0000:03:01.0: bridge window [mem 0xd4000000-0xe9efffff]
[ 93.879765] pci 0000:03:01.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 93.879779] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 93.879789] pci 0000:03:02.0: bridge window [mem 0xe9f00000-0xe9ffffff]
[ 93.879809] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 93.879819] pci 0000:02:00.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 93.879828] pci 0000:02:00.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 93.882509] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 93.882520] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 93.883718] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 93.884060] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 93.884062] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 93.884064] usb usb3: Product: xHCI Host Controller
[ 93.884066] usb usb3: Manufacturer: Linux 5.4.0-40-generic xhci-hcd
[ 93.884068] usb usb3: SerialNumber: 0000:3a:00.0
[ 93.884419] hub 3-0:1.0: USB hub found
[ 93.884438] hub 3-0:1.0: 2 ports detected
[ 93.885221] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 93.885227] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 93.885232] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 93.885279] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 93.885280] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 93.885281] usb usb4: Product: xHCI Host Controller
[ 93.885282] usb usb4: Manufacturer: Linux 5.4.0-40-generic xhci-hcd
[ 93.885283] usb usb4: SerialNumber: 0000:3a:00.0
[ 93.885491] hub 4-0:1.0: USB hub found
[ 93.885535] hub 4-0:1.0: 2 ports detected
[ 97.995689] pci_bus 0000:03: Allocating resources
[ 97.995715] pcieport 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
[ 97.995716] pcieport 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
[ 97.995717] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 97.995718] pcieport 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 3000
[ 97.995720] pcieport 0000:02:00.0: BAR 13: no space for [io size 0x3000]
[ 97.995721] pcieport 0000:02:00.0: BAR 13: failed to assign [io size 0x3000]
[ 97.995722] pcieport 0000:02:00.0: BAR 13: no space for [io size 0x3000]
[ 97.995722] pcieport 0000:02:00.0: BAR 13: failed to assign [io size 0x3000]
[ 97.995725] pcieport 0000:03:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 97.995725] pcieport 0000:03:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 97.995726] pcieport 0000:03:01.0: BAR 13: no space for [io size 0x1000]
[ 97.995727] pcieport 0000:03:01.0: BAR 13: failed to assign [io size 0x1000]
[ 97.995727] pcieport 0000:03:02.0: BAR 13: no space for [io size 0x1000]
[ 97.995728] pcieport 0000:03:02.0: BAR 13: failed to assign [io size 0x1000]
[ 97.995729] pcieport 0000:03:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 97.995730] pcieport 0000:03:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 97.995730] pcieport 0000:03:02.0: BAR 13: no space for [io size 0x1000]
[ 97.995731] pcieport 0000:03:02.0: BAR 13: failed to assign [io size 0x1000]
[ 97.995731] pcieport 0000:03:01.0: BAR 13: no space for [io size 0x1000]
[ 97.995732] pcieport 0000:03:01.0: BAR 13: failed to assign [io size 0x1000]
[ 138.416127] xhci_hcd 0000:3a:00.0: remove, state 1
[ 138.416130] usb usb4: USB disconnect, device number 1
[ 138.416316] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 138.416328] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 138.416330] xhci_hcd 0000:3a:00.0: remove, state 1
[ 138.416332] usb usb3: USB disconnect, device number 1
[ 138.416516] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 138.416519] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 138.416595] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 138.918886] pci_bus 0000:03: Allocating resources
[ 138.918905] pcieport 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
[ 138.918907] pcieport 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
[ 138.918908] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 138.918910] pcieport 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 3000
[ 138.918913] pcieport 0000:02:00.0: BAR 13: no space for [io size 0x3000]
[ 138.918914] pcieport 0000:02:00.0: BAR 13: failed to assign [io size 0x3000]
[ 138.918915] pcieport 0000:02:00.0: BAR 13: no space for [io size 0x3000]
[ 138.918916] pcieport 0000:02:00.0: BAR 13: failed to assign [io size 0x3000]
[ 138.918920] pcieport 0000:03:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 138.918921] pcieport 0000:03:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 138.918922] pcieport 0000:03:01.0: BAR 13: no space for [io size 0x1000]
[ 138.918923] pcieport 0000:03:01.0: BAR 13: failed to assign [io size 0x1000]
[ 138.918924] pcieport 0000:03:02.0: BAR 13: no space for [io size 0x1000]
[ 138.918925] pcieport 0000:03:02.0: BAR 13: failed to assign [io size 0x1000]
[ 138.918927] pcieport 0000:03:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 138.918928] pcieport 0000:03:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 138.918929] pcieport 0000:03:02.0: BAR 13: no space for [io size 0x1000]
[ 138.918930] pcieport 0000:03:02.0: BAR 13: failed to assign [io size 0x1000]
[ 138.918931] pcieport 0000:03:01.0: BAR 13: no space for [io size 0x1000]
[ 138.918932] pcieport 0000:03:01.0: BAR 13: failed to assign [io size 0x1000]
[ 141.398869] pci_bus 0000:04: busn_res: [bus 04] is released
[ 141.398928] pci_bus 0000:05: busn_res: [bus 05-39] is released
[ 141.398974] pci_bus 0000:3a: busn_res: [bus 3a] is released
[ 141.399106] pci_bus 0000:03: busn_res: [bus 03-3a] is released
[ 305.079778] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1704)
[ 305.079778] mce: CPU5: Core temperature above threshold, cpu clock throttled (total events = 1706)
[ 305.079780] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 3575)
[ 305.079781] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 3575)
[ 305.079781] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 3575)
[ 305.079782] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 3575)
[ 305.079783] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 3575)
[ 305.079784] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 3573)
[ 305.079801] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 3575)
[ 305.079802] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 3575)
[ 305.104807] mce: CPU5: Core temperature/speed normal
[ 305.104808] mce: CPU1: Core temperature/speed normal
[ 305.104809] mce: CPU4: Package temperature/speed normal
[ 305.104810] mce: CPU0: Package temperature/speed normal
[ 305.104810] mce: CPU1: Package temperature/speed normal
[ 305.104811] mce: CPU5: Package temperature/speed normal
[ 305.104849] mce: CPU2: Package temperature/speed normal
[ 305.104850] mce: CPU7: Package temperature/speed normal
[ 305.104850] mce: CPU6: Package temperature/speed normal
[ 305.104851] mce: CPU3: Package temperature/speed normal
[ 311.020773] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1081)
[ 311.020773] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1081)
[ 311.024750] mce: CPU4: Core temperature/speed normal
[ 311.024751] mce: CPU0: Core temperature/speed normal
[ 753.450192] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 474)
[ 753.450192] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 474)
[ 753.450195] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 4642)
[ 753.450196] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 4642)
[ 753.450202] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 4642)
[ 753.450202] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 4642)
[ 753.450221] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 4642)
[ 753.450222] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 4642)
[ 753.450237] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 4640)
[ 753.450238] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 4642)
[ 753.454159] mce: CPU6: Core temperature/speed normal
[ 753.454159] mce: CPU2: Core temperature/speed normal
[ 753.454161] mce: CPU2: Package temperature/speed normal
[ 753.454162] mce: CPU6: Package temperature/speed normal
[ 753.454211] mce: CPU0: Package temperature/speed normal
[ 753.454211] mce: CPU4: Package temperature/speed normal
[ 753.454212] mce: CPU3: Package temperature/speed normal
[ 753.454213] mce: CPU7: Package temperature/speed normal
[ 753.454214] mce: CPU1: Package temperature/speed normal
[ 753.454214] mce: CPU5: Package temperature/speed normal
[ 1224.871435] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 480)
[ 1224.871436] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 480)
[ 1224.871437] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 4784)
[ 1224.871438] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 4784)
[ 1224.871439] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 4784)
[ 1224.871440] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 4784)
[ 1224.871441] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 4782)
[ 1224.871442] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 4784)
[ 1224.871443] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 4784)
[ 1224.871444] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 4784)
[ 1224.872408] mce: CPU6: Core temperature/speed normal
[ 1224.872409] mce: CPU2: Core temperature/speed normal
[ 1224.872409] mce: CPU5: Package temperature/speed normal
[ 1224.872411] mce: CPU1: Package temperature/speed normal
[ 1224.872412] mce: CPU4: Package temperature/speed normal
[ 1224.872413] mce: CPU3: Package temperature/speed normal
[ 1224.872413] mce: CPU7: Package temperature/speed normal
[ 1224.872414] mce: CPU0: Package temperature/speed normal
[ 1224.872414] mce: CPU6: Package temperature/speed normal
[ 1224.872415] mce: CPU2: Package temperature/speed normal
[ 1669.996819] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1512)
[ 1669.996820] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1512)
[ 1669.996823] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 5018)
[ 1669.996823] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 5018)
[ 1669.996869] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 5018)
[ 1669.996870] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 5018)
[ 1669.996872] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 5018)
[ 1669.996872] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 5018)
[ 1669.996873] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 5018)
[ 1669.996874] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 5016)
[ 1670.092802] mce: CPU4: Core temperature/speed normal
[ 1670.092803] mce: CPU0: Core temperature/speed normal
[ 1670.092805] mce: CPU4: Package temperature/speed normal
[ 1670.092805] mce: CPU0: Package temperature/speed normal
[ 1670.092853] mce: CPU1: Package temperature/speed normal
[ 1670.092853] mce: CPU5: Package temperature/speed normal
[ 1670.092854] mce: CPU6: Package temperature/speed normal
[ 1670.092855] mce: CPU2: Package temperature/speed normal
[ 1670.092856] mce: CPU3: Package temperature/speed normal
[ 1670.092856] mce: CPU7: Package temperature/speed normal
[ 2043.003668] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1528)
[ 2043.003668] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1528)
[ 2043.003670] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 5059)
[ 2043.003671] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 5059)
[ 2043.003718] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 5059)
[ 2043.003718] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 5057)
[ 2043.003720] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 5059)
[ 2043.003720] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 5059)
[ 2043.003721] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 5059)
[ 2043.003722] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 5059)
[ 2043.032633] mce: CPU0: Core temperature/speed normal
[ 2043.032633] mce: CPU4: Core temperature/speed normal
[ 2043.032634] mce: CPU0: Package temperature/speed normal
[ 2043.032635] mce: CPU4: Package temperature/speed normal
[ 2043.032684] mce: CPU1: Package temperature/speed normal
[ 2043.032685] mce: CPU7: Package temperature/speed normal
[ 2043.032685] mce: CPU3: Package temperature/speed normal
[ 2043.032686] mce: CPU5: Package temperature/speed normal
[ 2043.032687] mce: CPU2: Package temperature/speed normal
[ 2043.032688] mce: CPU6: Package temperature/speed normal
[ 2355.725835] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 5325)
[ 2355.725836] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 5325)
[ 2355.725837] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 5323)
[ 2355.725837] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 5325)
[ 2355.725869] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 5325)
[ 2355.725869] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 5325)
[ 2355.725870] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 5325)
[ 2355.725871] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 5325)
[ 2355.727841] mce: CPU1: Package temperature/speed normal
[ 2355.727842] mce: CPU7: Package temperature/speed normal
[ 2355.727843] mce: CPU4: Package temperature/speed normal
[ 2355.727844] mce: CPU5: Package temperature/speed normal
[ 2355.727844] mce: CPU0: Package temperature/speed normal
[ 2355.727845] mce: CPU3: Package temperature/speed normal
[ 2355.727873] mce: CPU2: Package temperature/speed normal
[ 2355.727874] mce: CPU6: Package temperature/speed normal
[ 2727.638663] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1723)
[ 2727.638663] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1723)
[ 2727.638665] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 5468)
[ 2727.638666] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 5468)
[ 2727.638667] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 5468)
[ 2727.638668] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 5468)
[ 2727.638669] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 5466)
[ 2727.638670] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 5468)
[ 2727.638670] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 5468)
[ 2727.638671] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 5468)
[ 2727.666658] mce: CPU4: Core temperature/speed normal
[ 2727.666658] mce: CPU0: Core temperature/speed normal
[ 2727.666660] mce: CPU4: Package temperature/speed normal
[ 2727.666661] mce: CPU0: Package temperature/speed normal
[ 2727.666708] mce: CPU7: Package temperature/speed normal
[ 2727.666709] mce: CPU3: Package temperature/speed normal
[ 2727.666710] mce: CPU6: Package temperature/speed normal
[ 2727.666711] mce: CPU5: Package temperature/speed normal
[ 2727.666712] mce: CPU1: Package temperature/speed normal
[ 2727.666712] mce: CPU2: Package temperature/speed normal
[ 3040.508824] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 6266)
[ 3040.508825] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 6266)
[ 3040.508826] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 6266)
[ 3040.508827] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 6266)
[ 3040.508864] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 6264)
[ 3040.508865] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 6266)
[ 3040.508866] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 6266)
[ 3040.508867] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 6266)
[ 3040.512809] mce: CPU3: Package temperature/speed normal
[ 3040.512809] mce: CPU7: Package temperature/speed normal
[ 3040.512810] mce: CPU0: Package temperature/speed normal
[ 3040.512811] mce: CPU4: Package temperature/speed normal
[ 3040.512846] mce: CPU5: Package temperature/speed normal
[ 3040.512847] mce: CPU1: Package temperature/speed normal
[ 3040.512848] mce: CPU2: Package temperature/speed normal
[ 3040.512848] mce: CPU6: Package temperature/speed normal
[ 3340.949055] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 2199)
[ 3340.949055] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 2199)
[ 3340.949058] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 7443)
[ 3340.949059] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 7443)
[ 3340.949105] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 7441)
[ 3340.949105] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 7443)
[ 3340.949107] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 7443)
[ 3340.949107] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 7443)
[ 3340.949108] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 7443)
[ 3340.949109] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 7443)
[ 3340.965057] mce: CPU0: Core temperature/speed normal
[ 3340.965057] mce: CPU4: Core temperature/speed normal
[ 3340.965059] mce: CPU0: Package temperature/speed normal
[ 3340.965060] mce: CPU4: Package temperature/speed normal
[ 3340.965109] mce: CPU7: Package temperature/speed normal
[ 3340.965110] mce: CPU1: Package temperature/speed normal
[ 3340.965111] mce: CPU2: Package temperature/speed normal
[ 3340.965111] mce: CPU6: Package temperature/speed normal
[ 3340.965112] mce: CPU3: Package temperature/speed normal
[ 3340.965113] mce: CPU5: Package temperature/speed normal
[ 3367.184918] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 3322)
[ 3367.184919] mce: CPU5: Core temperature above threshold, cpu clock throttled (total events = 3324)
[ 3367.209929] mce: CPU1: Core temperature/speed normal
[ 3367.209930] mce: CPU5: Core temperature/speed normal
[ 3649.874290] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 7913)
[ 3649.874290] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 7913)
[ 3649.874291] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 7911)
[ 3649.874292] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 7913)
[ 3649.874330] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 7913)
[ 3649.874331] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 7913)
[ 3649.874332] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 7913)
[ 3649.874333] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 7913)
[ 3649.893256] mce: CPU6: Package temperature/speed normal
[ 3649.893257] mce: CPU4: Package temperature/speed normal
[ 3649.893258] mce: CPU3: Package temperature/speed normal
[ 3649.893259] mce: CPU2: Package temperature/speed normal
[ 3649.893260] mce: CPU7: Package temperature/speed normal
[ 3649.893261] mce: CPU5: Package temperature/speed normal
[ 3649.893261] mce: CPU1: Package temperature/speed normal
[ 3649.893262] mce: CPU0: Package temperature/speed normal
[ 3691.351037] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 1041)
[ 3691.351038] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1041)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment