thesofproject / linux

Linux kernel source tree
Other
88 stars 128 forks source link

Dell Latitude 9520: No Audio #3206

Closed benoit-sbr closed 2 years ago

benoit-sbr commented 2 years ago

Hello,

I think I have a bug similar to the one here.

My hardware is a Latitude 9520 and the chipset is Realtek ALC714-CG while it is Realtek ALC711-CG in the other machine.

sudo dmesg | grep -iE 'snd|sof'
[    0.486785] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.521635] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.521636] software IO TLB: mapped [mem 0x00000000518ec000-0x00000000558ec000] (64MB)
[    2.081825] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    2.082038] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[    2.673785] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    2.674388] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[    2.674404] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[    2.676147] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[    3.859008] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.866162] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    3.889784] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[    3.891560] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8
[    3.891563] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
[    3.891567] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    3.992026] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8
[    3.992030] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
[    4.007729] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:18:0
[    4.024379] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: physical link SDW0-Capture (id 4) not exist
[    4.024382] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: topology: could not load header: -22
[    4.024846] sof-audio-pci-intel-tgl 0000:00:1f.3: error: tplg component load failed -22
[    4.024850] sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to load DSP topology -22
[    4.024851] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: error at snd_soc_component_probe on 0000:00:1f.3: -22
[    4.024868] sof_sdw sof_sdw: ASoC: failed to instantiate card -22
[    4.028188] sof_sdw sof_sdw: snd_soc_register_card failed -22
[    4.028189] sof_sdw: probe of sof_sdw failed with error -22

I am running Manjaro Linux with kernel 5.14.10 and I will be happy to provide any relevant information and/or do some testing.

plbossart commented 2 years ago

@benoit-sbr can you add this file sof-dyndbg.conf.txt as /etc/modprobe.d/sof-dyndbg.txt and attach the full dmesg log.

Also provide the link to the results of 'alsa-info' to see which SKU you have.

Thanks!

benoit-sbr commented 2 years ago

@plbossart Thank you for helping!

Here is the alsa-info result and below is the dmesg:

DMESG logs ``` [ 0.000000] microcode: microcode updated early to revision 0x88, date = 2021-03-31 [ 0.000000] Linux version 5.14.10-1-MANJARO (builduser@fv-az72-723) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu Oct 7 06:43:34 UTC 2021 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.14-x86_64 root=UUID=ca42843c-d00c-4f59-a56e-6d24cb43a854 rw quiet splash apparmor=1 security=apparmor resume=UUID=85c8f578-bf51-4e7d-848d-feea30522ef7 udev.log_priority=3 [ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks [ 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 0x020: 'AVX-512 opmask' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64 [ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512 [ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024 [ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3632 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005f6c1fff] usable [ 0.000000] BIOS-e820: [mem 0x000000005f6c2000-0x000000005f7e4fff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000005f7e5000-0x0000000063510fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000063511000-0x0000000063d71fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000063d72000-0x0000000063ffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x0000000063fff000-0x0000000063ffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000064000000-0x0000000067ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000069400000-0x00000000695fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000069e00000-0x00000000707fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048f7fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by Dell [ 0.000000] efi: ACPI=0x63ffe000 ACPI 2.0=0x63ffe014 SMBIOS=0x5fd71000 TPMFinalLog=0x63ce8000 ESRT=0x5fd18b98 MEMATTR=0x5a97e018 [ 0.000000] SMBIOS 3.2 present. [ 0.000000] DMI: Dell Inc. Latitude 9520/0GVMP9, BIOS 1.5.2 06/11/2021 [ 0.000000] tsc: Detected 1800.000 MHz processor [ 0.000000] tsc: Detected 1804.800 MHz TSC [ 0.000005] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000007] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000010] last_pfn = 0x48f800 max_arch_pfn = 0x400000000 [ 0.000129] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000954] last_pfn = 0x64000 max_arch_pfn = 0x400000000 [ 0.007136] esrt: Reserving ESRT space from 0x000000005fd18b98 to 0x000000005fd18c20. [ 0.007146] Using GB pages for direct mapping [ 0.007257] Secure boot disabled [ 0.007257] RAMDISK: [mem 0x36427000-0x3720afff] [ 0.007261] ACPI: Early table checksum verification disabled [ 0.007264] ACPI: RSDP 0x0000000063FFE014 000024 (v02 DELL ) [ 0.007267] ACPI: XSDT 0x0000000063F7D188 000104 (v01 DELL Dell Inc 00000002 01000013) [ 0.007272] ACPI: FACP 0x0000000063FF4000 000114 (v06 DELL Dell Inc 00000002 01000013) [ 0.007275] ACPI: DSDT 0x0000000063F9B000 055CF4 (v02 DELL Dell Inc 00000002 01000013) [ 0.007277] ACPI: FACS 0x0000000063D1B000 000040 [ 0.007279] ACPI: SSDT 0x0000000063FFA000 0024D0 (v02 CpuRef CpuSsdt 00003000 INTL 20191018) [ 0.007281] ACPI: SSDT 0x0000000063FF5000 004285 (v02 DptfTb DptfTabl 00001000 INTL 20191018) [ 0.007283] ACPI: HPET 0x0000000063FF3000 000038 (v01 DELL Dell Inc 00000002 01000013) [ 0.007285] ACPI: APIC 0x0000000063FF2000 00012C (v04 DELL Dell Inc 00000002 01000013) [ 0.007286] ACPI: MCFG 0x0000000063FF1000 00003C (v01 DELL Dell Inc 00000002 01000013) [ 0.007288] ACPI: SSDT 0x0000000063F9A000 0009C9 (v02 DELL DellRtd3 00001000 INTL 20191018) [ 0.007290] ACPI: NHLT 0x0000000063F99000 00002D (v00 DELL Dell Inc 00000002 01000013) [ 0.007292] ACPI: SSDT 0x0000000063F96000 002BE5 (v02 SaSsdt SaSsdt 00003000 INTL 20191018) [ 0.007294] ACPI: SSDT 0x0000000063F94000 0012AA (v02 INTEL IgfxSsdt 00003000 INTL 20191018) [ 0.007295] ACPI: SSDT 0x0000000063F88000 00B192 (v02 INTEL TcssSsdt 00001000 INTL 20191018) [ 0.007297] ACPI: SSDT 0x0000000063F87000 000CD2 (v02 DELL UsbCTabl 00001000 INTL 20191018) [ 0.007299] ACPI: LPIT 0x0000000063F86000 0000CC (v01 DELL Dell Inc 00000002 01000013) [ 0.007301] ACPI: WSMT 0x0000000063F85000 000028 (v01 DELL Dell Inc 00000002 01000013) [ 0.007302] ACPI: SSDT 0x0000000063F84000 000B75 (v02 DELL PtidDevc 00001000 INTL 20191018) [ 0.007304] ACPI: SSDT 0x0000000063F83000 00012A (v02 DELL TbtTypeC 00000000 INTL 20191018) [ 0.007306] ACPI: DBGP 0x0000000063F82000 000034 (v01 DELL Dell Inc 00000002 01000013) [ 0.007308] ACPI: DBG2 0x0000000063F81000 000054 (v00 DELL Dell Inc 00000002 01000013) [ 0.007310] ACPI: BOOT 0x0000000063F80000 000028 (v01 DELL CBX3 00000002 01000013) [ 0.007312] ACPI: SSDT 0x0000000063F7F000 00060E (v02 DELL Tpm2Tabl 00001000 INTL 20191018) [ 0.007315] ACPI: TPM2 0x0000000063F7E000 00004C (v04 DELL Dell Inc 00000002 01000013) [ 0.007316] ACPI: MSDM 0x0000000063FFD000 000055 (v03 DELL CBX3 06222004 AMI 00010013) [ 0.007318] ACPI: DMAR 0x0000000063F7C000 0000B8 (v02 INTEL Dell Inc 00000002 01000013) [ 0.007320] ACPI: SSDT 0x0000000063F7B000 0009EF (v02 DELL xh_Dell_ 00000000 INTL 20191018) [ 0.007322] ACPI: SSDT 0x0000000063F7A000 000144 (v02 Intel ADebTabl 00001000 INTL 20191018) [ 0.007324] ACPI: PTDT 0x0000000063F79000 000D44 (v00 DELL Dell Inc 00000005 MSFT 0100000D) [ 0.007325] ACPI: BGRT 0x0000000063F78000 000038 (v01 DELL Dell Inc 00000002 01000013) [ 0.007327] ACPI: FPDT 0x0000000063F77000 000034 (v01 DELL Dell Inc 00000002 01000013) [ 0.007328] ACPI: Reserving FACP table memory at [mem 0x63ff4000-0x63ff4113] [ 0.007329] ACPI: Reserving DSDT table memory at [mem 0x63f9b000-0x63ff0cf3] [ 0.007330] ACPI: Reserving FACS table memory at [mem 0x63d1b000-0x63d1b03f] [ 0.007330] ACPI: Reserving SSDT table memory at [mem 0x63ffa000-0x63ffc4cf] [ 0.007331] ACPI: Reserving SSDT table memory at [mem 0x63ff5000-0x63ff9284] [ 0.007331] ACPI: Reserving HPET table memory at [mem 0x63ff3000-0x63ff3037] [ 0.007332] ACPI: Reserving APIC table memory at [mem 0x63ff2000-0x63ff212b] [ 0.007332] ACPI: Reserving MCFG table memory at [mem 0x63ff1000-0x63ff103b] [ 0.007333] ACPI: Reserving SSDT table memory at [mem 0x63f9a000-0x63f9a9c8] [ 0.007333] ACPI: Reserving NHLT table memory at [mem 0x63f99000-0x63f9902c] [ 0.007334] ACPI: Reserving SSDT table memory at [mem 0x63f96000-0x63f98be4] [ 0.007334] ACPI: Reserving SSDT table memory at [mem 0x63f94000-0x63f952a9] [ 0.007334] ACPI: Reserving SSDT table memory at [mem 0x63f88000-0x63f93191] [ 0.007335] ACPI: Reserving SSDT table memory at [mem 0x63f87000-0x63f87cd1] [ 0.007335] ACPI: Reserving LPIT table memory at [mem 0x63f86000-0x63f860cb] [ 0.007336] ACPI: Reserving WSMT table memory at [mem 0x63f85000-0x63f85027] [ 0.007336] ACPI: Reserving SSDT table memory at [mem 0x63f84000-0x63f84b74] [ 0.007337] ACPI: Reserving SSDT table memory at [mem 0x63f83000-0x63f83129] [ 0.007337] ACPI: Reserving DBGP table memory at [mem 0x63f82000-0x63f82033] [ 0.007338] ACPI: Reserving DBG2 table memory at [mem 0x63f81000-0x63f81053] [ 0.007338] ACPI: Reserving BOOT table memory at [mem 0x63f80000-0x63f80027] [ 0.007338] ACPI: Reserving SSDT table memory at [mem 0x63f7f000-0x63f7f60d] [ 0.007339] ACPI: Reserving TPM2 table memory at [mem 0x63f7e000-0x63f7e04b] [ 0.007339] ACPI: Reserving MSDM table memory at [mem 0x63ffd000-0x63ffd054] [ 0.007340] ACPI: Reserving DMAR table memory at [mem 0x63f7c000-0x63f7c0b7] [ 0.007340] ACPI: Reserving SSDT table memory at [mem 0x63f7b000-0x63f7b9ee] [ 0.007341] ACPI: Reserving SSDT table memory at [mem 0x63f7a000-0x63f7a143] [ 0.007341] ACPI: Reserving PTDT table memory at [mem 0x63f79000-0x63f79d43] [ 0.007342] ACPI: Reserving BGRT table memory at [mem 0x63f78000-0x63f78037] [ 0.007342] ACPI: Reserving FPDT table memory at [mem 0x63f77000-0x63f77033] [ 0.007542] No NUMA configuration found [ 0.007543] Faking a node at [mem 0x0000000000000000-0x000000048f7fffff] [ 0.007546] NODE_DATA(0) allocated [mem 0x48f7fc000-0x48f7fffff] [ 0.007563] Zone ranges: [ 0.007564] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.007565] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.007566] Normal [mem 0x0000000100000000-0x000000048f7fffff] [ 0.007567] Device empty [ 0.007568] Movable zone start for each node [ 0.007568] Early memory node ranges [ 0.007568] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.007569] node 0: [mem 0x0000000000100000-0x000000005f6c1fff] [ 0.007570] node 0: [mem 0x0000000063fff000-0x0000000063ffffff] [ 0.007570] node 0: [mem 0x0000000100000000-0x000000048f7fffff] [ 0.007572] Initmem setup node 0 [mem 0x0000000000001000-0x000000048f7fffff] [ 0.007575] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.007596] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.009845] On node 0, zone DMA32: 18749 pages in unavailable ranges [ 0.027229] On node 0, zone Normal: 16384 pages in unavailable ranges [ 0.027242] On node 0, zone Normal: 2048 pages in unavailable ranges [ 0.027260] Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff] [ 0.027638] ACPI: PM-Timer IO Port: 0x1808 [ 0.027642] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.027643] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.027643] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.027644] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.027644] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.027644] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.027645] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.027645] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.027645] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.027646] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.027646] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.027646] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.027647] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.027647] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.027647] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.027648] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.027683] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.027685] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.027686] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.027689] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.027689] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.027694] e820: update [mem 0x5a960000-0x5a97dfff] usable ==> reserved [ 0.027698] TSC deadline timer available [ 0.027699] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.027708] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.027709] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff] [ 0.027710] PM: hibernation: Registered nosave memory: [mem 0x5a960000-0x5a97dfff] [ 0.027711] PM: hibernation: Registered nosave memory: [mem 0x5f6c2000-0x5f7e4fff] [ 0.027711] PM: hibernation: Registered nosave memory: [mem 0x5f7e5000-0x63510fff] [ 0.027712] PM: hibernation: Registered nosave memory: [mem 0x63511000-0x63d71fff] [ 0.027712] PM: hibernation: Registered nosave memory: [mem 0x63d72000-0x63ffefff] [ 0.027713] PM: hibernation: Registered nosave memory: [mem 0x64000000-0x67ffffff] [ 0.027713] PM: hibernation: Registered nosave memory: [mem 0x68000000-0x693fffff] [ 0.027714] PM: hibernation: Registered nosave memory: [mem 0x69400000-0x695fffff] [ 0.027714] PM: hibernation: Registered nosave memory: [mem 0x69600000-0x69dfffff] [ 0.027715] PM: hibernation: Registered nosave memory: [mem 0x69e00000-0x707fffff] [ 0.027715] PM: hibernation: Registered nosave memory: [mem 0x70800000-0xbfffffff] [ 0.027715] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff] [ 0.027716] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff] [ 0.027716] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff] [ 0.027716] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff] [ 0.027717] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.027717] [mem 0x70800000-0xbfffffff] available for PCI devices [ 0.027719] Booting paravirtualized kernel on bare hardware [ 0.027720] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.030906] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1 [ 0.031011] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144 [ 0.031015] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152 [ 0.031016] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.031028] Built 1 zonelists, mobility grouping on. Total pages: 4059655 [ 0.031029] Policy zone: Normal [ 0.031030] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.14-x86_64 root=UUID=ca42843c-d00c-4f59-a56e-6d24cb43a854 rw quiet splash apparmor=1 security=apparmor resume=UUID=85c8f578-bf51-4e7d-848d-feea30522ef7 udev.log_priority=3 [ 0.031076] Unknown command line parameters: splash BOOT_IMAGE=/boot/vmlinuz-5.14-x86_64 [ 0.031466] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.031659] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.031707] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off [ 0.053586] Memory: 15976984K/16497028K available (14344K kernel code, 2084K rwdata, 9412K rodata, 1804K init, 4040K bss, 519784K reserved, 0K cma-reserved) [ 0.053589] random: get_random_u64 called from __kmem_cache_create+0x2a/0x5a0 with crng_init=0 [ 0.053689] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.053696] ftrace: allocating 42698 entries in 167 pages [ 0.062101] ftrace: allocated 167 pages with 5 groups [ 0.062172] rcu: Preemptible hierarchical RCU implementation. [ 0.062172] rcu: RCU dyntick-idle grace-period acceleration is enabled. [ 0.062173] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8. [ 0.062173] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.062174] Trampoline variant of Tasks RCU enabled. [ 0.062174] Rude variant of Tasks RCU enabled. [ 0.062175] Tracing variant of Tasks RCU enabled. [ 0.062175] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 0.062176] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.064054] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16 [ 0.064452] Console: colour dummy device 80x25 [ 0.064459] printk: console [tty0] enabled [ 0.064470] ACPI: Core revision 20210604 [ 0.064746] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns [ 0.064846] APIC: Switch to symmetric I/O mode setup [ 0.064848] DMAR: Host address width 39 [ 0.064848] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.064851] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e [ 0.064853] DMAR: DRHD base: 0x000000fed84000 flags: 0x0 [ 0.064856] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.064857] DMAR: DRHD base: 0x000000fed85000 flags: 0x0 [ 0.064860] DMAR: dmar2: reg_base_addr fed85000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.064861] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.064865] DMAR: dmar3: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.064867] DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff [ 0.064869] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 3 [ 0.064869] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.064870] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.066838] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.066839] x2apic enabled [ 0.066869] Switched APIC routing to cluster x2apic. [ 0.071454] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088141] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1a03dfe73b3, max_idle_ns: 440795256845 ns [ 0.088148] Calibrating delay loop (skipped), value calculated using timer frequency.. 3611.00 BogoMIPS (lpj=6016000) [ 0.088149] pid_max: default: 32768 minimum: 301 [ 0.089993] LSM: Security Framework initializing [ 0.089999] landlock: Up and running. [ 0.089999] Yama: becoming mindful. [ 0.090031] AppArmor: AppArmor initialized [ 0.090067] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.090097] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.090268] x86/tme: not enabled by BIOS [ 0.090274] CPU0: Thermal monitoring enabled (TM1) [ 0.090275] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.090363] process: using mwait in idle threads [ 0.090364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.090365] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.090367] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.090369] Spectre V2 : Mitigation: Enhanced IBRS [ 0.090370] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.090371] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.090372] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.093260] Freeing SMP alternatives memory: 36K [ 0.094882] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2446 [ 0.094901] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (family: 0x6, model: 0x8c, stepping: 0x1) [ 0.094976] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.094985] ... version: 5 [ 0.094986] ... bit width: 48 [ 0.094986] ... generic registers: 8 [ 0.094986] ... value mask: 0000ffffffffffff [ 0.094987] ... max period: 00007fffffffffff [ 0.094987] ... fixed-purpose events: 4 [ 0.094987] ... event mask: 0001000f000000ff [ 0.095043] rcu: Hierarchical SRCU implementation. [ 0.095563] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.095618] smp: Bringing up secondary CPUs ... [ 0.095687] x86: Booting SMP configuration: [ 0.095687] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [ 0.105536] smp: Brought up 1 node, 8 CPUs [ 0.105536] smpboot: Max logical packages: 1 [ 0.105536] smpboot: Total of 8 processors activated (28888.00 BogoMIPS) [ 0.108911] devtmpfs: initialized [ 0.108911] x86/mm: Memory block size: 128MB [ 0.108911] ACPI: PM: Registering ACPI NVS region [mem 0x63511000-0x63d71fff] (8785920 bytes) [ 0.108911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.108911] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.108911] pinctrl core: initialized pinctrl subsystem [ 0.108911] PM: RTC time: 07:51:21, date: 2021-10-12 [ 0.108911] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.108911] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.108911] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.108998] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.109002] audit: initializing netlink subsys (disabled) [ 0.109006] audit: type=2000 audit(1634025081.039:1): state=initialized audit_enabled=0 res=1 [ 0.109006] thermal_sys: Registered thermal governor 'fair_share' [ 0.109006] thermal_sys: Registered thermal governor 'bang_bang' [ 0.109006] thermal_sys: Registered thermal governor 'step_wise' [ 0.109006] thermal_sys: Registered thermal governor 'user_space' [ 0.109006] thermal_sys: Registered thermal governor 'power_allocator' [ 0.109006] cpuidle: using governor ladder [ 0.109006] cpuidle: using governor menu [ 0.109006] Simple Boot Flag at 0x47 set to 0x80 [ 0.109006] ACPI: bus type PCI registered [ 0.109006] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.109006] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000) [ 0.109006] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820 [ 0.109006] PCI: Using configuration type 1 for base access [ 0.109006] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.109006] Kprobes globally optimized [ 0.111493] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.111493] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.111518] ACPI: Added _OSI(Module Device) [ 0.111518] ACPI: Added _OSI(Processor Device) [ 0.111519] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.111519] ACPI: Added _OSI(Processor Aggregator Device) [ 0.111520] ACPI: Added _OSI(Linux-Dell-Video) [ 0.111520] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.111521] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.159689] ACPI: 13 ACPI AML tables successfully acquired and loaded [ 0.170710] ACPI: Dynamic OEM Table Load: [ 0.170718] ACPI: SSDT 0xFFFF924040288400 0001CB (v02 PmRef Cpu0Psd 00003000 INTL 20191018) [ 0.171325] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [ 0.173076] ACPI: Dynamic OEM Table Load: [ 0.173080] ACPI: SSDT 0xFFFF924041697800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20191018) [ 0.173783] ACPI: Dynamic OEM Table Load: [ 0.173787] ACPI: SSDT 0xFFFF924041C2B800 0004FD (v02 PmRef Cpu0Ist 00003000 INTL 20191018) [ 0.174541] ACPI: Dynamic OEM Table Load: [ 0.174544] ACPI: SSDT 0xFFFF924041692800 000266 (v02 PmRef Cpu0Hwp 00003000 INTL 20191018) [ 0.175386] ACPI: Dynamic OEM Table Load: [ 0.175390] ACPI: SSDT 0xFFFF924041C36000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018) [ 0.176203] ACPI: Dynamic OEM Table Load: [ 0.176206] ACPI: SSDT 0xFFFF924041C2F000 00048A (v02 PmRef ApHwp 00003000 INTL 20191018) [ 0.176944] ACPI: Dynamic OEM Table Load: [ 0.176948] ACPI: SSDT 0xFFFF924041C28800 0004D4 (v02 PmRef ApPsd 00003000 INTL 20191018) [ 0.177680] ACPI: Dynamic OEM Table Load: [ 0.177683] ACPI: SSDT 0xFFFF924041C2E000 00048A (v02 PmRef ApCst 00003000 INTL 20191018) [ 0.181530] ACPI: EC: EC started [ 0.181532] ACPI: EC: interrupt blocked [ 0.183754] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930 [ 0.183755] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions [ 0.183756] ACPI: Interpreter enabled [ 0.183794] ACPI: PM: (supports S0 S4 S5) [ 0.183795] ACPI: Using IOAPIC for interrupt routing [ 0.183824] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.185293] ACPI: Enabled 8 GPEs in block 00 to 7F [ 0.188658] ACPI: PM: Power Resource [BTPR] [ 0.190688] ACPI: PM: Power Resource [PXP] [ 0.195240] ACPI: PM: Power Resource [V0PR] [ 0.195331] ACPI: PM: Power Resource [V1PR] [ 0.195419] ACPI: PM: Power Resource [V2PR] [ 0.198567] ACPI: PM: Power Resource [WRST] [ 0.200434] ACPI: PM: Power Resource [TBT0] [ 0.200442] ACPI: PM: Power Resource [TBT1] [ 0.430798] ACPI: PM: Power Resource [PIN] [ 0.431062] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe]) [ 0.431067] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.432724] acpi PNP0A08:00: _OSC: platform does not support [AER] [ 0.434811] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC] [ 0.434811] PCI host bridge to bus 0000:00 [ 0.434811] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.434811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.434811] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.434811] pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window] [ 0.434811] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window] [ 0.434811] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.434811] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000 [ 0.434811] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000 [ 0.434811] pci 0000:00:02.0: reg 0x10: [mem 0x6052000000-0x6052ffffff 64bit] [ 0.434811] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref] [ 0.434811] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.434811] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.434811] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics [ 0.434811] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit] [ 0.434811] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs) [ 0.434811] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref] [ 0.434811] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs) [ 0.434811] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000 [ 0.434811] pci 0000:00:04.0: reg 0x10: [mem 0x6053140000-0x605315ffff 64bit] [ 0.434811] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400 [ 0.434811] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 0.434811] pci 0000:00:06.0: PTM enabled (root), 4ns granularity [ 0.439007] pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400 [ 0.439788] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 0.439808] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid [ 0.440330] pci 0000:00:07.1: [8086:9a25] type 01 class 0x060400 [ 0.441108] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold [ 0.441128] pci 0000:00:07.1: DPC: RP PIO log size 0 is invalid [ 0.441666] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000 [ 0.441672] pci 0000:00:0a.0: reg 0x10: [mem 0x6053190000-0x6053197fff 64bit] [ 0.441691] pci 0000:00:0a.0: enabling Extended Tags [ 0.442465] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330 [ 0.442476] pci 0000:00:0d.0: reg 0x10: [mem 0x6053180000-0x605318ffff 64bit] [ 0.442527] pci 0000:00:0d.0: PME# supported from D3hot D3cold [ 0.443457] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340 [ 0.443467] pci 0000:00:0d.2: reg 0x10: [mem 0x6053100000-0x605313ffff 64bit] [ 0.443474] pci 0000:00:0d.2: reg 0x18: [mem 0x60531a9000-0x60531a9fff 64bit] [ 0.443506] pci 0000:00:0d.2: supports D1 D2 [ 0.443507] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.444349] pci 0000:00:12.0: [8086:a0fc] type 00 class 0x070000 [ 0.444369] pci 0000:00:12.0: reg 0x10: [mem 0x6053170000-0x605317ffff 64bit] [ 0.444440] pci 0000:00:12.0: PME# supported from D0 D3hot [ 0.445414] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330 [ 0.445435] pci 0000:00:14.0: reg 0x10: [mem 0x6053160000-0x605316ffff 64bit] [ 0.445519] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.446455] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000 [ 0.446475] pci 0000:00:14.2: reg 0x10: [mem 0x60531a0000-0x60531a3fff 64bit] [ 0.446487] pci 0000:00:14.2: reg 0x18: [mem 0x60531a8000-0x60531a8fff 64bit] [ 0.447310] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000 [ 0.447331] pci 0000:00:14.3: reg 0x10: [mem 0x605319c000-0x605319ffff 64bit] [ 0.447453] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold [ 0.448315] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000 [ 0.448346] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.449396] pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000 [ 0.449426] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.450468] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000 [ 0.450490] pci 0000:00:16.0: reg 0x10: [mem 0x60531a5000-0x60531a5fff 64bit] [ 0.450574] pci 0000:00:16.0: PME# supported from D3hot [ 0.451542] pci 0000:00:1c.0: [8086:a0be] type 01 class 0x060400 [ 0.451641] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.451673] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity [ 0.452860] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100 [ 0.453852] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380 [ 0.453894] pci 0000:00:1f.3: reg 0x10: [mem 0x6053198000-0x605319bfff 64bit] [ 0.453948] pci 0000:00:1f.3: reg 0x20: [mem 0x6053000000-0x60530fffff 64bit] [ 0.454053] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.455022] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500 [ 0.455043] pci 0000:00:1f.4: reg 0x10: [mem 0x60531a4000-0x60531a40ff 64bit] [ 0.455065] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [ 0.455958] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000 [ 0.455976] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.456856] pci 0000:01:00.0: [15b7:5007] type 00 class 0x010802 [ 0.456870] pci 0000:01:00.0: reg 0x10: [mem 0xa2200000-0xa2203fff 64bit] [ 0.456890] pci 0000:01:00.0: reg 0x20: [mem 0xa2204000-0xa22040ff 64bit] [ 0.457025] pci 0000:00:06.0: PCI bridge to [bus 01] [ 0.457028] pci 0000:00:06.0: bridge window [mem 0xa2200000-0xa22fffff] [ 0.457057] pci 0000:00:07.0: PCI bridge to [bus 02-39] [ 0.457061] pci 0000:00:07.0: bridge window [mem 0x8c000000-0xa20fffff] [ 0.457064] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.457090] pci 0000:00:07.1: PCI bridge to [bus 3a-71] [ 0.457094] pci 0000:00:07.1: bridge window [mem 0x74000000-0x8a0fffff] [ 0.457097] pci 0000:00:07.1: bridge window [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.457165] pci 0000:72:00.0: [10ec:525a] type 00 class 0xff0000 [ 0.457199] pci 0000:72:00.0: reg 0x14: [mem 0xa2100000-0xa2100fff] [ 0.457347] pci 0000:72:00.0: supports D1 D2 [ 0.457347] pci 0000:72:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.457518] pci 0000:00:1c.0: PCI bridge to [bus 72] [ 0.457523] pci 0000:00:1c.0: bridge window [mem 0xa2100000-0xa21fffff] [ 0.478144] ACPI: EC: interrupt unblocked [ 0.478144] ACPI: EC: event unblocked [ 0.481484] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930 [ 0.481484] ACPI: EC: GPE=0x6e [ 0.481484] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete [ 0.481484] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events [ 0.481484] iommu: Default domain type: Translated [ 0.481500] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.481500] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.481500] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.481500] vgaarb: loaded [ 0.481703] SCSI subsystem initialized [ 0.481708] libata version 3.00 loaded. [ 0.481708] ACPI: bus type USB registered [ 0.481708] usbcore: registered new interface driver usbfs [ 0.481708] usbcore: registered new interface driver hub [ 0.481708] usbcore: registered new device driver usb [ 0.481708] pps_core: LinuxPPS API ver. 1 registered [ 0.481708] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.481708] PTP clock support registered [ 0.481708] EDAC MC: Ver: 3.0.0 [ 0.481952] Registered efivars operations [ 0.481952] NetLabel: Initializing [ 0.481952] NetLabel: domain hash size = 128 [ 0.481952] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.481952] NetLabel: unlabeled traffic allowed by default [ 0.481952] PCI: Using ACPI for IRQ routing [ 0.497404] PCI: pci_cache_line_size set to 64 bytes [ 0.497542] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window [ 0.497627] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.497628] e820: reserve RAM buffer [mem 0x5a960000-0x5bffffff] [ 0.497629] e820: reserve RAM buffer [mem 0x5f6c2000-0x5fffffff] [ 0.497630] e820: reserve RAM buffer [mem 0x48f800000-0x48fffffff] [ 0.498612] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.498612] hpet0: 8 comparators, 64-bit 19.200000 MHz counter [ 0.501499] clocksource: Switched to clocksource tsc-early [ 0.505955] VFS: Disk quotas dquot_6.6.0 [ 0.505964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506018] AppArmor: AppArmor Filesystem Enabled [ 0.506040] pnp: PnP ACPI init [ 0.506181] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.506182] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.506254] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.507186] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref] [ 0.507199] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved [ 0.507201] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved [ 0.507202] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved [ 0.507202] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved [ 0.507203] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.507204] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved [ 0.507205] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.507867] system 00:06: [io 0x1800-0x18fe] could not be reserved [ 0.507869] system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved [ 0.507870] system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved [ 0.507871] system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved [ 0.507871] system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved [ 0.507872] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.507873] system 00:06: [mem 0xff000000-0xffffffff] has been reserved [ 0.507874] system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved [ 0.507875] system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved [ 0.507876] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.508089] system 00:07: [io 0x2000-0x20fe] has been reserved [ 0.510809] pnp: PnP ACPI: found 9 devices [ 0.515881] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.515913] NET: Registered PF_INET protocol family [ 0.516080] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.517023] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.517113] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.517265] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.517307] TCP: Hash tables configured (established 131072 bind 65536) [ 0.517379] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear) [ 0.517426] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.517458] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.517495] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.517499] NET: Registered PF_XDP protocol family [ 0.517503] pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 1000 [ 0.517505] pci 0000:00:07.1: bridge window [io 0x1000-0x0fff] to [bus 3a-71] add_size 1000 [ 0.517512] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref] [ 0.517515] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit] [ 0.517517] pci 0000:00:07.0: BAR 13: assigned [io 0x4000-0x4fff] [ 0.517518] pci 0000:00:07.1: BAR 13: assigned [io 0x5000-0x5fff] [ 0.517519] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit] [ 0.517578] pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit] [ 0.517593] pci 0000:00:1f.5: BAR 0: assigned [mem 0x70800000-0x70800fff] [ 0.517604] pci 0000:00:06.0: PCI bridge to [bus 01] [ 0.517610] pci 0000:00:06.0: bridge window [mem 0xa2200000-0xa22fffff] [ 0.517618] pci 0000:00:07.0: PCI bridge to [bus 02-39] [ 0.517620] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff] [ 0.517622] pci 0000:00:07.0: bridge window [mem 0x8c000000-0xa20fffff] [ 0.517624] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.517627] pci 0000:00:07.1: PCI bridge to [bus 3a-71] [ 0.517629] pci 0000:00:07.1: bridge window [io 0x5000-0x5fff] [ 0.517631] pci 0000:00:07.1: bridge window [mem 0x74000000-0x8a0fffff] [ 0.517633] pci 0000:00:07.1: bridge window [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.517637] pci 0000:00:1c.0: PCI bridge to [bus 72] [ 0.517641] pci 0000:00:1c.0: bridge window [mem 0xa2100000-0xa21fffff] [ 0.517648] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.517649] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.517649] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.517650] pci_bus 0000:00: resource 7 [mem 0x70800000-0xbfffffff window] [ 0.517651] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window] [ 0.517652] pci_bus 0000:01: resource 1 [mem 0xa2200000-0xa22fffff] [ 0.517652] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] [ 0.517653] pci_bus 0000:02: resource 1 [mem 0x8c000000-0xa20fffff] [ 0.517653] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.517654] pci_bus 0000:3a: resource 0 [io 0x5000-0x5fff] [ 0.517655] pci_bus 0000:3a: resource 1 [mem 0x74000000-0x8a0fffff] [ 0.517655] pci_bus 0000:3a: resource 2 [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.517656] pci_bus 0000:72: resource 1 [mem 0xa2100000-0xa21fffff] [ 0.517751] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.518106] PCI: CLS 0 bytes, default 64 [ 0.518136] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.518136] software IO TLB: mapped [mem 0x0000000052864000-0x0000000056864000] (64MB) [ 0.518170] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1a03dfe73b3, max_idle_ns: 440795256845 ns [ 0.518189] clocksource: Switched to clocksource tsc [ 0.518195] Trying to unpack rootfs image as initramfs... [ 0.521877] Initialise system trusted keyrings [ 0.521885] Key type blacklist registered [ 0.521901] workingset: timestamp_bits=41 max_order=22 bucket_order=0 [ 0.522425] zbud: loaded [ 0.528882] Key type asymmetric registered [ 0.528883] Asymmetric key parser 'x509' registered [ 0.528886] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.528905] io scheduler mq-deadline registered [ 0.528905] io scheduler kyber registered [ 0.528919] io scheduler bfq registered [ 0.530719] pcieport 0000:00:06.0: PME: Signaling with IRQ 124 [ 0.530876] pcieport 0000:00:07.0: PME: Signaling with IRQ 125 [ 0.530887] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 0.531087] pcieport 0000:00:07.1: PME: Signaling with IRQ 126 [ 0.531098] pcieport 0000:00:07.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 0.531272] pcieport 0000:00:1c.0: PME: Signaling with IRQ 127 [ 0.531348] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.531362] efifb: probing for efifb [ 0.531372] efifb: Ignoring BGRT: unexpected or invalid BMP data [ 0.531372] efifb: framebuffer at 0x4000000000, using 10816k, total 10816k [ 0.531373] efifb: mode is 1920x1440x32, linelength=7680, pages=1 [ 0.531374] efifb: scrolling: redraw [ 0.531374] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.531412] fbcon: Deferring console take-over [ 0.531413] fb0: EFI VGA frame buffer device [ 0.531559] Monitor-Mwait will be used to enter C-1 state [ 0.531563] Monitor-Mwait will be used to enter C-2 state [ 0.531566] Monitor-Mwait will be used to enter C-3 state [ 0.531569] ACPI: \_SB_.PR00: Found 3 idle states [ 0.532452] ACPI: AC: AC Adapter [AC] (on-line) [ 0.532491] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.534916] ACPI: button: Lid Switch [LID0] [ 0.534937] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 0.534952] ACPI: button: Power Button [PBTN] [ 0.534965] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 [ 0.534971] ACPI: button: Sleep Button [SBTN] [ 0.535095] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2446 [ 0.537162] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.538358] serial 0000:00:12.0: enabling device (0000 -> 0002) [ 0.538806] Non-volatile memory driver v1.3 [ 0.538807] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel [ 0.538808] AMD-Vi: AMD IOMMUv2 functionality not available on this system [ 0.539322] nvme nvme0: pci function 0000:01:00.0 [ 0.539351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.539354] ehci-pci: EHCI PCI platform driver [ 0.539389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.539390] ohci-pci: OHCI PCI platform driver [ 0.539394] uhci_hcd: USB Universal Host Controller Interface driver [ 0.539410] usbcore: registered new interface driver usbserial_generic [ 0.539413] usbserial: USB Serial support registered for generic [ 0.539459] rtc_cmos 00:01: RTC can wake from S4 [ 0.540249] rtc_cmos 00:01: registered as rtc0 [ 0.540415] rtc_cmos 00:01: setting system clock to 2021-10-12T07:51:21 UTC (1634025081) [ 0.540423] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram [ 0.540741] intel_pstate: Intel P-state driver initializing [ 0.541186] intel_pstate: HWP enabled [ 0.541342] ledtrig-cpu: registered to indicate activity on CPUs [ 0.541722] hid: raw HID events driver (C) Jiri Kosina [ 0.541766] ashmem: initialized [ 0.542597] intel_pmc_core INT33A1:00: initialized [ 0.542768] drop_monitor: Initializing network drop monitor service [ 0.542928] Initializing XFRM netlink socket [ 0.543094] NET: Registered PF_INET6 protocol family [ 0.553813] nvme nvme0: allocated 32 MiB host memory buffer. [ 0.555030] nvme nvme0: 8/0/0 default/read/poll queues [ 0.557777] nvme0n1: p1 p2 p3 [ 0.567716] ACPI: battery: Slot [BAT0] (battery present) [ 0.600956] Freeing initrd memory: 14224K [ 0.604239] Segment Routing with IPv6 [ 0.604241] RPL Segment Routing with IPv6 [ 0.604256] NET: Registered PF_PACKET protocol family [ 0.605390] microcode: sig=0x806c1, pf=0x80, revision=0x88 [ 0.605693] microcode: Microcode Update Driver: v2.2. [ 0.606071] resctrl: L2 allocation detected [ 0.606073] resctrl: L2DATA allocation detected [ 0.606073] resctrl: L2CODE allocation detected [ 0.606075] IPI shorthand broadcast: enabled [ 0.606081] sched_clock: Marking stable (602277357, 3786393)->(612032216, -5968466) [ 0.606379] registered taskstats version 1 [ 0.606688] Loading compiled-in X.509 certificates [ 0.608239] Loaded X.509 cert 'Build time autogenerated kernel key: cc5c9cf09ff51442b55b29fd2e1c5ece42db50c9' [ 0.609605] zswap: loaded using pool zstd/z3fold [ 0.610034] Key type ._fscrypt registered [ 0.610035] Key type .fscrypt registered [ 0.610035] Key type fscrypt-provisioning registered [ 0.610054] AppArmor: AppArmor sha1 policy hashing enabled [ 0.610192] PM: Magic number: 9:7:875 [ 0.610380] RAS: Correctable Errors collector initialized. [ 0.612375] Freeing unused decrypted memory: 2036K [ 0.612665] Freeing unused kernel image (initmem) memory: 1804K [ 0.651729] Write protecting the kernel read-only data: 26624k [ 0.652514] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.652840] Freeing unused kernel image (rodata/data gap) memory: 828K [ 0.669014] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.669019] rodata_test: all tests were successful [ 0.669024] Run /init as init process [ 0.669026] with arguments: [ 0.669027] /init [ 0.669027] splash [ 0.669028] with environment: [ 0.669029] HOME=/ [ 0.669029] TERM=linux [ 0.669030] BOOT_IMAGE=/boot/vmlinuz-5.14-x86_64 [ 0.775351] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.775365] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1 [ 0.776434] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810 [ 0.776618] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.776622] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2 [ 0.776624] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.776651] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14 [ 0.776653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.776654] usb usb1: Product: xHCI Host Controller [ 0.776655] usb usb1: Manufacturer: Linux 5.14.10-1-MANJARO xhci-hcd [ 0.776656] usb usb1: SerialNumber: 0000:00:0d.0 [ 0.776747] hub 1-0:1.0: USB hub found [ 0.776754] hub 1-0:1.0: 1 port detected [ 0.776840] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14 [ 0.776843] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.776844] usb usb2: Product: xHCI Host Controller [ 0.776845] usb usb2: Manufacturer: Linux 5.14.10-1-MANJARO xhci-hcd [ 0.776846] usb usb2: SerialNumber: 0000:00:0d.0 [ 0.776925] hub 2-0:1.0: USB hub found [ 0.776934] hub 2-0:1.0: 4 ports detected [ 0.776996] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 0.777375] i8042: Warning: Keylock active [ 0.777454] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.777458] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 0.778552] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810 [ 0.778783] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.778786] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 0.778788] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.778816] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14 [ 0.778817] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.778818] usb usb3: Product: xHCI Host Controller [ 0.778819] usb usb3: Manufacturer: Linux 5.14.10-1-MANJARO xhci-hcd [ 0.778820] usb usb3: SerialNumber: 0000:00:14.0 [ 0.778892] hub 3-0:1.0: USB hub found [ 0.778915] hub 3-0:1.0: 12 ports detected [ 0.779639] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779653] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780511] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14 [ 0.780513] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.780514] usb usb4: Product: xHCI Host Controller [ 0.780515] usb usb4: Manufacturer: Linux 5.14.10-1-MANJARO xhci-hcd [ 0.780516] usb usb4: SerialNumber: 0000:00:14.0 [ 0.780578] hub 4-0:1.0: USB hub found [ 0.780592] hub 4-0:1.0: 4 ports detected [ 0.780786] usb: port power management may be unreliable [ 0.786955] rtsx_pci 0000:72:00.0: Unbalanced pm_runtime_enable! [ 0.790939] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 0.804904] PM: Image not found (code -22) [ 0.842710] random: fast init done [ 0.845787] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 0.929753] systemd[1]: systemd 249.4-1-manjaro running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 0.929854] systemd[1]: Detected architecture x86-64. [ 0.930225] systemd[1]: Hostname set to . [ 1.028163] usb 3-1: new high-speed USB device number 2 using xhci_hcd [ 1.040771] random: lvmconfig: uninitialized urandom read (4 bytes read) [ 1.086337] systemd[1]: Queued start job for default target Graphical Interface. [ 1.087183] systemd[1]: Created slice Slice /system/getty. [ 1.087316] systemd[1]: Created slice Slice /system/modprobe. [ 1.087426] systemd[1]: Created slice Slice /system/systemd-fsck. [ 1.087494] systemd[1]: Created slice User and Session Slice. [ 1.087523] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 1.087594] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 1.087614] systemd[1]: Reached target Login Prompts. [ 1.087625] systemd[1]: Reached target Remote File Systems. [ 1.087630] systemd[1]: Reached target Slice Units. [ 1.087642] systemd[1]: Reached target Local Verity Integrity Protected Volumes. [ 1.087675] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 1.087826] systemd[1]: Listening on LVM2 poll daemon socket. [ 1.088345] systemd[1]: Listening on Process Core Dump Socket. [ 1.089049] systemd[1]: Listening on Journal Audit Socket. [ 1.089083] systemd[1]: Listening on Journal Socket (/dev/log). [ 1.089119] systemd[1]: Listening on Journal Socket. [ 1.089323] systemd[1]: Listening on udev Control Socket. [ 1.089355] systemd[1]: Listening on udev Kernel Socket. [ 1.089720] systemd[1]: Mounting Huge Pages File System... [ 1.090080] systemd[1]: Mounting POSIX Message Queue File System... [ 1.090456] systemd[1]: Mounting Kernel Debug File System... [ 1.090749] systemd[1]: Mounting Kernel Trace File System... [ 1.091162] systemd[1]: Starting Load AppArmor profiles... [ 1.091501] systemd[1]: Starting Create List of Static Device Nodes... [ 1.091837] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 1.092227] systemd[1]: Starting Load Kernel Module configfs... [ 1.092532] systemd[1]: Starting Load Kernel Module drm... [ 1.092862] systemd[1]: Starting Load Kernel Module fuse... [ 1.093170] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 1.093205] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 1.093250] random: lvm: uninitialized urandom read (4 bytes read) [ 1.093906] systemd[1]: Starting Load Kernel Modules... [ 1.094288] systemd[1]: Starting Remount Root and Kernel File Systems... [ 1.094322] systemd[1]: Condition check resulted in Repartition Root Disk being skipped. [ 1.094647] systemd[1]: Starting Coldplug All udev Devices... [ 1.095357] systemd[1]: Mounted Huge Pages File System. [ 1.095417] systemd[1]: Mounted POSIX Message Queue File System. [ 1.095457] systemd[1]: Mounted Kernel Debug File System. [ 1.095507] systemd[1]: Mounted Kernel Trace File System. [ 1.095636] systemd[1]: Finished Create List of Static Device Nodes. [ 1.095818] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 1.095948] systemd[1]: Finished Load Kernel Module configfs. [ 1.096676] systemd[1]: Mounting Kernel Configuration File System... [ 1.098220] systemd[1]: Mounted Kernel Configuration File System. [ 1.098959] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none. [ 1.099525] systemd[1]: Finished Remount Root and Kernel File Systems. [ 1.099630] systemd[1]: Condition check resulted in First Boot Wizard being skipped. [ 1.101846] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 1.102546] systemd[1]: Starting Load/Save Random Seed... [ 1.102596] systemd[1]: Condition check resulted in Create System Users being skipped. [ 1.103230] systemd[1]: Starting Create Static Device Nodes in /dev... [ 1.103981] systemd[1]: Starting Setup Virtual Console... [ 1.104404] systemd[1]: Finished Load Kernel Modules. [ 1.105284] systemd[1]: Starting Apply Kernel Variables... [ 1.106366] fuse: init (API version 7.34) [ 1.107012] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 1.107189] systemd[1]: Finished Load Kernel Module fuse. [ 1.107929] systemd[1]: Mounting FUSE Control File System... [ 1.109435] systemd[1]: Mounted FUSE Control File System. [ 1.110042] systemd[1]: Finished Apply Kernel Variables. [ 1.111301] systemd[1]: Starting CLI Netfilter Manager... [ 1.116253] systemd[1]: Finished Create Static Device Nodes in /dev. [ 1.116373] systemd[1]: Condition check resulted in Entropy Daemon based on the HAVEGE algorithm being skipped. [ 1.117429] systemd[1]: Starting Journal Service... [ 1.118554] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 1.118942] systemd[1]: Finished Setup Virtual Console. [ 1.119253] systemd[1]: Finished CLI Netfilter Manager. [ 1.128959] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 1.129148] systemd[1]: Finished Load Kernel Module drm. [ 1.129186] audit: type=1130 audit(1634025082.086:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.129191] audit: type=1131 audit(1634025082.086:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.135038] usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd [ 1.145920] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ 1.146057] systemd[1]: Reached target Preparation for Local File Systems. [ 1.146105] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped. [ 1.146222] audit: type=1130 audit(1634025082.103:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.147597] systemd[1]: Mounting Mount unit for core18, revision 2128... [ 1.148593] systemd[1]: Mounting Mount unit for snapd, revision 12883... [ 1.152151] systemd[1]: Mounting Mount unit for snapd, revision 13170... [ 1.157273] usb 2-1: New USB device found, idVendor=1d5c, idProduct=5500, bcdDevice= 1.02 [ 1.157278] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.157281] usb 2-1: Product: Frescologic USB3.1Gen2 HUB [ 1.157283] usb 2-1: Manufacturer: Frescologic [ 1.158811] systemd[1]: Mounting Mount unit for zoom-client, revision 159... [ 1.158905] hub 2-1:1.0: USB hub found [ 1.159268] hub 2-1:1.0: 4 ports detected [ 1.168929] systemd[1]: Mounting Mount unit for zoom-client, revision 160... [ 1.169110] systemd[1]: Started Journal Service. [ 1.169206] audit: type=1130 audit(1634025082.126:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.171363] audit: type=1130 audit(1634025082.126:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.171806] audit: type=1130 audit(1634025082.129:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.174991] systemd-journald[286]: Received client request to flush runtime journal. [ 1.176438] usb 3-1: New USB device found, idVendor=1d5c, idProduct=5510, bcdDevice= 1.02 [ 1.176443] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.176445] usb 3-1: Product: Frescologic USB2.0 HUB [ 1.176446] usb 3-1: Manufacturer: Frescologic [ 1.177601] hub 3-1:1.0: USB hub found [ 1.177976] hub 3-1:1.0: 6 ports detected [ 1.197003] audit: type=1400 audit(1634025082.153:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=278 comm="apparmor_parser" [ 1.198325] audit: type=1400 audit(1634025082.156:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=278 comm="apparmor_parser" [ 1.201859] loop1: detected capacity change from 0 to 509144 [ 1.202780] audit: type=1130 audit(1634025082.159:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.212309] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.262332] random: tlp-readconfs: uninitialized urandom read (4 bytes read) [ 1.304822] usb 3-3: new full-speed USB device number 3 using xhci_hcd [ 1.365073] loop: module loaded [ 1.365370] loop0: detected capacity change from 0 to 526504 [ 1.365414] loop2: detected capacity change from 0 to 113536 [ 1.365475] loop3: detected capacity change from 0 to 66152 [ 1.365512] loop4: detected capacity change from 0 to 66168 [ 1.366040] input: Intel HID events as /devices/platform/INTC1051:00/input/input5 [ 1.366294] intel-hid INTC1051:00: platform supports 5 button array [ 1.366334] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input6 [ 1.452221] usb 3-3: New USB device found, idVendor=0a12, idProduct=4010, bcdDevice=16.07 [ 1.452227] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.453653] hub 3-3:1.0: USB hub found [ 1.454775] hub 3-3:1.0: 4 ports detected [ 1.571840] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.571879] wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found [ 1.571881] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.575871] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.578406] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.578477] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.578528] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.578550] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.581488] usb 3-6: new high-speed USB device number 4 using xhci_hcd [ 1.630231] Adding 17728292k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:17728292k SSFS [ 1.706078] intel-pmt 0000:00:0a.0: Watcher not supported [ 1.706084] intel-pmt 0000:00:0a.0: Crashlog not supported [ 1.707729] ACPI: bus type thunderbolt registered [ 1.709807] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78) [ 1.714747] Linux agpgart interface v0.103 [ 1.715968] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 1.719385] intel_rapl_common: Found RAPL domain package [ 1.735056] usb 3-6: New USB device found, idVendor=0c45, idProduct=672d, bcdDevice= 8.04 [ 1.735062] usb 3-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0 [ 1.735064] usb 3-6: Product: Integrated_Webcam_HD [ 1.735065] usb 3-6: Manufacturer: Sonix Technology Co., Ltd. [ 1.801490] usb 3-1.2: new low-speed USB device number 5 using xhci_hcd [ 1.804856] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 1.805340] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 1.835927] fbcon: Taking over console [ 1.836316] Console: switching to colour frame buffer device 240x90 [ 1.853948] loop5: detected capacity change from 0 to 8 [ 1.895826] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 1.896294] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 1.898424] usb 3-1.2: New USB device found, idVendor=04b3, idProduct=3025, bcdDevice= 1.09 [ 1.898429] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.898431] usb 3-1.2: Product: USB NetVista Full Width Keyboard. [ 1.898433] usb 3-1.2: Manufacturer: LITE-ON Technology [ 1.898977] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 1.899160] NET: Registered PF_QIPCRTR protocol family [ 1.922030] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 1.922650] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 1.964828] usb 3-3.1: new full-speed USB device number 6 using xhci_hcd [ 1.975153] Intel(R) Wireless WiFi driver for Linux [ 1.975307] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) [ 1.978418] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-64.ucode failed with error -2 [ 1.978491] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003) [ 1.978935] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 1.978977] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 1.979881] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver [ 1.979894] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 1.980135] iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm [ 1.988791] intel-spi 0000:00:1f.5: w25q256 (32768 Kbytes) [ 1.991230] Creating 1 MTD partitions on "0000:00:1f.5": [ 1.991235] 0x000000000000-0x000002000000 : "BIOS" [ 2.059038] input: PC Speaker as /devices/platform/pcspkr/input/input7 [ 2.074840] usb 3-3.1: New USB device found, idVendor=1395, idProduct=0182, bcdDevice=17.49 [ 2.074846] usb 3-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.074847] usb 3-3.1: Product: EPOS ADAPT 360 [ 2.074849] usb 3-3.1: SerialNumber: A003110203525099 [ 2.114268] input: DELL0A3F:00 0488:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input9 [ 2.114334] input: DELL0A3F:00 0488:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input10 [ 2.114369] input: DELL0A3F:00 0488:120A as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input11 [ 2.114413] hid-generic 0018:0488:120A.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0A3F:00 0488:120A] on i2c-DELL0A3F:00 [ 2.119079] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff] [ 2.119084] caller tgl_uncore_imc_freerunning_init_box+0xbf/0x100 [intel_uncore] mapping multiple BARs [ 2.124751] checking generic (4000000000 a90000) vs hw (6052000000 1000000) [ 2.124754] checking generic (4000000000 a90000) vs hw (4000000000 10000000) [ 2.124755] fb0: switching to inteldrmfb from EFI VGA [ 2.125009] Console: switching to colour dummy device 80x25 [ 2.125052] i915 0000:00:02.0: vgaarb: deactivate vga console [ 2.128354] cryptd: max_cpu_qlen set to 1000 [ 2.140879] AVX2 version of gcm_enc/dec engaged. [ 2.140914] AES CTR mode by8 optimization enabled [ 2.141659] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354 [ 2.154969] thermal thermal_zone8: failed to read out thermal zone (-61) [ 2.161709] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 2.162702] intel-hid INTC1051:00: switch event received, enable switches supports [ 2.162728] input: Intel HID switches as /devices/platform/INTC1051:00/input/input12 [ 2.163776] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8) [ 2.188157] usb 3-10: new full-speed USB device number 7 using xhci_hcd [ 2.193622] i2c i2c-2: 8/8 memory slots populated (from DMI) [ 2.193624] i2c i2c-2: Systems with more than 4 memory slots not supported yet, not instantiating SPD [ 2.199727] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 2.199748] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [ 2.264684] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100 [ 2.330289] iwlwifi 0000:00:14.3: base HW address: 54:14:f3:66:f6:89 [ 2.336892] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 2.336897] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.383137] dell_smm_hwmon: unable to get SMM Dell signature [ 2.408168] usb 3-1.3: new low-speed USB device number 8 using xhci_hcd [ 2.502014] usb 3-1.3: New USB device found, idVendor=17ef, idProduct=6019, bcdDevice= 1.00 [ 2.502021] usb 3-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 2.502023] usb 3-1.3: Product: Lenovo Optical USB Mouse [ 2.557329] intel_tcc_cooling: Programmable TCC Offset detected [ 2.563205] intel_rapl_msr: PL4 support detected. [ 2.563234] intel_rapl_common: Found RAPL domain package [ 2.563237] intel_rapl_common: Found RAPL domain core [ 2.563239] intel_rapl_common: Found RAPL domain uncore [ 2.563241] intel_rapl_common: Found RAPL domain psys [ 2.565803] input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/PNP0C14:02-9DBB5994-A997-11DA-B012-B622A1EF5492/input/input13 [ 2.567784] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915]) [ 2.576482] iTCO_vendor_support: vendor-support=0 [ 2.579104] random: crng init done [ 2.579107] random: 7 urandom warning(s) missed due to ratelimiting [ 2.580940] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400) [ 2.581082] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 2.594824] usb 3-1.6: new full-speed USB device number 9 using xhci_hcd [ 2.596382] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0 [ 2.613587] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=5 [ 2.615522] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 2.615787] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [ 2.615798] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002) [ 2.615965] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380 [ 2.621990] hid-generic 001F:8087:0AC2.0002: hidraw1: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.627898] hid-generic 001F:8087:0AC2.0003: hidraw2: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.638882] hid-generic 001F:8087:0AC2.0004: hidraw3: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.645393] hid-generic 001F:8087:0AC2.0005: hidraw4: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.646952] hid-generic 001F:8087:0AC2.0006: hidraw5: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.688633] usb 3-1.6: New USB device found, idVendor=413c, idProduct=c010, bcdDevice= 0.00 [ 2.688640] usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.688643] usb 3-1.6: Product: Dell DA310 [ 2.688645] usb 3-1.6: Manufacturer: Dell [ 2.688647] usb 3-1.6: SerialNumber: 11AD1D0A88B23D051B3A0B00 [ 2.718003] input: DELL0A3F:00 0488:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input14 [ 2.718076] input: DELL0A3F:00 0488:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input15 [ 2.718112] input: DELL0A3F:00 0488:120A UNKNOWN as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input16 [ 2.718177] hid-multitouch 0018:0488:120A.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0A3F:00 0488:120A] on i2c-DELL0A3F:00 [ 2.744304] mousedev: PS/2 mouse device common for all mice [ 2.824064] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input8 [ 2.862780] dell_laptop: Using i8042 filter function for receiving events [ 3.184937] usb 2-1.1: new SuperSpeed USB device number 3 using xhci_hcd [ 3.196144] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 3.202798] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 3.205410] usb 2-1.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00 [ 3.205413] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6 [ 3.205415] usb 2-1.1: Product: USB 10/100/1000 LAN [ 3.205416] usb 2-1.1: Manufacturer: Realtek [ 3.205418] usb 2-1.1: SerialNumber: 001000001 [ 3.267010] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17 [ 3.268402] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 3.292418] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode [ 3.437196] fbcon: i915 (fb0) is primary device [ 3.524222] mc: Linux media interface: v0.10 [ 3.547565] videodev: Linux video capture interface: v2.00 [ 3.568245] Bluetooth: Core ver 2.22 [ 3.568277] NET: Registered PF_BLUETOOTH protocol family [ 3.568278] Bluetooth: HCI device and connection manager initialized [ 3.568282] Bluetooth: HCI socket layer initialized [ 3.568284] Bluetooth: L2CAP socket layer initialized [ 3.568287] Bluetooth: SCO socket layer initialized [ 3.571952] usb 3-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672d) [ 3.582756] usbcore: registered new interface driver btusb [ 3.582845] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input18 [ 3.583793] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018 [ 3.583876] usb 3-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672d) [ 3.584807] Bluetooth: hci0: Device revision is 2 [ 3.584809] Bluetooth: hci0: Secure boot is enabled [ 3.584816] Bluetooth: hci0: OTP lock is enabled [ 3.584817] Bluetooth: hci0: API lock is enabled [ 3.584818] Bluetooth: hci0: Debug lock is disabled [ 3.584818] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 3.586111] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi [ 3.592274] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/input/input19 [ 3.592321] usbcore: registered new interface driver uvcvideo [ 3.606790] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 3.606793] Bluetooth: BNEP filters: protocol multicast [ 3.606795] Bluetooth: BNEP socket layer initialized [ 3.757494] usbcore: registered new interface driver r8152 [ 3.761986] usbcore: registered new interface driver cdc_ether [ 3.763067] usbcore: registered new interface driver r8153_ecm [ 3.835070] usb 2-1.1: reset SuperSpeed USB device number 3 using xhci_hcd [ 3.858032] r8152 2-1.1:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 38:14:28:b6:12:1b [ 3.872724] r8152 2-1.1:1.0: load rtl8153b-2 v1 10/23/19 successfully [ 3.906184] r8152 2-1.1:1.0 eth0: v1.12.11 [ 3.918686] r8152 2-1.1:1.0 enp0s13f0u1u1: renamed from eth0 [ 3.993842] Console: switching to colour frame buffer device 240x67 [ 4.014494] i915 0000:00:02.0: [drm] fb0: i915 frame buffer device [ 4.071516] input: LITE-ON Technology USB NetVista Full Width Keyboard. as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:04B3:3025.0007/input/input20 [ 4.128286] hid-generic 0003:04B3:3025.0007: input,hidraw1: USB HID v1.10 Keyboard [LITE-ON Technology USB NetVista Full Width Keyboard.] on usb-0000:00:14.0-1.2/input0 [ 4.133749] hid-generic 0003:1395:0182.0008: hiddev96,hidraw2: USB HID v1.11 Device [EPOS ADAPT 360] on usb-0000:00:14.0-3.1/input0 [ 4.138097] hid-generic 0003:1395:0182.0009: hiddev97,hidraw3: USB HID v1.11 Device [EPOS ADAPT 360] on usb-0000:00:14.0-3.1/input1 [ 4.139840] input: Lenovo Optical USB Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:17EF:6019.000A/input/input21 [ 4.139937] hid-generic 0003:17EF:6019.000A: input,hidraw4: USB HID v1.11 Mouse [Lenovo Optical USB Mouse] on usb-0000:00:14.0-1.3/input0 [ 4.139965] usbcore: registered new interface driver usbhid [ 4.139966] usbhid: USB HID core driver [ 4.301510] sof-audio-pci-intel-tgl 0000:00:1f.3: codec #2 probe error, ret: -5 [ 4.301704] sof-audio-pci-intel-tgl 0000:00:1f.3: no hda codecs found! [ 4.303919] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8 [ 4.303921] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0 [ 4.303924] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30 [ 4.404600] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8 [ 4.404604] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0 [ 4.416455] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:18:0 [ 4.432334] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: physical link SDW0-Capture (id 4) not exist [ 4.432344] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: topology: could not load header: -22 [ 4.432960] sof-audio-pci-intel-tgl 0000:00:1f.3: error: tplg component load failed -22 [ 4.432966] sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to load DSP topology -22 [ 4.432967] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: error at snd_soc_component_probe on 0000:00:1f.3: -22 [ 4.432990] sof_sdw sof_sdw: ASoC: failed to instantiate card -22 [ 4.441484] Failed to get private value: 755800 => 0000 ret=-16 [ 4.441562] sof_sdw sof_sdw: snd_soc_register_card failed -22 [ 4.441564] sof_sdw: probe of sof_sdw failed with error -22 [ 5.024818] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 5.024823] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c7f0 count 0 [ 5.130819] kauditd_printk_skb: 82 callbacks suppressed [ 5.130823] audit: type=1130 audit(1634025086.086:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.197412] audit: type=1334 audit(1634025086.153:76): prog-id=20 op=LOAD [ 5.197436] audit: type=1334 audit(1634025086.153:77): prog-id=21 op=LOAD [ 5.229474] audit: type=1130 audit(1634025086.186:78): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.277857] audit: type=1130 audit(1634025086.233:79): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.316887] audit: type=1130 audit(1634025086.273:80): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.381051] rfkill: input handler disabled [ 5.432763] Bluetooth: hci0: Waiting for firmware download to complete [ 5.433752] Bluetooth: hci0: Firmware loaded in 1804335 usecs [ 5.433790] Bluetooth: hci0: Waiting for device to boot [ 5.448825] Bluetooth: hci0: Device booted in 14695 usecs [ 5.449031] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc [ 5.450794] Bluetooth: hci0: Applying Intel DDC parameters completed [ 5.453770] Bluetooth: hci0: Firmware revision 0.4 build 164 week 35 2021 [ 5.513773] Bluetooth: hci0: MSFT filter_enable is already on [ 5.517608] NET: Registered PF_ALG protocol family [ 5.531495] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 5.547918] audit: type=1334 audit(1634025086.503:81): prog-id=22 op=LOAD [ 5.599020] audit: type=1130 audit(1634025086.556:82): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.675681] audit: type=1130 audit(1634025086.633:83): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.068374] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 6.068380] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c240 count 0 [ 6.149891] audit: type=1130 audit(1634025087.106:84): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.571583] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 7.078196] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 7.078201] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c861 count 0 [ 7.584864] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 8.091641] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 8.091651] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c860 count 0 [ 8.198299] soundwire_intel soundwire_intel.link.0: IO transfer timed out, cmd 3 device 1 addr 45 len 1 [ 8.198312] soundwire sdw-master-0: trf on Slave 1 failed:-110 write addr 45 count 0 [ 8.198318] rt715 sdw:0:025d:0715:00: SDW_SCP_SYSTEMCTRL write failed:-110 [ 8.198320] rt715 sdw:0:025d:0715:00: clock stop prepare failed:-110 [ 8.198322] soundwire_intel soundwire_intel.link.0: prepare clock stop failed -110 [ 8.198325] soundwire_intel soundwire_intel.link.0: cannot enable clock stop on suspend [ 8.198357] soundwire_intel soundwire_intel.link.1: IO transfer timed out, cmd 3 device 1 addr 45 len 1 [ 8.198361] soundwire sdw-master-1: trf on Slave 1 failed:-110 write addr 45 count 0 [ 8.198364] rt711 sdw:1:025d:0711:00: SDW_SCP_SYSTEMCTRL write failed:-110 [ 8.198369] rt711 sdw:1:025d:0711:00: clock stop prepare failed:-110 [ 8.198371] soundwire_intel soundwire_intel.link.1: prepare clock stop failed -110 [ 8.198373] soundwire_intel soundwire_intel.link.1: cannot enable clock stop on suspend [ 8.598198] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 9.104967] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 9.104976] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c863 count 0 [ 9.611702] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 10.118247] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 10.118256] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c862 count 0 [ 10.624966] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 11.131625] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 11.131634] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c871 count 0 [ 11.638186] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 12.016444] kauditd_printk_skb: 2 callbacks suppressed [ 12.016449] audit: type=1131 audit(1634025092.973:87): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.144967] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 12.144977] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c870 count 0 [ 12.651634] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 13.158303] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 13.158311] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c873 count 0 [ 13.664982] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 14.171671] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 14.171681] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c872 count 0 [ 14.678311] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 15.184958] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 15.184968] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c103 count 0 [ 15.691647] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 16.198293] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 16.198302] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c030 count 0 [ 16.704969] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 17.211643] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 17.211653] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c031 count 0 [ 17.718290] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 18.224993] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 18.225003] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c032 count 0 [ 18.731629] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 19.238268] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 19.238276] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c040 count 0 [ 19.744926] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 20.251634] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 20.251644] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c041 count 0 [ 20.758296] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 21.173334] audit: type=1100 audit(1634025102.129:88): pid=1893 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="sarels" exe="/usr/lib/gdm-session-worker" hostname=phobos addr=? terminal=/dev/tty1 res=success' [ 21.174332] audit: type=1101 audit(1634025102.129:89): pid=1893 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sarels" exe="/usr/lib/gdm-session-worker" hostname=phobos addr=? terminal=/dev/tty1 res=success' [ 21.174813] audit: type=1103 audit(1634025102.129:90): pid=1893 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="sarels" exe="/usr/lib/gdm-session-worker" hostname=phobos addr=? terminal=/dev/tty1 res=success' [ 21.175319] audit: type=1006 audit(1634025102.133:91): pid=1893 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1 [ 21.175323] audit: type=1300 audit(1634025102.133:91): arch=c000003e syscall=1 success=yes exit=4 a0=a a1=7ffe0d435650 a2=4 a3=3e8 items=0 ppid=434 pid=1893 auid=1000 uid=0 gid=1000 euid=0 suid=0 fsuid=0 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=3 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" subj==unconfined key=(null) [ 21.175324] audit: type=1327 audit(1634025102.133:91): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D70617373776F72645D [ 21.192044] audit: type=1130 audit(1634025102.149:92): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 21.196331] audit: type=1101 audit(1634025102.153:93): pid=1965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sarels" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 21.196335] audit: type=1103 audit(1634025102.153:94): pid=1965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="sarels" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 21.196347] audit: type=1006 audit(1634025102.153:95): pid=1965 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1 [ 21.264816] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 21.264821] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c042 count 0 [ 21.538118] rfkill: input handler enabled [ 21.771627] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 22.278284] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 22.278291] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c052 count 0 [ 22.606861] Bluetooth: RFCOMM TTY layer initialized [ 22.606868] Bluetooth: RFCOMM socket layer initialized [ 22.606872] Bluetooth: RFCOMM ver 1.11 [ 22.784817] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 22.893181] rfkill: input handler disabled [ 23.291488] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 23.291494] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c080 count 0 [ 23.798147] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 24.304983] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 24.304993] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c060 count 0 [ 24.811584] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 25.001780] wlp0s20f3: authenticate with 08:cc:68:63:04:6f [ 25.004946] wlp0s20f3: send auth to 08:cc:68:63:04:6f (try 1/3) [ 25.034724] wlp0s20f3: authenticated [ 25.038332] wlp0s20f3: associate with 08:cc:68:63:04:6f (try 1/3) [ 25.040222] wlp0s20f3: RX AssocResp from 08:cc:68:63:04:6f (capab=0x1111 status=0 aid=1) [ 25.045324] wlp0s20f3: associated [ 25.118331] wlp0s20f3: Limiting TX power to 17 dBm as advertised by 08:cc:68:63:04:6f [ 25.318149] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 25.318154] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c061 count 0 [ 25.824974] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 26.132105] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready [ 26.331598] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 26.331606] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c062 count 0 [ 26.838280] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 27.344965] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 27.344974] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c171 count 0 [ 27.851624] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 28.358293] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 28.358304] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c173 count 0 [ 28.864959] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 29.371632] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 29.371642] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c311 count 0 [ 29.878296] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 30.384952] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 30.384961] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c900 count 0 [ 30.891625] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 31.398307] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 31.398317] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c1a0 count 0 [ 31.904844] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 32.411651] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 32.411661] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c1a1 count 0 [ 32.918274] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 33.424953] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 33.424961] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c360 count 0 [ 33.455096] kauditd_printk_skb: 22 callbacks suppressed [ 33.455097] audit: type=1131 audit(1634025114.413:114): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 33.463099] audit: type=1131 audit(1634025114.419:115): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 33.931631] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 34.438308] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 34.438316] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c361 count 0 [ 34.944849] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 35.451584] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 35.451592] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c0a1 count 0 [ 35.958303] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 36.004016] audit: type=1100 audit(1634025116.959:116): pid=2813 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:authentication grantors=pam_unix acct="sarels" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 36.004979] audit: type=1101 audit(1634025116.963:117): pid=2813 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sarels" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 36.005108] audit: type=1110 audit(1634025116.963:118): pid=2813 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 36.005854] audit: type=1131 audit(1634025116.963:119): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 36.008864] audit: type=1105 audit(1634025116.966:120): pid=2813 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 36.013273] audit: type=1131 audit(1634025116.969:121): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 36.031068] audit: type=1106 audit(1634025116.986:122): pid=2813 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 36.031102] audit: type=1104 audit(1634025116.986:123): pid=2813 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 36.464987] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 36.464997] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c210 count 0 [ 36.971585] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 37.478303] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 37.478313] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c070 count 0 [ 37.984905] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 38.491652] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 38.491663] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c100 count 0 [ 38.998288] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 39.504949] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 39.504954] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c101 count 0 [ 40.011580] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 40.518297] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 40.518307] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c300 count 0 [ 41.024961] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 45.278782] soundwire_intel soundwire_intel.link.2: IO transfer timed out, cmd 3 device 1 addr 45 len 1 [ 45.278793] soundwire sdw-master-2: trf on Slave 1 failed:-110 write addr 45 count 0 [ 45.278799] rt1308 sdw:2:025d:1308:00: SDW_SCP_SYSTEMCTRL write failed:-110 [ 45.278802] rt1308 sdw:2:025d:1308:00: clock stop prepare failed:-110 [ 45.278804] soundwire_intel soundwire_intel.link.2: prepare clock stop failed -110 [ 45.278807] soundwire_intel soundwire_intel.link.2: cannot enable clock stop on suspend [ 53.002141] kauditd_printk_skb: 1 callbacks suppressed [ 53.002144] audit: type=1131 audit(1634025133.997:125): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.034946] audit: type=1334 audit(1634025134.030:126): prog-id=26 op=UNLOAD [ 53.034953] audit: type=1334 audit(1634025134.030:127): prog-id=25 op=UNLOAD [ 53.034956] audit: type=1334 audit(1634025134.030:128): prog-id=24 op=UNLOAD [ 53.137316] audit: type=1131 audit(1634025134.130:129): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.171049] audit: type=1131 audit(1634025134.167:130): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.254098] audit: type=1334 audit(1634025134.251:131): prog-id=19 op=UNLOAD [ 53.254110] audit: type=1334 audit(1634025134.251:132): prog-id=18 op=UNLOAD [ 53.254115] audit: type=1334 audit(1634025134.251:133): prog-id=17 op=UNLOAD [ 53.384783] audit: type=1334 audit(1634025134.377:134): prog-id=15 op=UNLOAD ```
ujfalusi commented 2 years ago

Fwiw, I just did a clean install of Artixlinux on the same laptop and audio is working almost out of box, soc-firmware is not installed by default, but after pacman -S sof-firmware:

# pacman -Ss sof-firmware
world/sof-firmware 1.9-1 [installed]
    Sound Open Firmware

# uname -a
Linux sof-latitude9520 5.14.10-artix1-1 #1 SMP PREEMPT Fri, 08 Oct 2021 14:48:46 +0000 x86_64 GNU/Linux

# dmesg | grep -iE 'snd|sof'
[    0.529998] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.565762] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.565763] software IO TLB: mapped [mem 0x0000000051439000-0x0000000055439000] (64MB)
[    2.248529] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    2.248542] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[    2.491826] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    2.492409] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[    2.492444] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[    2.493426] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[    2.493492] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    2.499941] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    2.546876] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[    2.547659] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:9:0-fa857
[    2.547662] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:19:0 Kernel ABI 3:18:0
[    2.547664] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
[    2.547668] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    2.642205] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:9:0-fa857
[    2.642208] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:19:0 Kernel ABI 3:18:0
[    2.642210] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
[    2.687463] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:19:0 Kernel ABI 3:18:0
[    2.687467] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel
[    2.719213] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
[    3.779338] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    3.779342] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4
[    3.779344] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5
[    3.779345] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6
[    3.779347] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7
[    3.779349] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8
[    3.799813] input: sof-soundwire Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input19
[    3.799884] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input20
[    3.799940] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input21
[    3.799988] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input22

# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sofsoundwire [sof-soundwire], device 0: Jack Out (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 2: Speaker (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 5: HDMI 1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 6: HDMI 2 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 7: HDMI 3 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Note that I have newer sof-firmware.

DMESG log with sof-dyndbg.txt ``` # dmesg [ 0.000000] Linux version 5.14.10-artix1-1 (linux@artixlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Fri, 08 Oct 2021 14:48:46 +0000 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8ef8679e-c73c-41ed-8f87-7efbfe34cfd0 rw net.ifnames=0 quiet [ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks [ 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 0x020: 'AVX-512 opmask' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64 [ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512 [ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024 [ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3632 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005f37efff] usable [ 0.000000] BIOS-e820: [mem 0x000000005f37f000-0x000000005f4a1fff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000005f4a2000-0x0000000063110fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000063111000-0x0000000063971fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000063972000-0x0000000063bfefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x0000000063bff000-0x0000000063bfffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000063c00000-0x0000000067ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000069400000-0x00000000695fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000069e00000-0x00000000707fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000088f7fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by Dell [ 0.000000] efi: ACPI=0x63bfe000 ACPI 2.0=0x63bfe014 SMBIOS=0x5fa2d000 TPMFinalLog=0x638e8000 ESRT=0x5fa2cb98 MEMATTR=0x5a08a018 [ 0.000000] SMBIOS 3.2 present. [ 0.000000] DMI: Dell Inc. Latitude 9520/, BIOS 0.5.5 09/29/2020 [ 0.000000] tsc: Detected 2600.000 MHz processor [ 0.000000] tsc: Detected 2611.200 MHz TSC [ 0.000004] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000007] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000010] last_pfn = 0x88f800 max_arch_pfn = 0x400000000 [ 0.000130] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000869] last_pfn = 0x63c00 max_arch_pfn = 0x400000000 [ 0.007609] esrt: Reserving ESRT space from 0x000000005fa2cb98 to 0x000000005fa2cc20. [ 0.007619] Using GB pages for direct mapping [ 0.007731] Secure boot could not be determined [ 0.007731] RAMDISK: [mem 0x373a5000-0x379c9fff] [ 0.007733] ACPI: Early table checksum verification disabled [ 0.007735] ACPI: RSDP 0x0000000063BFE014 000024 (v02 DELL ) [ 0.007738] ACPI: XSDT 0x0000000063B7F188 000104 (v01 DELL Dell Inc 00000002 01000013) [ 0.007742] ACPI: FACP 0x0000000063BF5000 000114 (v06 DELL Dell Inc 00000002 01000013) [ 0.007745] ACPI: DSDT 0x0000000063B9D000 054BFE (v02 DELL Dell Inc 00000002 01000013) [ 0.007747] ACPI: FACS 0x000000006391B000 000040 [ 0.007749] ACPI: SSDT 0x0000000063BFA000 0024D0 (v02 CpuRef CpuSsdt 00003000 INTL 20191018) [ 0.007751] ACPI: SSDT 0x0000000063BF6000 003E0F (v02 DptfTb DptfTabl 00001000 INTL 20191018) [ 0.007753] ACPI: HPET 0x0000000063BF4000 000038 (v01 DELL Dell Inc 00000002 01000013) [ 0.007755] ACPI: APIC 0x0000000063BF3000 00012C (v04 DELL Dell Inc 00000002 01000013) [ 0.007757] ACPI: MCFG 0x0000000063BF2000 00003C (v01 DELL Dell Inc 00000002 01000013) [ 0.007759] ACPI: SSDT 0x0000000063B9C000 0009C9 (v02 DELL DellRtd3 00001000 INTL 20191018) [ 0.007761] ACPI: NHLT 0x0000000063B9B000 00002D (v00 DELL Dell Inc 00000002 01000013) [ 0.007763] ACPI: SSDT 0x0000000063B98000 002ACD (v02 SaSsdt SaSsdt 00003000 INTL 20191018) [ 0.007765] ACPI: SSDT 0x0000000063B96000 0012AA (v02 INTEL IgfxSsdt 00003000 INTL 20191018) [ 0.007767] ACPI: SSDT 0x0000000063B8A000 00B192 (v02 INTEL TcssSsdt 00001000 INTL 20191018) [ 0.007768] ACPI: SSDT 0x0000000063B89000 000CD2 (v02 DELL UsbCTabl 00001000 INTL 20191018) [ 0.007770] ACPI: LPIT 0x0000000063B88000 0000CC (v01 DELL Dell Inc 00000002 01000013) [ 0.007772] ACPI: WSMT 0x0000000063B87000 000028 (v01 DELL Dell Inc 00000002 01000013) [ 0.007774] ACPI: SSDT 0x0000000063B86000 000B75 (v02 DELL PtidDevc 00001000 INTL 20191018) [ 0.007776] ACPI: SSDT 0x0000000063B85000 00012A (v02 DELL TbtTypeC 00000000 INTL 20191018) [ 0.007778] ACPI: DBGP 0x0000000063B84000 000034 (v01 DELL Dell Inc 00000002 01000013) [ 0.007780] ACPI: DBG2 0x0000000063B83000 000054 (v00 DELL Dell Inc 00000002 01000013) [ 0.007782] ACPI: BOOT 0x0000000063B82000 000028 (v01 DELL CBX3 00000002 01000013) [ 0.007783] ACPI: SSDT 0x0000000063B81000 00060E (v02 DELL Tpm2Tabl 00001000 INTL 20191018) [ 0.007786] ACPI: TPM2 0x0000000063B80000 00004C (v04 DELL Dell Inc 00000002 01000013) [ 0.007787] ACPI: DMAR 0x0000000063BFD000 0000B8 (v02 INTEL Dell Inc 00000002 01000013) [ 0.007789] ACPI: SSDT 0x0000000063B7E000 0009C7 (v02 DELL xh_Dell_ 00000000 INTL 20191018) [ 0.007791] ACPI: SSDT 0x0000000063B7D000 000144 (v02 Intel ADebTabl 00001000 INTL 20191018) [ 0.007793] ACPI: ASF! 0x0000000063B7C000 0000A0 (v32 DELL Dell Inc 00000002 01000013) [ 0.007795] ACPI: PTDT 0x0000000063B7B000 000D44 (v00 DELL Dell Inc 00000005 MSFT 0100000D) [ 0.007797] ACPI: BGRT 0x0000000063B7A000 000038 (v01 DELL Dell Inc 00000002 01000013) [ 0.007799] ACPI: FPDT 0x0000000063B79000 000034 (v01 DELL Dell Inc 00000002 01000013) [ 0.007800] ACPI: Reserving FACP table memory at [mem 0x63bf5000-0x63bf5113] [ 0.007801] ACPI: Reserving DSDT table memory at [mem 0x63b9d000-0x63bf1bfd] [ 0.007802] ACPI: Reserving FACS table memory at [mem 0x6391b000-0x6391b03f] [ 0.007802] ACPI: Reserving SSDT table memory at [mem 0x63bfa000-0x63bfc4cf] [ 0.007803] ACPI: Reserving SSDT table memory at [mem 0x63bf6000-0x63bf9e0e] [ 0.007803] ACPI: Reserving HPET table memory at [mem 0x63bf4000-0x63bf4037] [ 0.007804] ACPI: Reserving APIC table memory at [mem 0x63bf3000-0x63bf312b] [ 0.007804] ACPI: Reserving MCFG table memory at [mem 0x63bf2000-0x63bf203b] [ 0.007805] ACPI: Reserving SSDT table memory at [mem 0x63b9c000-0x63b9c9c8] [ 0.007806] ACPI: Reserving NHLT table memory at [mem 0x63b9b000-0x63b9b02c] [ 0.007806] ACPI: Reserving SSDT table memory at [mem 0x63b98000-0x63b9aacc] [ 0.007807] ACPI: Reserving SSDT table memory at [mem 0x63b96000-0x63b972a9] [ 0.007807] ACPI: Reserving SSDT table memory at [mem 0x63b8a000-0x63b95191] [ 0.007808] ACPI: Reserving SSDT table memory at [mem 0x63b89000-0x63b89cd1] [ 0.007808] ACPI: Reserving LPIT table memory at [mem 0x63b88000-0x63b880cb] [ 0.007809] ACPI: Reserving WSMT table memory at [mem 0x63b87000-0x63b87027] [ 0.007809] ACPI: Reserving SSDT table memory at [mem 0x63b86000-0x63b86b74] [ 0.007810] ACPI: Reserving SSDT table memory at [mem 0x63b85000-0x63b85129] [ 0.007810] ACPI: Reserving DBGP table memory at [mem 0x63b84000-0x63b84033] [ 0.007811] ACPI: Reserving DBG2 table memory at [mem 0x63b83000-0x63b83053] [ 0.007811] ACPI: Reserving BOOT table memory at [mem 0x63b82000-0x63b82027] [ 0.007812] ACPI: Reserving SSDT table memory at [mem 0x63b81000-0x63b8160d] [ 0.007812] ACPI: Reserving TPM2 table memory at [mem 0x63b80000-0x63b8004b] [ 0.007813] ACPI: Reserving DMAR table memory at [mem 0x63bfd000-0x63bfd0b7] [ 0.007813] ACPI: Reserving SSDT table memory at [mem 0x63b7e000-0x63b7e9c6] [ 0.007814] ACPI: Reserving SSDT table memory at [mem 0x63b7d000-0x63b7d143] [ 0.007814] ACPI: Reserving ASF! table memory at [mem 0x63b7c000-0x63b7c09f] [ 0.007815] ACPI: Reserving PTDT table memory at [mem 0x63b7b000-0x63b7bd43] [ 0.007815] ACPI: Reserving BGRT table memory at [mem 0x63b7a000-0x63b7a037] [ 0.007816] ACPI: Reserving FPDT table memory at [mem 0x63b79000-0x63b79033] [ 0.007997] No NUMA configuration found [ 0.007998] Faking a node at [mem 0x0000000000000000-0x000000088f7fffff] [ 0.008000] NODE_DATA(0) allocated [mem 0x88f7fc000-0x88f7fffff] [ 0.008022] Zone ranges: [ 0.008023] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.008024] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.008025] Normal [mem 0x0000000100000000-0x000000088f7fffff] [ 0.008026] Device empty [ 0.008026] Movable zone start for each node [ 0.008027] Early memory node ranges [ 0.008027] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.008028] node 0: [mem 0x0000000000100000-0x000000005f37efff] [ 0.008028] node 0: [mem 0x0000000063bff000-0x0000000063bfffff] [ 0.008029] node 0: [mem 0x0000000100000000-0x000000088f7fffff] [ 0.008031] Initmem setup node 0 [mem 0x0000000000001000-0x000000088f7fffff] [ 0.008033] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.008050] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.009859] On node 0, zone DMA32: 18560 pages in unavailable ranges [ 0.044561] On node 0, zone Normal: 17408 pages in unavailable ranges [ 0.044574] On node 0, zone Normal: 2048 pages in unavailable ranges [ 0.044594] Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff] [ 0.045143] ACPI: PM-Timer IO Port: 0x1808 [ 0.045148] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.045149] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.045150] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.045150] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.045151] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.045151] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.045151] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.045152] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.045152] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.045152] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.045153] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.045153] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.045154] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.045154] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.045154] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.045155] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.045190] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.045191] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.045193] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.045195] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.045196] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.045201] e820: update [mem 0x5a071000-0x5a089fff] usable ==> reserved [ 0.045206] TSC deadline timer available [ 0.045207] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.045216] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.045217] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff] [ 0.045218] PM: hibernation: Registered nosave memory: [mem 0x5a071000-0x5a089fff] [ 0.045219] PM: hibernation: Registered nosave memory: [mem 0x5f37f000-0x5f4a1fff] [ 0.045220] PM: hibernation: Registered nosave memory: [mem 0x5f4a2000-0x63110fff] [ 0.045220] PM: hibernation: Registered nosave memory: [mem 0x63111000-0x63971fff] [ 0.045221] PM: hibernation: Registered nosave memory: [mem 0x63972000-0x63bfefff] [ 0.045222] PM: hibernation: Registered nosave memory: [mem 0x63c00000-0x67ffffff] [ 0.045222] PM: hibernation: Registered nosave memory: [mem 0x68000000-0x693fffff] [ 0.045222] PM: hibernation: Registered nosave memory: [mem 0x69400000-0x695fffff] [ 0.045223] PM: hibernation: Registered nosave memory: [mem 0x69600000-0x69dfffff] [ 0.045223] PM: hibernation: Registered nosave memory: [mem 0x69e00000-0x707fffff] [ 0.045224] PM: hibernation: Registered nosave memory: [mem 0x70800000-0xbfffffff] [ 0.045224] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff] [ 0.045224] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff] [ 0.045225] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff] [ 0.045225] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff] [ 0.045226] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.045226] [mem 0x70800000-0xbfffffff] available for PCI devices [ 0.045227] Booting paravirtualized kernel on bare hardware [ 0.045229] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.048660] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1 [ 0.048765] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144 [ 0.048769] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152 [ 0.048771] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.048784] Built 1 zonelists, mobility grouping on. Total pages: 8187602 [ 0.048785] Policy zone: Normal [ 0.048785] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8ef8679e-c73c-41ed-8f87-7efbfe34cfd0 rw net.ifnames=0 quiet [ 0.048818] Unknown command line parameters: BOOT_IMAGE=/boot/vmlinuz-linux [ 0.049638] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.050053] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.050153] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off [ 0.092636] Memory: 32468924K/33270904K available (14344K kernel code, 2065K rwdata, 9356K rodata, 1804K init, 4076K bss, 801720K reserved, 0K cma-reserved) [ 0.092639] random: get_random_u64 called from __kmem_cache_create+0x2a/0x5a0 with crng_init=0 [ 0.092737] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.092744] ftrace: allocating 42553 entries in 167 pages [ 0.101309] ftrace: allocated 167 pages with 5 groups [ 0.101377] rcu: Preemptible hierarchical RCU implementation. [ 0.101378] rcu: RCU dyntick-idle grace-period acceleration is enabled. [ 0.101378] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8. [ 0.101379] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.101379] Trampoline variant of Tasks RCU enabled. [ 0.101380] Rude variant of Tasks RCU enabled. [ 0.101380] Tracing variant of Tasks RCU enabled. [ 0.101381] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 0.101381] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.103609] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16 [ 0.104039] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____) [ 0.104134] Console: colour dummy device 80x25 [ 0.104141] printk: console [tty0] enabled [ 0.104153] ACPI: Core revision 20210604 [ 0.104435] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns [ 0.104542] APIC: Switch to symmetric I/O mode setup [ 0.104544] DMAR: Host address width 39 [ 0.104544] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.104548] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e [ 0.104549] DMAR: DRHD base: 0x000000fed84000 flags: 0x0 [ 0.104553] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.104554] DMAR: DRHD base: 0x000000fed85000 flags: 0x0 [ 0.104557] DMAR: dmar2: reg_base_addr fed85000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.104558] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.104562] DMAR: dmar3: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.104564] DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff [ 0.104566] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 3 [ 0.104566] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.104567] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.106500] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.106501] x2apic enabled [ 0.106531] Switched APIC routing to cluster x2apic. [ 0.111230] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.127828] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x25a39079a08, max_idle_ns: 440795310461 ns [ 0.127833] Calibrating delay loop (skipped), value calculated using timer frequency.. 5224.00 BogoMIPS (lpj=8704000) [ 0.127834] pid_max: default: 32768 minimum: 301 [ 0.129807] LSM: Security Framework initializing [ 0.129816] landlock: Up and running. [ 0.129817] Yama: becoming mindful. [ 0.129831] LSM support for eBPF active [ 0.129873] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.129911] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.130060] x86/tme: not enabled by BIOS [ 0.130066] CPU0: Thermal monitoring enabled (TM1) [ 0.130067] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.130153] process: using mwait in idle threads [ 0.130154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.130155] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.130157] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.130158] Spectre V2 : Mitigation: Enhanced IBRS [ 0.130159] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.130160] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.130160] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.132976] Freeing SMP alternatives memory: 36K [ 0.134567] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1575 [ 0.134587] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz (family: 0x6, model: 0x8c, stepping: 0x1) [ 0.134680] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.134688] ... version: 5 [ 0.134689] ... bit width: 48 [ 0.134689] ... generic registers: 8 [ 0.134689] ... value mask: 0000ffffffffffff [ 0.134690] ... max period: 00007fffffffffff [ 0.134690] ... fixed-purpose events: 4 [ 0.134691] ... event mask: 0001000f000000ff [ 0.134744] rcu: Hierarchical SRCU implementation. [ 0.135210] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.135252] smp: Bringing up secondary CPUs ... [ 0.135310] x86: Booting SMP configuration: [ 0.135311] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [ 0.138614] smp: Brought up 1 node, 8 CPUs [ 0.138614] smpboot: Max logical packages: 1 [ 0.138614] smpboot: Total of 8 processors activated (41795.00 BogoMIPS) [ 0.142119] devtmpfs: initialized [ 0.142119] x86/mm: Memory block size: 128MB [ 0.142119] ACPI: PM: Registering ACPI NVS region [mem 0x63111000-0x63971fff] (8785920 bytes) [ 0.142119] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.142119] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.142119] pinctrl core: initialized pinctrl subsystem [ 0.142119] PM: RTC time: 09:10:24, date: 2021-10-12 [ 0.142119] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.142119] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.142119] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.142321] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.142326] audit: initializing netlink subsys (disabled) [ 0.142331] audit: type=2000 audit(1634029824.033:1): state=initialized audit_enabled=0 res=1 [ 0.142331] thermal_sys: Registered thermal governor 'fair_share' [ 0.142331] thermal_sys: Registered thermal governor 'bang_bang' [ 0.142331] thermal_sys: Registered thermal governor 'step_wise' [ 0.142331] thermal_sys: Registered thermal governor 'user_space' [ 0.142331] thermal_sys: Registered thermal governor 'power_allocator' [ 0.142331] cpuidle: using governor ladder [ 0.142331] cpuidle: using governor menu [ 0.144503] Simple Boot Flag at 0x47 set to 0x80 [ 0.144527] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB [ 0.144530] ACPI: bus type PCI registered [ 0.144531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.144594] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000) [ 0.144597] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820 [ 0.144607] PCI: Using configuration type 1 for base access [ 0.144874] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.145063] Kprobes globally optimized [ 0.145065] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB [ 0.145065] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.145065] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.145065] ACPI: Added _OSI(Module Device) [ 0.145065] ACPI: Added _OSI(Processor Device) [ 0.145065] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.145065] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145065] ACPI: Added _OSI(Linux-Dell-Video) [ 0.145065] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.145065] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.197594] ACPI: 13 ACPI AML tables successfully acquired and loaded [ 0.209572] ACPI: Dynamic OEM Table Load: [ 0.209578] ACPI: SSDT 0xFFFF9DFC8028A000 0001CB (v02 PmRef Cpu0Psd 00003000 INTL 20191018) [ 0.210205] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [ 0.212088] ACPI: Dynamic OEM Table Load: [ 0.212092] ACPI: SSDT 0xFFFF9DFC8181E800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20191018) [ 0.212865] ACPI: Dynamic OEM Table Load: [ 0.212870] ACPI: SSDT 0xFFFF9DFC8182D000 000605 (v02 PmRef Cpu0Ist 00003000 INTL 20191018) [ 0.213705] ACPI: Dynamic OEM Table Load: [ 0.213709] ACPI: SSDT 0xFFFF9DFC8181CC00 000266 (v02 PmRef Cpu0Hwp 00003000 INTL 20191018) [ 0.214618] ACPI: Dynamic OEM Table Load: [ 0.214623] ACPI: SSDT 0xFFFF9DFC80121000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018) [ 0.215503] ACPI: Dynamic OEM Table Load: [ 0.215506] ACPI: SSDT 0xFFFF9DFC8182B800 00048A (v02 PmRef ApHwp 00003000 INTL 20191018) [ 0.216311] ACPI: Dynamic OEM Table Load: [ 0.216315] ACPI: SSDT 0xFFFF9DFC8182C800 0004D2 (v02 PmRef ApPsd 00003000 INTL 20191018) [ 0.217111] ACPI: Dynamic OEM Table Load: [ 0.217115] ACPI: SSDT 0xFFFF9DFC8182E000 00048A (v02 PmRef ApCst 00003000 INTL 20191018) [ 0.221265] ACPI: EC: EC started [ 0.221265] ACPI: EC: interrupt blocked [ 0.223566] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930 [ 0.223567] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions [ 0.223568] ACPI: Interpreter enabled [ 0.223608] ACPI: PM: (supports S0 S4 S5) [ 0.223609] ACPI: Using IOAPIC for interrupt routing [ 0.223642] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.225224] ACPI: Enabled 8 GPEs in block 00 to 7F [ 0.228657] ACPI: PM: Power Resource [BTPR] [ 0.235816] ACPI: PM: Power Resource [V0PR] [ 0.235916] ACPI: PM: Power Resource [V1PR] [ 0.236009] ACPI: PM: Power Resource [V2PR] [ 0.239422] ACPI: PM: Power Resource [WRST] [ 0.241446] ACPI: PM: Power Resource [TBT0] [ 0.241455] ACPI: PM: Power Resource [TBT1] [ 0.471590] ACPI: PM: Power Resource [PIN] [ 0.471867] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe]) [ 0.471872] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.473550] acpi PNP0A08:00: _OSC: platform does not support [AER] [ 0.476697] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC] [ 0.479401] PCI host bridge to bus 0000:00 [ 0.479402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.479404] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.479404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.479405] pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window] [ 0.479406] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window] [ 0.479407] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.479429] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000 [ 0.480362] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000 [ 0.480370] pci 0000:00:02.0: reg 0x10: [mem 0x6052000000-0x6052ffffff 64bit] [ 0.480375] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref] [ 0.480379] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.480392] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.480393] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics [ 0.480415] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit] [ 0.480417] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs) [ 0.480421] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref] [ 0.480421] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs) [ 0.481311] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000 [ 0.481327] pci 0000:00:04.0: reg 0x10: [mem 0x6053140000-0x605315ffff 64bit] [ 0.482346] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400 [ 0.482421] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 0.482451] pci 0000:00:06.0: PTM enabled (root), 4ns granularity [ 0.483635] pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400 [ 0.484472] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 0.484495] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid [ 0.485057] pci 0000:00:07.1: [8086:9a25] type 01 class 0x060400 [ 0.485892] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold [ 0.485914] pci 0000:00:07.1: DPC: RP PIO log size 0 is invalid [ 0.486491] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000 [ 0.486498] pci 0000:00:0a.0: reg 0x10: [mem 0x6053190000-0x6053197fff 64bit] [ 0.486517] pci 0000:00:0a.0: enabling Extended Tags [ 0.487350] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330 [ 0.487361] pci 0000:00:0d.0: reg 0x10: [mem 0x6053180000-0x605318ffff 64bit] [ 0.487413] pci 0000:00:0d.0: PME# supported from D3hot D3cold [ 0.488420] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340 [ 0.488430] pci 0000:00:0d.2: reg 0x10: [mem 0x6053100000-0x605313ffff 64bit] [ 0.488437] pci 0000:00:0d.2: reg 0x18: [mem 0x60531aa000-0x60531aafff 64bit] [ 0.488470] pci 0000:00:0d.2: supports D1 D2 [ 0.488471] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.489384] pci 0000:00:12.0: [8086:a0fc] type 00 class 0x070000 [ 0.489404] pci 0000:00:12.0: reg 0x10: [mem 0x6053170000-0x605317ffff 64bit] [ 0.489476] pci 0000:00:12.0: PME# supported from D0 D3hot [ 0.490513] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330 [ 0.490533] pci 0000:00:14.0: reg 0x10: [mem 0x6053160000-0x605316ffff 64bit] [ 0.490618] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.491646] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000 [ 0.491666] pci 0000:00:14.2: reg 0x10: [mem 0x60531a0000-0x60531a3fff 64bit] [ 0.491679] pci 0000:00:14.2: reg 0x18: [mem 0x60531a9000-0x60531a9fff 64bit] [ 0.492570] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000 [ 0.492591] pci 0000:00:14.3: reg 0x10: [mem 0x605319c000-0x605319ffff 64bit] [ 0.492715] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold [ 0.493649] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000 [ 0.493676] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.494799] pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000 [ 0.494827] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.495942] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000 [ 0.495964] pci 0000:00:16.0: reg 0x10: [mem 0x60531a6000-0x60531a6fff 64bit] [ 0.496048] pci 0000:00:16.0: PME# supported from D3hot [ 0.497060] pci 0000:00:16.3: [8086:a0e3] type 00 class 0x070002 [ 0.497078] pci 0000:00:16.3: reg 0x10: [io 0x3060-0x3067] [ 0.497086] pci 0000:00:16.3: reg 0x14: [mem 0xa2301000-0xa2301fff] [ 0.497988] pci 0000:00:16.4: [8086:a0e4] type 00 class 0x078000 [ 0.498010] pci 0000:00:16.4: reg 0x10: [mem 0x60531a5000-0x60531a5fff 64bit] [ 0.498094] pci 0000:00:16.4: PME# supported from D3hot [ 0.499074] pci 0000:00:1c.0: [8086:a0be] type 01 class 0x060400 [ 0.499174] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.499209] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity [ 0.500481] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100 [ 0.501545] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380 [ 0.501587] pci 0000:00:1f.3: reg 0x10: [mem 0x6053198000-0x605319bfff 64bit] [ 0.501642] pci 0000:00:1f.3: reg 0x20: [mem 0x6053000000-0x60530fffff 64bit] [ 0.501748] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.502788] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500 [ 0.502810] pci 0000:00:1f.4: reg 0x10: [mem 0x60531a4000-0x60531a40ff 64bit] [ 0.502832] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [ 0.503793] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000 [ 0.503811] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.504913] pci 0000:01:00.0: [1e0f:0001] type 00 class 0x010802 [ 0.504929] pci 0000:01:00.0: reg 0x10: [mem 0xa2200000-0xa2203fff 64bit] [ 0.505018] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.505105] pci 0000:00:06.0: PCI bridge to [bus 01] [ 0.505108] pci 0000:00:06.0: bridge window [mem 0xa2200000-0xa22fffff] [ 0.505140] pci 0000:00:07.0: PCI bridge to [bus 02-39] [ 0.505144] pci 0000:00:07.0: bridge window [mem 0x8c000000-0xa20fffff] [ 0.505147] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.505175] pci 0000:00:07.1: PCI bridge to [bus 3a-71] [ 0.505179] pci 0000:00:07.1: bridge window [mem 0x74000000-0x8a0fffff] [ 0.505182] pci 0000:00:07.1: bridge window [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.505254] pci 0000:72:00.0: [10ec:525a] type 00 class 0xff0000 [ 0.505282] pci 0000:72:00.0: reg 0x14: [mem 0xa2100000-0xa2100fff] [ 0.505415] pci 0000:72:00.0: supports D1 D2 [ 0.505416] pci 0000:72:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.505589] pci 0000:00:1c.0: PCI bridge to [bus 72] [ 0.505593] pci 0000:00:1c.0: bridge window [mem 0xa2100000-0xa21fffff] [ 0.529003] ACPI: EC: interrupt unblocked [ 0.529004] ACPI: EC: event unblocked [ 0.529016] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930 [ 0.529016] ACPI: EC: GPE=0x6e [ 0.529017] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete [ 0.529018] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events [ 0.529066] iommu: Default domain type: Translated [ 0.529073] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.529073] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.529073] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.529073] vgaarb: loaded [ 0.529073] SCSI subsystem initialized [ 0.529073] libata version 3.00 loaded. [ 0.529073] ACPI: bus type USB registered [ 0.529073] usbcore: registered new interface driver usbfs [ 0.529073] usbcore: registered new interface driver hub [ 0.529073] usbcore: registered new device driver usb [ 0.529073] pps_core: LinuxPPS API ver. 1 registered [ 0.529073] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.529073] PTP clock support registered [ 0.529073] EDAC MC: Ver: 3.0.0 [ 0.529073] Registered efivars operations [ 0.529073] NetLabel: Initializing [ 0.529073] NetLabel: domain hash size = 128 [ 0.529073] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.529073] NetLabel: unlabeled traffic allowed by default [ 0.529073] PCI: Using ACPI for IRQ routing [ 0.545450] PCI: pci_cache_line_size set to 64 bytes [ 0.545565] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window [ 0.545658] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.545659] e820: reserve RAM buffer [mem 0x5a071000-0x5bffffff] [ 0.545659] e820: reserve RAM buffer [mem 0x5f37f000-0x5fffffff] [ 0.545660] e820: reserve RAM buffer [mem 0x63c00000-0x63ffffff] [ 0.545660] e820: reserve RAM buffer [mem 0x88f800000-0x88fffffff] [ 0.545664] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.545664] hpet0: 8 comparators, 64-bit 19.200000 MHz counter [ 0.547832] clocksource: Switched to clocksource tsc-early [ 0.552337] VFS: Disk quotas dquot_6.6.0 [ 0.552347] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.552393] pnp: PnP ACPI init [ 0.552563] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.552565] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.552645] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.553656] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref] [ 0.553671] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved [ 0.553672] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved [ 0.553673] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved [ 0.553674] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved [ 0.553675] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.553676] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved [ 0.553677] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.554396] system 00:06: [io 0x1800-0x18fe] could not be reserved [ 0.554398] system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved [ 0.554399] system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved [ 0.554400] system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved [ 0.554401] system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved [ 0.554402] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.554403] system 00:06: [mem 0xff000000-0xffffffff] has been reserved [ 0.554404] system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved [ 0.554405] system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved [ 0.554406] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.554642] system 00:07: [io 0x2000-0x20fe] has been reserved [ 0.557419] pnp: PnP ACPI: found 9 devices [ 0.562607] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.562639] NET: Registered PF_INET protocol family [ 0.562771] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.563762] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.563901] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.564102] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.564143] TCP: Hash tables configured (established 262144 bind 65536) [ 0.564230] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear) [ 0.564315] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.564373] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.564422] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.564426] NET: Registered PF_XDP protocol family [ 0.564430] pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 1000 [ 0.564432] pci 0000:00:07.1: bridge window [io 0x1000-0x0fff] to [bus 3a-71] add_size 1000 [ 0.564438] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref] [ 0.564441] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit] [ 0.564444] pci 0000:00:07.0: BAR 13: assigned [io 0x4000-0x4fff] [ 0.564445] pci 0000:00:07.1: BAR 13: assigned [io 0x5000-0x5fff] [ 0.564446] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit] [ 0.564622] pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit] [ 0.564638] pci 0000:00:1f.5: BAR 0: assigned [mem 0x70800000-0x70800fff] [ 0.564649] pci 0000:00:06.0: PCI bridge to [bus 01] [ 0.564652] pci 0000:00:06.0: bridge window [mem 0xa2200000-0xa22fffff] [ 0.564656] pci 0000:00:07.0: PCI bridge to [bus 02-39] [ 0.564657] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff] [ 0.564660] pci 0000:00:07.0: bridge window [mem 0x8c000000-0xa20fffff] [ 0.564662] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.564666] pci 0000:00:07.1: PCI bridge to [bus 3a-71] [ 0.564667] pci 0000:00:07.1: bridge window [io 0x5000-0x5fff] [ 0.564670] pci 0000:00:07.1: bridge window [mem 0x74000000-0x8a0fffff] [ 0.564672] pci 0000:00:07.1: bridge window [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.564676] pci 0000:00:1c.0: PCI bridge to [bus 72] [ 0.564682] pci 0000:00:1c.0: bridge window [mem 0xa2100000-0xa21fffff] [ 0.564688] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.564689] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.564690] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.564691] pci_bus 0000:00: resource 7 [mem 0x70800000-0xbfffffff window] [ 0.564691] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window] [ 0.564692] pci_bus 0000:01: resource 1 [mem 0xa2200000-0xa22fffff] [ 0.564693] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] [ 0.564694] pci_bus 0000:02: resource 1 [mem 0x8c000000-0xa20fffff] [ 0.564694] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.564695] pci_bus 0000:3a: resource 0 [io 0x5000-0x5fff] [ 0.564696] pci_bus 0000:3a: resource 1 [mem 0x74000000-0x8a0fffff] [ 0.564696] pci_bus 0000:3a: resource 2 [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.564697] pci_bus 0000:72: resource 1 [mem 0xa2100000-0xa21fffff] [ 0.564805] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.565161] PCI: CLS 0 bytes, default 64 [ 0.565167] DMAR: Intel-IOMMU force enabled due to platform opt in [ 0.565174] DMAR: No ATSR found [ 0.565174] DMAR: No SATC found [ 0.565176] DMAR: IOMMU feature fl1gp_support inconsistent [ 0.565176] DMAR: IOMMU feature pgsel_inv inconsistent [ 0.565177] DMAR: IOMMU feature nwfs inconsistent [ 0.565177] DMAR: IOMMU feature pds inconsistent [ 0.565178] DMAR: IOMMU feature dit inconsistent [ 0.565178] DMAR: IOMMU feature eafs inconsistent [ 0.565178] DMAR: IOMMU feature prs inconsistent [ 0.565179] DMAR: IOMMU feature nest inconsistent [ 0.565179] DMAR: IOMMU feature mts inconsistent [ 0.565179] DMAR: IOMMU feature sc_support inconsistent [ 0.565179] DMAR: IOMMU feature dev_iotlb_support inconsistent [ 0.565180] DMAR: dmar2: Using Queued invalidation [ 0.565182] DMAR: dmar1: Using Queued invalidation [ 0.565184] DMAR: dmar0: Using Queued invalidation [ 0.565185] DMAR: dmar3: Using Queued invalidation [ 0.565198] Trying to unpack rootfs image as initramfs... [ 0.565310] pci 0000:00:00.0: Adding to iommu group 0 [ 0.565318] pci 0000:00:02.0: Adding to iommu group 1 [ 0.565323] pci 0000:00:04.0: Adding to iommu group 2 [ 0.565329] pci 0000:00:06.0: Adding to iommu group 3 [ 0.565335] pci 0000:00:07.0: Adding to iommu group 4 [ 0.565341] pci 0000:00:07.1: Adding to iommu group 5 [ 0.565346] pci 0000:00:0a.0: Adding to iommu group 6 [ 0.565354] pci 0000:00:0d.0: Adding to iommu group 7 [ 0.565359] pci 0000:00:0d.2: Adding to iommu group 7 [ 0.565366] pci 0000:00:12.0: Adding to iommu group 8 [ 0.565374] pci 0000:00:14.0: Adding to iommu group 9 [ 0.565379] pci 0000:00:14.2: Adding to iommu group 9 [ 0.565384] pci 0000:00:14.3: Adding to iommu group 10 [ 0.565392] pci 0000:00:15.0: Adding to iommu group 11 [ 0.565397] pci 0000:00:15.1: Adding to iommu group 11 [ 0.565406] pci 0000:00:16.0: Adding to iommu group 12 [ 0.565411] pci 0000:00:16.3: Adding to iommu group 12 [ 0.565416] pci 0000:00:16.4: Adding to iommu group 12 [ 0.565424] pci 0000:00:1c.0: Adding to iommu group 13 [ 0.565435] pci 0000:00:1f.0: Adding to iommu group 14 [ 0.565441] pci 0000:00:1f.3: Adding to iommu group 14 [ 0.565446] pci 0000:00:1f.4: Adding to iommu group 14 [ 0.565451] pci 0000:00:1f.5: Adding to iommu group 14 [ 0.565457] pci 0000:01:00.0: Adding to iommu group 15 [ 0.565465] pci 0000:72:00.0: Adding to iommu group 16 [ 0.565556] DMAR: Intel(R) Virtualization Technology for Directed I/O [ 0.565557] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.565558] software IO TLB: mapped [mem 0x0000000051439000-0x0000000055439000] (64MB) [ 0.565576] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x25a39079a08, max_idle_ns: 440795310461 ns [ 0.565593] clocksource: Switched to clocksource tsc [ 0.568594] Initialise system trusted keyrings [ 0.568602] Key type blacklist registered [ 0.568643] workingset: timestamp_bits=41 max_order=23 bucket_order=0 [ 0.569199] zbud: loaded [ 0.576263] Key type asymmetric registered [ 0.576265] Asymmetric key parser 'x509' registered [ 0.576269] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.576310] io scheduler mq-deadline registered [ 0.576311] io scheduler kyber registered [ 0.576328] io scheduler bfq registered [ 0.578218] pcieport 0000:00:06.0: PME: Signaling with IRQ 124 [ 0.578373] pcieport 0000:00:07.0: PME: Signaling with IRQ 125 [ 0.578385] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 0.578576] pcieport 0000:00:07.1: PME: Signaling with IRQ 126 [ 0.578587] pcieport 0000:00:07.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 0.578774] pcieport 0000:00:1c.0: PME: Signaling with IRQ 127 [ 0.578851] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.578867] efifb: probing for efifb [ 0.578877] efifb: Ignoring BGRT: unexpected or invalid BMP data [ 0.578877] efifb: framebuffer at 0x4000000000, using 3072k, total 3072k [ 0.578878] efifb: mode is 1024x768x32, linelength=4096, pages=1 [ 0.578879] efifb: scrolling: redraw [ 0.578879] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.578904] fbcon: Deferring console take-over [ 0.578904] fb0: EFI VGA frame buffer device [ 0.583969] Freeing initrd memory: 6292K [ 0.583986] Monitor-Mwait will be used to enter C-1 state [ 0.584001] Monitor-Mwait will be used to enter C-2 state [ 0.584005] Monitor-Mwait will be used to enter C-3 state [ 0.584018] ACPI: \_SB_.PR00: Found 3 idle states [ 0.584910] ACPI: AC: AC Adapter [AC] (on-line) [ 0.584938] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.594638] ACPI: button: Lid Switch [LID0] [ 0.594679] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 0.594866] ACPI: button: Power Button [PBTN] [ 0.594885] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 [ 0.594894] ACPI: button: Sleep Button [SBTN] [ 0.595004] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1575 [ 0.596968] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599190] serial 0000:00:12.0: enabling device (0000 -> 0002) [ 0.599483] serial 0000:00:16.3: enabling device (0000 -> 0003) [ 0.600553] 0000:00:16.3: ttyS4 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 16550A [ 0.600768] Non-volatile memory driver v1.3 [ 0.600768] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel [ 0.600769] AMD-Vi: AMD IOMMUv2 functionality not available on this system [ 0.601457] nvme nvme0: pci function 0000:01:00.0 [ 0.601490] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.601509] ehci-pci: EHCI PCI platform driver [ 0.601516] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.601518] ohci-pci: OHCI PCI platform driver [ 0.601526] uhci_hcd: USB Universal Host Controller Interface driver [ 0.601577] usbcore: registered new interface driver usbserial_generic [ 0.601579] usbserial: USB Serial support registered for generic [ 0.601694] rtc_cmos 00:01: RTC can wake from S4 [ 0.602460] rtc_cmos 00:01: registered as rtc0 [ 0.602691] rtc_cmos 00:01: setting system clock to 2021-10-12T09:10:24 UTC (1634029824) [ 0.602700] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram [ 0.602940] intel_pstate: Intel P-state driver initializing [ 0.603484] intel_pstate: HWP enabled [ 0.603578] ledtrig-cpu: registered to indicate activity on CPUs [ 0.603710] hid: raw HID events driver (C) Jiri Kosina [ 0.604767] intel_pmc_core INT33A1:00: initialized [ 0.604813] drop_monitor: Initializing network drop monitor service [ 0.604853] Initializing XFRM netlink socket [ 0.604904] NET: Registered PF_INET6 protocol family [ 0.607734] Segment Routing with IPv6 [ 0.607736] RPL Segment Routing with IPv6 [ 0.607756] NET: Registered PF_PACKET protocol family [ 0.608388] microcode: sig=0x806c1, pf=0x80, revision=0x5a [ 0.608523] microcode: Microcode Update Driver: v2.2. [ 0.612362] nvme nvme0: allocated 61 MiB host memory buffer. [ 0.612385] resctrl: L2 allocation detected [ 0.612387] resctrl: L2DATA allocation detected [ 0.612388] resctrl: L2CODE allocation detected [ 0.612390] IPI shorthand broadcast: enabled [ 0.612398] sched_clock: Marking stable (608519727, 3856967)->(617011931, -4635237) [ 0.612550] registered taskstats version 1 [ 0.612719] Loading compiled-in X.509 certificates [ 0.614437] Loaded X.509 cert 'Build time autogenerated kernel key: 4ebb58f445c747943695b8df2e17faab7d2046c1' [ 0.614633] zswap: loaded using pool lz4/z3fold [ 0.614794] Key type ._fscrypt registered [ 0.614794] Key type .fscrypt registered [ 0.614795] Key type fscrypt-provisioning registered [ 0.614967] PM: Magic number: 9:495:171 [ 0.615016] acpi device:34: hash matches [ 0.615098] RAS: Correctable Errors collector initialized. [ 0.623468] ACPI: battery: Slot [BAT0] (battery present) [ 0.765158] nvme nvme0: 8/0/0 default/read/poll queues [ 0.767361] nvme0n1: p1 p2 [ 0.773714] Freeing unused decrypted memory: 2036K [ 0.773913] Freeing unused kernel image (initmem) memory: 1804K [ 0.787989] Write protecting the kernel read-only data: 26624k [ 0.788774] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.789035] Freeing unused kernel image (rodata/data gap) memory: 884K [ 0.804554] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.804558] rodata_test: all tests were successful [ 0.804578] Run /init as init process [ 0.804580] with arguments: [ 0.804581] /init [ 0.804582] with environment: [ 0.804583] HOME=/ [ 0.804583] TERM=linux [ 0.804584] BOOT_IMAGE=/boot/vmlinuz-linux [ 0.815946] fbcon: Taking over console [ 0.815984] Console: switching to colour frame buffer device 128x48 [ 0.864433] rtsx_pci 0000:72:00.0: enabling device (0000 -> 0002) [ 0.865273] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.865280] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1 [ 0.865716] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 0.866074] i8042: Warning: Keylock active [ 0.866342] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810 [ 0.866489] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.866491] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2 [ 0.866493] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.866522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14 [ 0.866524] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.866525] usb usb1: Product: xHCI Host Controller [ 0.866526] usb usb1: Manufacturer: Linux 5.14.10-artix1-1 xhci-hcd [ 0.866527] usb usb1: SerialNumber: 0000:00:0d.0 [ 0.866607] hub 1-0:1.0: USB hub found [ 0.866614] hub 1-0:1.0: 1 port detected [ 0.866691] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14 [ 0.866693] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.866694] usb usb2: Product: xHCI Host Controller [ 0.866695] usb usb2: Manufacturer: Linux 5.14.10-artix1-1 xhci-hcd [ 0.866696] usb usb2: SerialNumber: 0000:00:0d.0 [ 0.866763] hub 2-0:1.0: USB hub found [ 0.866772] hub 2-0:1.0: 4 ports detected [ 0.867277] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.867281] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 0.868053] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.868098] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.868374] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810 [ 0.868606] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.868609] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 0.868611] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.868631] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14 [ 0.868632] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.868633] usb usb3: Product: xHCI Host Controller [ 0.868634] usb usb3: Manufacturer: Linux 5.14.10-artix1-1 xhci-hcd [ 0.868635] usb usb3: SerialNumber: 0000:00:14.0 [ 0.868738] hub 3-0:1.0: USB hub found [ 0.868758] hub 3-0:1.0: 12 ports detected [ 0.869751] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14 [ 0.869752] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.869753] usb usb4: Product: xHCI Host Controller [ 0.869754] usb usb4: Manufacturer: Linux 5.14.10-artix1-1 xhci-hcd [ 0.869755] usb usb4: SerialNumber: 0000:00:14.0 [ 0.869822] hub 4-0:1.0: USB hub found [ 0.869837] hub 4-0:1.0: 4 ports detected [ 0.869978] usb: port power management may be unreliable [ 0.875450] rtsx_pci 0000:72:00.0: Unbalanced pm_runtime_enable! [ 0.881461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 0.899340] random: fast init done [ 1.049948] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 1.117852] usb 3-6: new high-speed USB device number 2 using xhci_hcd [ 1.270132] usb 3-6: New USB device found, idVendor=0c45, idProduct=672d, bcdDevice= 8.04 [ 1.270141] usb 3-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0 [ 1.270145] usb 3-6: Product: Integrated_Webcam_HD [ 1.270149] usb 3-6: Manufacturer: Sonix Technology Co., Ltd. [ 1.314191] random: lvm: uninitialized urandom read (4 bytes read) [ 1.321897] random: lvm: uninitialized urandom read (4 bytes read) [ 1.394516] usb 3-8: new high-speed USB device number 3 using xhci_hcd [ 1.577048] usb 3-8: New USB device found, idVendor=0a5c, idProduct=5843, bcdDevice= 1.02 [ 1.577051] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.577052] usb 3-8: Product: 58200 [ 1.577052] usb 3-8: Manufacturer: Broadcom Corp [ 1.577053] usb 3-8: SerialNumber: 0123456789ABCD [ 1.714507] usb 3-10: new full-speed USB device number 4 using xhci_hcd [ 1.757551] input: Intel HID events as /devices/platform/INTC1051:00/input/input5 [ 1.856170] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 1.856175] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.911782] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.911818] wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found [ 1.911819] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.913908] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.915352] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.915383] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.915417] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.930099] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78) [ 1.999390] EDAC igen6: v2.5 [ 2.003238] Linux agpgart interface v0.103 [ 2.005392] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 2.011419] intel_rapl_common: Found RAPL domain package [ 2.068360] intel-pmt 0000:00:0a.0: Watcher not supported [ 2.068365] intel-pmt 0000:00:0a.0: Crashlog not supported [ 2.097118] ACPI: bus type thunderbolt registered [ 2.097124] mc: Linux media interface: v0.10 [ 2.104597] videodev: Linux video capture interface: v2.00 [ 2.114515] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 2.114837] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 2.143339] random: dd: uninitialized urandom read (512 bytes read) [ 2.164593] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 2.165286] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 2.214493] usb 3-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672d) [ 2.215929] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 2.225599] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input6 [ 2.226112] usb 3-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672d) [ 2.226153] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.229638] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 2.233909] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/input/input7 [ 2.233954] usbcore: registered new interface driver uvcvideo [ 2.240297] elogind[1654]: Watching system buttons on /dev/input/event1 (Power Button) [ 2.243979] elogind[1654]: Watching system buttons on /dev/input/event0 (Lid Switch) [ 2.244035] elogind[1654]: Watching system buttons on /dev/input/event2 (Sleep Button) [ 2.244061] elogind[1654]: New seat seat0. [ 2.322640] i915 0000:00:02.0: [drm] VT-d active for gfx access [ 2.322645] checking generic (4000000000 300000) vs hw (6052000000 1000000) [ 2.322646] checking generic (4000000000 300000) vs hw (4000000000 10000000) [ 2.322647] fb0: switching to inteldrmfb from EFI VGA [ 2.322718] Console: switching to colour dummy device 80x25 [ 2.322728] i915 0000:00:02.0: vgaarb: deactivate vga console [ 2.324245] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003) [ 2.324886] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 2.324922] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 2.326594] intel-spi 0000:00:1f.5: w25q256 (32768 Kbytes) [ 2.328245] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 2.328986] Creating 1 MTD partitions on "0000:00:1f.5": [ 2.328988] 0x000000000000-0x000002000000 : "BIOS" [ 2.329882] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8) [ 2.331568] Intel(R) Wireless WiFi driver for Linux [ 2.331701] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) [ 2.334212] input: PC Speaker as /devices/platform/pcspkr/input/input8 [ 2.334371] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-64.ucode failed with error -2 [ 2.335530] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver [ 2.335541] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 2.335707] iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm [ 2.351588] input: DLL0945:00 0488:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL0945:00/0018:0488:120A.0001/input/input10 [ 2.351639] input: DLL0945:00 0488:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL0945:00/0018:0488:120A.0001/input/input11 [ 2.351667] input: DLL0945:00 0488:120A as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL0945:00/0018:0488:120A.0001/input/input12 [ 2.351719] hid-generic 0018:0488:120A.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0945:00 0488:120A] on i2c-DLL0945:00 [ 2.378360] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff] [ 2.378365] caller tgl_uncore_imc_freerunning_init_box+0xbf/0x100 [intel_uncore] mapping multiple BARs [ 2.384449] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 2.384719] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [ 2.437620] i2c i2c-2: 8/8 memory slots populated (from DMI) [ 2.437622] i2c i2c-2: Systems with more than 4 memory slots not supported yet, not instantiating SPD [ 2.444665] cryptd: max_cpu_qlen set to 1000 [ 2.465792] elogind[1654]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard) [ 2.474770] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354 [ 2.477813] AVX2 version of gcm_enc/dec engaged. [ 2.477845] AES CTR mode by8 optimization enabled [ 2.488424] thermal thermal_zone8: failed to read out thermal zone (-61) [ 2.499702] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 2.506895] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 2.510514] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13 [ 2.516863] fbcon: i915 (fb0) is primary device [ 2.530318] Console: switching to colour frame buffer device 240x67 [ 2.546967] urandom_read: 2 callbacks suppressed [ 2.546969] random: NetworkManager: uninitialized urandom read (16 bytes read) [ 2.550349] random: nm-online: uninitialized urandom read (16 bytes read) [ 2.552352] i915 0000:00:02.0: [drm] fb0: i915 frame buffer device [ 2.572691] Bluetooth: Core ver 2.22 [ 2.572709] NET: Registered PF_BLUETOOTH protocol family [ 2.572710] Bluetooth: HCI device and connection manager initialized [ 2.572713] Bluetooth: HCI socket layer initialized [ 2.572715] Bluetooth: L2CAP socket layer initialized [ 2.572718] Bluetooth: SCO socket layer initialized [ 2.586101] random: nm-dispatcher: uninitialized urandom read (16 bytes read) [ 2.597526] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100 [ 2.598522] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.598524] Bluetooth: BNEP filters: protocol multicast [ 2.598527] Bluetooth: BNEP socket layer initialized [ 2.621607] intel_tcc_cooling: Programmable TCC Offset detected [ 2.665077] iwlwifi 0000:00:14.3: base HW address: 8c:8d:28:43:32:a3 [ 2.668930] elogind[1654]: Watching system buttons on /dev/input/event4 (Intel HID events) [ 2.705323] intel_rapl_msr: PL4 support detected. [ 2.705923] intel_rapl_common: Found RAPL domain package [ 2.705925] intel_rapl_common: Found RAPL domain core [ 2.705926] intel_rapl_common: Found RAPL domain uncore [ 2.705928] intel_rapl_common: Found RAPL domain psys [ 2.710983] input: Dell Privacy Driver as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/6932965F-1671-4CEB-B988-D3AB0A901919/input/input14 [ 2.711323] NET: Registered PF_QIPCRTR protocol family [ 2.713279] usbcore: registered new interface driver btusb [ 2.713864] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 2.713877] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [ 2.713890] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002) [ 2.714107] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380 [ 2.714170] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 2.715305] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018 [ 2.715718] input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input15 [ 2.716340] Bluetooth: hci0: Device revision is 2 [ 2.716341] Bluetooth: hci0: Secure boot is enabled [ 2.716342] Bluetooth: hci0: OTP lock is enabled [ 2.716342] Bluetooth: hci0: API lock is enabled [ 2.716343] Bluetooth: hci0: Debug lock is disabled [ 2.716343] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 2.717111] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi [ 2.721061] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode [ 2.745466] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915]) [ 2.745934] iTCO_vendor_support: vendor-support=0 [ 2.745995] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4 [ 2.746621] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:9:0-fa857 [ 2.746623] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:19:0 Kernel ABI 3:18:0 [ 2.746624] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel [ 2.746627] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30 [ 2.747858] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400) [ 2.747936] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 2.760001] dell_laptop: Using i8042 filter function for receiving events [ 2.828727] input: DLL0945:00 0488:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL0945:00/0018:0488:120A.0001/input/input16 [ 2.828773] input: DLL0945:00 0488:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL0945:00/0018:0488:120A.0001/input/input17 [ 2.828814] input: DLL0945:00 0488:120A UNKNOWN as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL0945:00/0018:0488:120A.0001/input/input18 [ 2.828866] hid-multitouch 0018:0488:120A.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0945:00 0488:120A] on i2c-DLL0945:00 [ 2.836547] mousedev: PS/2 mouse device common for all mice [ 2.841601] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:9:0-fa857 [ 2.841603] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:19:0 Kernel ABI 3:18:0 [ 2.841605] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel [ 2.844889] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.844890] soundwire_intel soundwire_intel.link.3: Bus clash for data word [ 2.844947] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.845018] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.845107] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.845170] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.845228] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.845317] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.845377] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.845454] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.845530] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 2.848425] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:19:0 Kernel ABI 3:18:0 [ 2.848427] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel [ 2.869072] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred [ 2.889531] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=4 [ 2.894185] hid-generic 001F:8087:0AC2.0002: hidraw1: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.899152] hid-generic 001F:8087:0AC2.0003: hidraw2: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.904389] hid-generic 001F:8087:0AC2.0004: hidraw3: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.907631] hid-generic 001F:8087:0AC2.0005: hidraw4: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 3.078293] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input9 [ 3.086946] random: crng init done [ 3.086949] random: 2 urandom warning(s) missed due to ratelimiting [ 3.337950] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3 [ 3.337952] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4 [ 3.337953] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5 [ 3.337954] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6 [ 3.337955] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7 [ 3.337956] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8 [ 3.360918] input: sof-soundwire Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input19 [ 3.360958] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input20 [ 3.360990] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input21 [ 3.361022] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input22 [ 4.367775] Bluetooth: hci0: Waiting for firmware download to complete [ 4.368297] Bluetooth: hci0: Firmware loaded in 1612484 usecs [ 4.368341] Bluetooth: hci0: Waiting for device to boot [ 4.383327] Bluetooth: hci0: Device booted in 14660 usecs [ 4.383484] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc [ 4.385372] Bluetooth: hci0: Applying Intel DDC parameters completed [ 4.388359] Bluetooth: hci0: Firmware revision 0.4 build 164 week 35 2021 [ 4.448285] Bluetooth: hci0: MSFT filter_enable is already on [ 4.449194] NET: Registered PF_ALG protocol family [ 4.451770] elogind[1654]: New session c1 of user sddm. [ 6.135919] soundwire_intel soundwire_intel.link.3: Clock stop failed -110 [ 6.135922] soundwire_intel soundwire_intel.link.3: cannot enable clock stop on suspend [ 8.025950] elogind[1654]: New session 1 of user sof. [ 8.093030] elogind[1654]: Removed session c1. [ 8.713961] Bluetooth: RFCOMM TTY layer initialized [ 8.713967] Bluetooth: RFCOMM socket layer initialized [ 8.713971] Bluetooth: RFCOMM ver 1.11 [ 10.017277] Bluetooth: hci0: MSFT filter_enable is already on [ 22.156034] wlan0: authenticate with 18:31:bf:e3:e8:54 [ 22.163758] wlan0: send auth to 18:31:bf:e3:e8:54 (try 1/3) [ 22.190763] wlan0: authenticated [ 22.194660] wlan0: associate with 18:31:bf:e3:e8:54 (try 1/3) [ 22.195986] wlan0: RX AssocResp from 18:31:bf:e3:e8:54 (capab=0x1011 status=0 aid=3) [ 22.207308] wlan0: associated [ 22.282355] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 18:31:bf:e3:e8:54 [ 22.335802] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 53.057437] elogind[1654]: New session 2 of user root. ```
benoit-sbr commented 2 years ago

Thank you @ujfalusi there is hope then! I see sof-firmware is still at 1.8-1 on Manjaro, but 1.9-1 is in staging so it shouldn't take too long before I can test.

ujfalusi commented 2 years ago

@benoit-sbr, the sof-firmware for me is coming directly from Arch's Extra. It is already stable there. I hope that it is really just about the firmware

plbossart commented 2 years ago

I don't get why 1.8 wasn't enough. Somehow the logs from @ujfalusi didn't include dynamic debug, so there's no information on which firmware/topology is used. We should make the logs on firmware and topology names dev_info() messages, this is painful to debug.

ujfalusi commented 2 years ago

@plbossart, I did copied sof-dyndbg.txt and then rebooted and copied the dmesg, albiet w/o looking at it much. I'lll check why it did not enabled dydbg. Sorry. I agree, let's make the firmware and topology file name visible with dev_info()

ujfalusi commented 2 years ago

I think I know why, we need the file as /etc/modprobe.d/sof-dyndbg.conf to be taken into use

plbossart commented 2 years ago

yes, my mistake @ujfalusi, the modprobe filters require a .conf extension. I typed in the wrong extension, oops.

benoit-sbr commented 2 years ago

OK! Should I retest with the new extension?

ujfalusi commented 2 years ago

With the .conf file the dmesg buffer looses all the important prints about the firmware and topology files. First I uninstalled PA: pacman -R pulseaudio plasma-pa then got the sof-test:

git clone https://github.com/thesofproject/sof-test.git
cd sof-test
sudo ./tools/kmod/sof_remove.sh
sudo dmesg -c
sudo ./tools/kmod/sof_instert.sh
sudo dmesg
DMESG log with sof-dyndbg.conf during sof_insert.sh ``` [ 735.319536] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 735.319553] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [ 735.319554] sof-audio-pci-intel-tgl 0000:00:1f.3: PCI DSP detected [ 735.319874] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380 [ 735.319945] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 735.326385] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0xc00 [ 735.326405] sof-audio-pci-intel-tgl 0000:00:1f.3: found ML capability at 0xc00 [ 735.326406] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x800 [ 735.326412] sof-audio-pci-intel-tgl 0000:00:1f.3: found DSP capability at 0x800 [ 735.326413] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x500 [ 735.326419] sof-audio-pci-intel-tgl 0000:00:1f.3: found GTS capability at 0x500 [ 735.326420] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x1f00 [ 735.326423] sof-audio-pci-intel-tgl 0000:00:1f.3: found DRSM capability at 0x1f00 [ 735.326424] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x700 [ 735.326431] sof-audio-pci-intel-tgl 0000:00:1f.3: found SPIB capability at 0x700 [ 735.326547] sof-audio-pci-intel-tgl 0000:00:1f.3: hda global caps = 0x1009701 [ 735.326549] sof-audio-pci-intel-tgl 0000:00:1f.3: detected 9 playback and 7 capture streams [ 735.326818] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode [ 735.326819] sof-audio-pci-intel-tgl 0000:00:1f.3: using IPC IRQ 169 [ 735.326939] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000044 [ 735.326941] sof-audio-pci-intel-tgl 0000:00:1f.3: PP capability, will probe DSP later. [ 735.329975] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000040 at 00000048 [ 735.329995] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000048 [ 735.334342] sof-audio-pci-intel-tgl 0000:00:1f.3: codec_mask = 0x4 [ 735.334354] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000048 [ 735.334356] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000040 at 00000048 [ 735.335882] acpi PRP00001:00: Creating 4 SDW Link devices [ 735.335930] soundwire sdw-master-0: SDW Slave Addr: 20025d071500 [ 735.335931] soundwire sdw-master-0: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0715, unique_id 0x0, version 0x2 [ 735.336000] rt715 sdw:0:025d:0715:00: probe complete [ 735.336032] soundwire sdw-master-1: SDW Slave Addr: 120025d071100 [ 735.336032] soundwire sdw-master-1: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0711, unique_id 0x0, version 0x2 [ 735.336084] rt711 sdw:1:025d:0711:00: rt711_init [ 735.336102] rt711 sdw:1:025d:0711:00: probe complete [ 735.336130] soundwire sdw-master-2: SDW Slave Addr: 220025d130800 [ 735.336132] soundwire sdw-master-2: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [ 735.336167] rt1308 sdw:2:025d:1308:00: rt1308_sdw_init [ 735.336169] rt1308 sdw:2:025d:1308:00: rt1308_read_prop [ 735.336184] rt1308 sdw:2:025d:1308:00: probe complete [ 735.336241] soundwire sdw-master-3: SDW Slave Addr: 320025d130800 [ 735.336242] soundwire sdw-master-3: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [ 735.336278] rt1308 sdw:3:025d:1308:00: rt1308_sdw_init [ 735.336279] rt1308 sdw:3:025d:1308:00: rt1308_read_prop [ 735.336293] rt1308 sdw:3:025d:1308:00: probe complete [ 735.336509] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA codec #2 probed OK: response: 80862812 [ 735.337802] hdaudio ehdaudio0D2: loading codec module: hdaudio:v80862812r00100000a01 [ 735.340689] sof-audio-pci-intel-tgl 0000:00:1f.3: found 711 at link 1 [ 735.340691] sof-audio-pci-intel-tgl 0000:00:1f.3: found 1308 at link 2 [ 735.340692] sof-audio-pci-intel-tgl 0000:00:1f.3: found 715 at link 0 [ 735.340693] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire machine driver sof_sdw topology sof-tgl-rt715-rt711-rt1308-mono.tplg [ 735.340694] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4 [ 735.340701] sof-audio-pci-intel-tgl 0000:00:1f.3: loading firmware [ 735.340786] sof-audio-pci-intel-tgl 0000:00:1f.3: request_firmware intel/sof/sof-tgl.ri successful [ 735.340788] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 1 size 0x1A0 [ 735.340789] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 6 size 0x20 [ 735.340790] sof-audio-pci-intel-tgl 0000:00:1f.3: FW clock config: HPRO [ 735.340790] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 0 size 0x50 [ 735.340791] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:9:0-fa857 [ 735.340792] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:19:0 Kernel ABI 3:18:0 [ 735.340793] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel [ 735.340794] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 2 size 0x70 [ 735.340795] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: used compiler XCC 12:0:8 used optimization flags -O2 [ 735.340797] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 3 size 0x30 [ 735.340798] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30 [ 735.340799] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 4 size 0x20 [ 735.340799] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: DBG_ABI 5:3:0 [ 735.340800] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 5 size 0x20 [ 735.340801] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data can hold up to 3 config elements [ 735.340802] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 0 token 1 val 384 [ 735.340802] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 1 token 2 val 1 [ 735.340804] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 2 token 0 val 0 [ 735.340871] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000002 at 00000048 [ 735.340877] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000048 [ 735.340888] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000044 [ 735.340890] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000004 at 00000044 [ 735.340890] sof-audio-pci-intel-tgl 0000:00:1f.3: booting DSP firmware [ 735.340933] sof-audio-pci-intel-tgl 0000:00:1f.3: period_bytes:0x0 [ 735.340934] sof-audio-pci-intel-tgl 0000:00:1f.3: periods:1 [ 735.341022] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x40000 successful [ 735.341052] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x40000 successful [ 735.341054] sof-audio-pci-intel-tgl 0000:00:1f.3: period_bytes:0x0 [ 735.341055] sof-audio-pci-intel-tgl 0000:00:1f.3: periods:1 [ 735.341087] sof-audio-pci-intel-tgl 0000:00:1f.3: Attempting iteration 0 of Core En/ROM load... [ 735.341094] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 0 : core_mask 1 [ 735.341616] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010f0f successful [ 735.341623] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010f0e successful [ 735.341625] sof-audio-pci-intel-tgl 0000:00:1f.3: unstall/run core: core_mask = 1 [ 735.341628] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 1 : core_mask 1 [ 735.341638] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010e0e successful [ 735.341641] sof-audio-pci-intel-tgl 0000:00:1f.3: unstall/run core: core_mask = 1 [ 735.341644] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 1 : core_mask 1 [ 735.342159] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0xd4]=0x80000000 successful [ 735.346919] usbcore: registered new interface driver snd-usb-audio [ 735.416501] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x80000]=0x5000001 successful [ 735.436496] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x80000]=0x5 successful [ 735.437034] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x140000 successful [ 735.437044] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware download successful, booting... [ 735.451632] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc rx: 0x70000000 [ 735.451639] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc: DSP is ready 0x70000000 offset 0x81000 [ 735.451803] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:9:0-fa857 [ 735.451806] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:19:0 Kernel ABI 3:18:0 [ 735.451809] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel [ 735.451862] sof-audio-pci-intel-tgl 0000:00:1f.3: mailbox upstream 0x81000 - size 0x1000 [ 735.451865] sof-audio-pci-intel-tgl 0000:00:1f.3: mailbox downstream 0xa0000 - size 0x2000 [ 735.451867] sof-audio-pci-intel-tgl 0000:00:1f.3: stream region 0xc1000 - size 0x1000 [ 735.451869] sof-audio-pci-intel-tgl 0000:00:1f.3: debug region 0xc0000 - size 0x800 [ 735.451876] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc rx done: 0x70000000 [ 735.451924] sof-audio-pci-intel-tgl 0000:00:1f.3: firmware boot complete [ 735.451953] soundwire_intel soundwire_intel.link.0: intel_link_power_up: powering up all links [ 735.451956] soundwire_intel soundwire_intel.link.0: intel_link_power_up: first link up, programming SYNCPRD [ 735.452339] soundwire_intel soundwire_intel.link.0: PCM cap bd:6 in:0 out:0 [ 735.452356] soundwire_intel soundwire_intel.link.0: PDM cap bd:0 in:4 out:0 [ 735.452880] soundwire_intel soundwire_intel.link.1: PCM cap bd:6 in:0 out:0 [ 735.452897] soundwire_intel soundwire_intel.link.1: PDM cap bd:0 in:4 out:0 [ 735.453390] soundwire_intel soundwire_intel.link.2: PCM cap bd:6 in:0 out:0 [ 735.453407] soundwire_intel soundwire_intel.link.2: PDM cap bd:0 in:4 out:0 [ 735.453906] soundwire_intel soundwire_intel.link.3: PCM cap bd:6 in:0 out:0 [ 735.453912] soundwire_intel soundwire_intel.link.3: PDM cap bd:0 in:4 out:0 [ 735.454187] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000048 [ 735.454211] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000002 at 00000048 [ 735.454233] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000004 at 00000044 [ 735.454245] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000044 [ 735.454247] sof-audio-pci-intel-tgl 0000:00:1f.3: SOF firmware trace disabled [ 735.454280] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.454283] soundwire_intel soundwire_intel.link.3: Bus clash for data word [ 735.454394] sof-audio-pci-intel-tgl 0000:00:1f.3: created machine sof_sdw [ 735.454398] sof-audio-pci-intel-tgl 0000:00:1f.3: Completing SOF PCI probe [ 735.454418] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.454520] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.454592] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.454616] soundwire_intel soundwire_intel.link.0: Slave status change: 0x2 [ 735.454621] soundwire sdw-master-0: Slave attached, programming device number [ 735.454680] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.454769] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.454793] soundwire_intel soundwire_intel.link.1: Slave status change: 0x2 [ 735.454797] soundwire sdw-master-1: Slave attached, programming device number [ 735.454887] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.454993] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.455101] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.455131] soundwire_intel soundwire_intel.link.2: Slave status change: 0x2 [ 735.455135] soundwire sdw-master-2: Slave attached, programming device number [ 735.455186] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 735.455203] soundwire sdw-master-1: SDW Slave Addr: 20025d071100 [ 735.455205] soundwire sdw-master-1: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0711, unique_id 0x0, version 0x2 [ 735.455213] soundwire sdw-master-0: SDW Slave Addr: 21025d071500 [ 735.455409] soundwire sdw-master-2: SDW Slave Addr: 20025d130800 [ 735.455411] soundwire sdw-master-2: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [ 735.455419] soundwire sdw-master-0: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0715, unique_id 0x1, version 0x2 [ 735.455661] soundwire_intel soundwire_intel.link.1: Msg ignored for Slave 0 [ 735.455664] soundwire sdw-master-1: No more devices to enumerate [ 735.455849] soundwire_intel soundwire_intel.link.2: Msg ignored for Slave 0 [ 735.455852] soundwire sdw-master-2: No more devices to enumerate [ 735.455944] soundwire_intel soundwire_intel.link.0: Msg ignored for Slave 0 [ 735.455946] soundwire sdw-master-0: No more devices to enumerate [ 735.456159] soundwire_intel soundwire_intel.link.1: Slave status change: 0x21 [ 735.456163] rt711 sdw:1:025d:0711:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 735.456238] soundwire_intel soundwire_intel.link.0: Slave status change: 0x21 [ 735.456241] rt715 sdw:0:025d:0715:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 735.456395] soundwire_intel soundwire_intel.link.2: Slave status change: 0x21 [ 735.456398] rt1308 sdw:2:025d:1308:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 735.456791] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7308 8388 <= b080 [ 735.457025] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7309 8389 <= b080 [ 735.457274] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7307 8387 <= b080 [ 735.457457] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] ff01 <= 0000 [ 735.457769] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7327 83a7 <= b080 [ 735.458098] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3712 <= 0020 [ 735.458566] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7520 85a0 9c20 aca0 => 00008003 [ 735.458684] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3713 <= 0020 [ 735.458927] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 371d <= 0020 [ 735.459064] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3729 <= 0020 [ 735.459281] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 001a c003 [ 735.459289] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3608 <= 0010 [ 735.459434] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 735.459490] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3609 <= 0010 [ 735.459620] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3719 <= 0025 [ 735.459625] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3607 <= 0010 [ 735.459763] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3627 <= 0010 [ 735.459768] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3721 <= 00c0 [ 735.459929] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c12 <= 00d0 [ 735.459933] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3712 <= 0020 [ 735.460079] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d12 <= 0011 [ 735.460246] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3713 <= 0020 [ 735.460318] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e12 <= 00a1 [ 735.460322] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 371a <= 0020 [ 735.460493] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f12 <= 0081 [ 735.460497] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 371b <= 0020 [ 735.460685] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c13 <= 00d1 [ 735.460743] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7321 83a1 <= a080 [ 735.460884] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d13 <= 0011 [ 735.460888] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7321 83a1 <= 9080 [ 735.461032] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e13 <= 00a1 [ 735.461201] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 6080 [ 735.461208] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f13 <= 0081 [ 735.461328] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c1d <= 00d0 [ 735.461409] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 5080 [ 735.461416] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d1d <= 0011 [ 735.461698] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7309 8389 <= 6080 [ 735.461703] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e1d <= 00a1 [ 735.461885] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f1d <= 0081 [ 735.462030] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7309 8389 <= 5080 [ 735.462035] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c29 <= 00d1 [ 735.462107] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f12 <= 0091 [ 735.462240] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d29 <= 0011 [ 735.462244] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e12 <= 00d6 [ 735.462431] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d12 <= 0011 [ 735.462436] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e29 <= 00a1 [ 735.462503] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c12 <= 0020 [ 735.462508] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f29 <= 0081 [ 735.462615] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f13 <= 0091 [ 735.462620] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [ 735.462623] rt715 sdw:0:025d:0715:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [ 735.462805] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e13 <= 00d6 [ 735.462951] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d13 <= 0011 [ 735.463020] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c13 <= 0021 [ 735.463147] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c21 <= 00f0 [ 735.463328] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d21 <= 0011 [ 735.463455] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e21 <= 0011 [ 735.463705] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f21 <= 0001 [ 735.464145] sof_sdw sof_sdw: Entry mc_probe [ 735.464151] sof_sdw sof_sdw: quirk realtek,jack-detect-source 2 [ 735.464154] sof_sdw sof_sdw: quirk SOF_SDW_TGL_HDMI enabled [ 735.464155] sof_sdw sof_sdw: quirk SOF_RT715_DAI_ID_FIX enabled [ 735.464157] sof_sdw sof_sdw: sdw 4, ssp 0, dmic 0, hdmi 4 [ 735.464163] sof_sdw sof_sdw: create dai link SDW1-Playback, id 0 [ 735.464183] sof_sdw sof_sdw: create dai link SDW1-Capture, id 1 [ 735.464187] sof_sdw sof_sdw: create dai link SDW2-Playback, id 2 [ 735.464191] sof_sdw sof_sdw: create dai link SDW0-Capture, id 3 [ 735.464194] sof_sdw sof_sdw: create dai link iDisp1, id 5 [ 735.464196] sof_sdw sof_sdw: create dai link iDisp2, id 6 [ 735.464198] sof_sdw sof_sdw: create dai link iDisp3, id 7 [ 735.464200] sof_sdw sof_sdw: create dai link iDisp4, id 8 [ 735.464271] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0091 0154 [ 735.464342] sof-audio-pci-intel-tgl 0000:00:1f.3: loading topology:intel/sof-tplg/sof-tgl-rt715-rt711-rt1308-mono.tplg [ 735.464379] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:19:0 Kernel ABI 3:18:0 [ 735.464382] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel [ 735.464387] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 0 pipe 1 type 23 name : PCM0P stream Passthrough Playback 0 [ 735.464392] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM0P [ 735.464394] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 735.464402] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.464679] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.464688] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 1 Master Playback Volume [ 735.464695] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 1 chans 2 [ 735.464699] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 1 pipe 1 type 6 name : PGA1.0 stream none [ 735.464704] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 735.464712] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.464945] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.464949] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 2 pipe 1 type 31 name : BUF1.0 stream none [ 735.464952] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF1.0: size 768 caps 0x71 [ 735.464966] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.464992] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 004a 201b [ 735.465116] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.465119] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 3 pipe 1 type 31 name : BUF1.1 stream none [ 735.465122] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF1.1: size 768 caps 0x71 [ 735.465137] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.465350] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.465353] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 4 pipe 1 type 27 name : ALH258.OUT stream SDW1-Playback [ 735.465358] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH258.OUT: type 4 index 258 [ 735.465361] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 1 [ 735.465368] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.465632] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.465635] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH258.OUT -> DAI link SDW1-Playback [ 735.465642] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 5 pipe 1 type 32 name : PIPELINE.1.ALH258.OUT stream ALH258.OUT [ 735.465646] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 1 comp 5 scheduling comp id 4 [ 735.465649] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.1.ALH258.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 735.465655] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 735.465864] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0045 5089 [ 735.466272] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 735.466277] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 6 pipe 2 type 24 name : PCM1C stream Passthrough Capture 1 [ 735.466281] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM1C [ 735.466283] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 0 [ 735.466296] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.466339] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006b 5064 [ 735.466540] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.466544] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 2 Master Capture Volume [ 735.466554] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 7 chans 2 [ 735.466557] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 2 Master Capture Switch [ 735.466559] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 7 chans 2 [ 735.466562] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 7 pipe 2 type 6 name : PGA2.0 stream none [ 735.466565] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 735.466599] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.466792] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.466796] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 8 pipe 2 type 31 name : BUF2.0 stream none [ 735.466798] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF2.0: size 768 caps 0x71 [ 735.466808] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.466969] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.466974] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 9 pipe 2 type 31 name : BUF2.1 stream none [ 735.466977] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF2.1: size 768 caps 0x71 [ 735.466984] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.467025] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0048 d249 [ 735.467129] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.467133] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 10 pipe 2 type 28 name : ALH259.IN stream SDW1-Capture [ 735.467137] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH259.IN: type 4 index 259 [ 735.467139] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 1 [ 735.467147] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.467262] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 735.467267] rt711 sdw:1:025d:0711:00: rt711_io_init hw_init complete [ 735.467269] rt711 sdw:1:025d:0711:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [ 735.467448] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.467452] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH259.IN -> DAI link SDW1-Capture [ 735.467455] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 11 pipe 2 type 32 name : PIPELINE.2.ALH259.IN stream ALH259.IN [ 735.467458] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 2 comp 11 scheduling comp id 10 [ 735.467461] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.2.ALH259.IN: period 1000 pri 0 mips 5000 core 0 frames 0 [ 735.467467] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 735.467618] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 735.468016] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006f 0580 [ 735.468138] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 735.468143] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 12 pipe 3 type 23 name : PCM2P stream Passthrough Playback 2 [ 735.468146] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM2P [ 735.468148] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 735.468156] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.468376] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.468380] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 3 Master Playback Volume [ 735.468386] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 13 chans 2 [ 735.468389] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 13 pipe 3 type 6 name : PGA3.0 stream none [ 735.468392] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 735.468401] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.468618] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.468621] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 14 pipe 3 type 31 name : BUF3.0 stream none [ 735.468623] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF3.0: size 768 caps 0x71 [ 735.468640] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.468798] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.468802] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 15 pipe 3 type 31 name : BUF3.1 stream none [ 735.468804] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF3.1: size 768 caps 0x71 [ 735.468809] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.468969] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.468972] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 16 pipe 3 type 27 name : ALH514.OUT stream SDW2-Playback [ 735.468975] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH514.OUT: type 4 index 514 [ 735.468977] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 1 [ 735.468987] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.469222] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.469225] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH514.OUT -> DAI link SDW2-Playback [ 735.469228] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 17 pipe 3 type 32 name : PIPELINE.3.ALH514.OUT stream ALH514.OUT [ 735.469231] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 3 comp 17 scheduling comp id 16 [ 735.469233] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.3.ALH514.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 735.469239] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 735.469528] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 00007888 [ 735.469896] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 735.469900] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 18 pipe 5 type 24 name : PCM4C stream Highpass Capture 4 [ 735.469903] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM4C [ 735.469904] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 0 [ 735.469921] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.470038] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7558 85d8 7458 84d8 <= 0000 f888 [ 735.470158] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.470160] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 5 Master Capture Volume [ 735.470166] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 19 chans 2 [ 735.470168] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 5 Master Capture Switch [ 735.470170] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 19 chans 2 [ 735.470172] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 19 pipe 5 type 6 name : PGA5.0 stream none [ 735.470174] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 735.470197] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.470421] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.470424] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 2 name : eqiir_coef_5 [ 735.470426] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 20 chans 0 [ 735.470427] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 20 pipe 5 type 33 name : EQIIR5.0 stream none [ 735.470430] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 735.470466] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.470661] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.470663] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 21 pipe 5 type 31 name : BUF5.0 stream none [ 735.470665] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.0: size 768 caps 0x71 [ 735.470675] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.470838] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.470841] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 22 pipe 5 type 31 name : BUF5.1 stream none [ 735.470843] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.1: size 768 caps 0x71 [ 735.470853] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.471016] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.471018] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 23 pipe 5 type 31 name : BUF5.2 stream none [ 735.471020] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.2: size 768 caps 0x71 [ 735.471031] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.471240] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.471243] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 24 pipe 5 type 28 name : ALH2.IN stream SDW0-Capture [ 735.471245] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH2.IN: type 4 index 2 [ 735.471247] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 1 [ 735.471252] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.471459] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.471461] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH2.IN -> DAI link SDW0-Capture [ 735.471464] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 25 pipe 5 type 32 name : PIPELINE.5.ALH2.IN stream ALH2.IN [ 735.471466] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 5 comp 25 scheduling comp id 24 [ 735.471468] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.5.ALH2.IN: period 1000 pri 0 mips 5000 core 0 frames 0 [ 735.471471] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 735.471535] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.472065] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 735.472068] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 26 pipe 6 type 23 name : PCM5P stream Passthrough Playback 5 [ 735.472070] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM5P [ 735.472072] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 735.472098] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.472310] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.472313] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 6 Master Playback Volume [ 735.472317] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 27 chans 2 [ 735.472319] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 27 pipe 6 type 6 name : PGA6.0 stream none [ 735.472321] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 735.472336] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.472542] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.472544] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 28 pipe 6 type 31 name : BUF6.0 stream none [ 735.472546] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF6.0: size 768 caps 0x71 [ 735.472557] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.472721] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.472723] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 29 pipe 6 type 31 name : BUF6.1 stream none [ 735.472724] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF6.1: size 768 caps 0x71 [ 735.472735] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.472938] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.472940] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 30 pipe 6 type 27 name : HDA0.OUT stream iDisp1 [ 735.472942] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA0.OUT: type 3 index 0 [ 735.472943] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 735.472953] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.473204] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.473206] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA0.OUT -> DAI link iDisp1 [ 735.473208] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 31 pipe 6 type 32 name : PIPELINE.6.HDA0.OUT stream HDA0.OUT [ 735.473209] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 6 comp 31 scheduling comp id 30 [ 735.473211] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.6.HDA0.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 735.473219] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 735.473846] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 735.473848] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 32 pipe 7 type 23 name : PCM6P stream Passthrough Playback 6 [ 735.473849] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM6P [ 735.473850] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 735.473863] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.474058] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.474060] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 7 Master Playback Volume [ 735.474063] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 33 chans 2 [ 735.474064] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 33 pipe 7 type 6 name : PGA7.0 stream none [ 735.474066] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 735.474074] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.474255] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.474257] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 34 pipe 7 type 31 name : BUF7.0 stream none [ 735.474258] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF7.0: size 768 caps 0x71 [ 735.474270] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.474449] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.474459] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 35 pipe 7 type 31 name : BUF7.1 stream none [ 735.474462] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF7.1: size 768 caps 0x71 [ 735.474466] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.474627] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.474632] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 36 pipe 7 type 27 name : HDA1.OUT stream iDisp2 [ 735.474634] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA1.OUT: type 3 index 1 [ 735.474635] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 735.474646] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.474898] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.474900] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA1.OUT -> DAI link iDisp2 [ 735.474902] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 37 pipe 7 type 32 name : PIPELINE.7.HDA1.OUT stream HDA1.OUT [ 735.474904] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 7 comp 37 scheduling comp id 36 [ 735.474905] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.7.HDA1.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 735.474909] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 735.475566] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 735.475576] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 38 pipe 8 type 23 name : PCM7P stream Passthrough Playback 7 [ 735.475577] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM7P [ 735.475578] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 735.475590] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.475825] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.475826] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 8 Master Playback Volume [ 735.475829] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 39 chans 2 [ 735.475830] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 39 pipe 8 type 6 name : PGA8.0 stream none [ 735.475831] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 735.475864] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.476091] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.476092] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 40 pipe 8 type 31 name : BUF8.0 stream none [ 735.476093] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF8.0: size 768 caps 0x71 [ 735.476106] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.476270] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.476272] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 41 pipe 8 type 31 name : BUF8.1 stream none [ 735.476273] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF8.1: size 768 caps 0x71 [ 735.476286] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 735.476509] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 735.476511] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 42 pipe 8 type 27 name : HDA2.OUT stream iDisp3 [ 735.476512] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA2.OUT: type 3 index 2 [ 735.476512] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 735.476534] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 735.476760] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 735.476762] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA2.OUT -> DAI link iDisp3 [ 735.476763] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 43 pipe 8 type 32 name : PIPELINE.8.HDA2.OUT stream HDA2.OUT [ 735.476764] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 8 comp 43 scheduling comp id 42 [ 735.476765] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.8.HDA2.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 735.476777] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 735.477445] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 735.477449] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Jack Out 0 [ 735.477469] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Jack In 1 [ 735.477476] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Speaker 2 [ 735.477482] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Microphone 4 [ 735.477489] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 1 5 [ 735.477495] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 2 6 [ 735.477502] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 3 7 [ 735.477508] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF1.0 control none source PCM0P [ 735.477512] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.477679] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.477684] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA1.0 control none source BUF1.0 [ 735.477694] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.477824] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.477826] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF1.1 control none source PGA1.0 [ 735.477842] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.478003] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.478005] sof-audio-pci-intel-tgl 0000:00:1f.3: sink ALH258.OUT control none source BUF1.1 [ 735.478007] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.478134] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.478136] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PCM1C control none source BUF2.0 [ 735.478141] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.478254] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.478256] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF2.0 control none source PGA2.0 [ 735.478270] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.478432] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.478433] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA2.0 control none source BUF2.1 [ 735.478447] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.478618] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.478619] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF2.1 control none source ALH259.IN [ 735.478621] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.478762] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.478764] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF3.0 control none source PCM2P [ 735.478777] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.478918] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.478919] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA3.0 control none source BUF3.0 [ 735.478933] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.479062] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.479063] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF3.1 control none source PGA3.0 [ 735.479077] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.479217] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.479218] sof-audio-pci-intel-tgl 0000:00:1f.3: sink ALH514.OUT control none source BUF3.1 [ 735.479232] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.479370] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.479372] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PCM4C control none source BUF5.0 [ 735.479384] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.479513] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.479514] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.0 control none source PGA5.0 [ 735.479530] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.479680] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.479682] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA5.0 control none source BUF5.1 [ 735.479696] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.479824] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.479825] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.1 control none source EQIIR5.0 [ 735.479839] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.479987] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.479989] sof-audio-pci-intel-tgl 0000:00:1f.3: sink EQIIR5.0 control none source BUF5.2 [ 735.480005] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.480143] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.480144] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.2 control none source ALH2.IN [ 735.480158] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.480281] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.480283] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF6.0 control none source PCM5P [ 735.480296] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.480425] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.480427] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA6.0 control none source BUF6.0 [ 735.480440] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.480636] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.480638] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF6.1 control none source PGA6.0 [ 735.480652] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.480790] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.480792] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA0.OUT control none source BUF6.1 [ 735.480806] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.480934] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.480936] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF7.0 control none source PCM6P [ 735.480949] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.481110] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.481111] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA7.0 control none source BUF7.0 [ 735.481135] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.481292] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.481294] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF7.1 control none source PGA7.0 [ 735.481295] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.481446] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.481448] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA1.OUT control none source BUF7.1 [ 735.481450] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.481606] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.481609] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF8.0 control none source PCM7P [ 735.481610] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.481744] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.481746] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA8.0 control none source BUF8.0 [ 735.481748] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.481910] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.481912] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF8.1 control none source PGA8.0 [ 735.481914] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.482054] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.482055] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA2.OUT control none source BUF8.1 [ 735.482069] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 735.482268] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 735.482270] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 0! [ 735.482272] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW1-Playback index 258 [ 735.482288] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 735.482523] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 735.482525] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 1! [ 735.482526] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW1-Capture index 259 [ 735.482545] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 735.482812] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 735.482813] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 2! [ 735.482814] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW2-Playback index 514 [ 735.482832] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 735.483067] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 735.483069] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 4! [ 735.483070] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW0-Capture index 2 [ 735.483086] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 735.483351] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 735.483352] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 5! [ 735.483353] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [ 735.483354] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp1 index 0 [ 735.483370] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 735.483612] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 735.483613] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 6! [ 735.483613] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [ 735.483614] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp2 index 1 [ 735.483631] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 735.483877] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 735.483878] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 7! [ 735.483879] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [ 735.483880] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp3 index 2 [ 735.483897] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 735.483970] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.484138] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 735.484139] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred [ 735.484140] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.8.HDA2.OUT id 43 [ 735.484153] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 735.484802] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 735.484803] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.7.HDA1.OUT id 37 [ 735.484825] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 735.485020] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 735.485021] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.6.HDA0.OUT id 31 [ 735.485036] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 735.485236] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 735.485236] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.5.ALH2.IN id 25 [ 735.485238] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 735.485378] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 735.485379] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.3.ALH514.OUT id 17 [ 735.485395] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 735.485545] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 735.485546] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.2.ALH259.IN id 11 [ 735.485561] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 735.485591] soundwire_intel soundwire_intel.link.1: Slave status change: 0x40 [ 735.485706] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 735.485707] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.1.ALH258.OUT id 5 [ 735.485722] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 735.485873] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 735.485891] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.485957] rt711 sdw:1:025d:0711:00: Slave impl defined interrupt [ 735.485959] rt711 sdw:1:025d:0711:00: rt711_interrupt_callback control_port_stat=4 [ 735.486221] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.486259] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.486539] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.486557] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.486873] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.486894] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50040000 [ 735.487388] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50040000 [ 735.487406] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.487723] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.487730] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.488079] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.488086] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.488136] soundwire_intel soundwire_intel.link.1: Slave status change: 0x20 [ 735.488369] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.488383] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.488717] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.488724] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.489022] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.489039] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 735.489352] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 735.497444] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.508425] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.520300] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.531790] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.543657] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.555208] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.566947] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.578529] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.590211] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.594357] rt1308 sdw:2:025d:1308:00: rt1308_io_init m_btl_l=0xffdc, m_btl_r=0x0 [ 735.594358] rt1308 sdw:2:025d:1308:00: rt1308_io_init c_btl_l=0x143, c_btl_r=0x211 [ 735.602057] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.603056] rt1308 sdw:2:025d:1308:00: rt1308_io_init hw_init complete [ 735.603056] rt1308 sdw:2:025d:1308:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [ 735.603272] soundwire_intel soundwire_intel.link.2: Slave status change: 0x40 [ 735.603826] soundwire_intel soundwire_intel.link.2: Slave status change: 0x20 [ 735.613807] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.625276] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.637035] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.648628] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.660456] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.671901] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.683706] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.695176] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.706935] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.718567] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.730380] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.741928] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.753733] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.765212] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.777027] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.788518] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.800253] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.811939] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.823735] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.835252] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.847110] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.858623] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.870380] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.881819] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.893539] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.905188] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.917020] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 735.928528] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 00003888 [ 735.928947] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006f 0583 [ 735.929060] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 735.929062] rt711 sdw:1:025d:0711:00: rt711_calibration calibration complete, ret=0 [ 735.929264] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 735.929420] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3819 <= 0082 [ 735.929511] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3821 <= 0081 [ 735.929589] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3855 <= 0083 [ 735.929966] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0010 2420 [ 735.930341] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0019 2e11 [ 735.930756] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0009 302b [ 735.931102] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0011 047a [ 735.931104] rt711 sdw:1:025d:0711:00: in rt711_jack_init enable [ 735.931181] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 735.931205] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Jack Out [ 735.931206] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 0 playback DMA buffer size 0x10000 max 0x10000 [ 735.931211] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Jack In [ 735.931212] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Capture 1 capture DMA buffer size 0x10000 max 0x10000 [ 735.931216] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Speaker [ 735.931217] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 2 playback DMA buffer size 0x10000 max 0x10000 [ 735.931221] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Microphone [ 735.931222] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Highpass Capture 4 capture DMA buffer size 0x10000 max 0x10000 [ 735.931226] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 1 [ 735.931227] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 5 playback DMA buffer size 0x10000 max 0x10000 [ 735.931231] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 2 [ 735.931232] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 6 playback DMA buffer size 0x10000 max 0x10000 [ 735.931235] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 3 [ 735.931235] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 7 playback DMA buffer size 0x10000 max 0x10000 [ 735.931268] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3 [ 735.931269] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4 [ 735.931271] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5 [ 735.931272] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6 [ 735.931273] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7 [ 735.931274] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8 [ 735.947553] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3607 <= 0000 [ 735.947649] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3608 <= 0000 [ 735.947721] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3609 <= 0000 [ 735.947851] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3627 <= 0000 [ 735.950170] rt711 sdw:1:025d:0711:00: Slave impl defined interrupt [ 735.950171] rt711 sdw:1:025d:0711:00: rt711_interrupt_callback control_port_stat=4 [ 735.953010] input: sof-soundwire Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input31 [ 735.953062] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input32 [ 735.953098] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input33 [ 735.953146] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input34 [ 735.961669] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 735.961895] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [ 735.962057] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [ 735.962252] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [ 735.962445] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [ 735.962619] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [ 735.962812] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [ 735.962926] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 735.963021] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 735.963239] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [ 735.963434] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [ 735.963622] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [ 735.963813] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [ 735.964021] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [ 735.964202] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [ 735.964299] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 735.964390] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 735.964599] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [ 735.964812] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [ 735.965047] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [ 735.965233] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [ 735.965422] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [ 735.965617] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [ 735.965708] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 735.965821] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 735.966028] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [ 735.966258] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [ 735.966468] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [ 735.966679] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [ 735.966862] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [ 735.967035] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [ 735.967127] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 735.967217] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0000 [ 735.967419] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [ 735.967627] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [ 735.967837] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [ 735.968029] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [ 735.968256] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [ 735.968494] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [ 735.968594] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [ 735.968711] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0000 [ 735.968890] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [ 735.969155] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [ 735.969378] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [ 735.969613] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [ 735.969837] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [ 735.970084] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [ 735.970206] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [ 735.970340] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3124 <= 0004 [ 735.970457] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3125 <= 0005 [ 736.214979] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] b921 0000 => 00000000 [ 736.214983] rt711 sdw:1:025d:0711:00: in rt711_jack_detect_handler, jack_type=0x0 [ 736.214984] rt711 sdw:1:025d:0711:00: in rt711_jack_detect_handler, btn_type=0x0 [ 738.463190] soundwire_intel soundwire_intel.link.3: Msg ignored for Slave 15 [ 738.464328] soundwire_intel soundwire_intel.link.3: Clock stop failed -110 [ 738.464330] soundwire_intel soundwire_intel.link.3: cannot enable clock stop on suspend [ 738.568706] soundwire sdw-master-0: clock stop prep/de-prep done slave:15 [ 738.675326] soundwire sdw-master-2: clock stop prep/de-prep done slave:15 [ 739.521975] soundwire sdw-master-1: clock stop prep/de-prep done slave:15 [ 739.522276] soundwire_intel soundwire_intel.link.1: intel_link_power_down: powering down all links [ 739.522324] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x40010000 [ 739.522665] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x40010000 [ 739.522747] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0x9010f0f successful [ 739.523348] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf0f successful [ 739.523370] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 0 : core_mask 1 [ 739.523478] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000010 at 00000044 [ 739.523511] sof-audio-pci-intel-tgl 0000:00:1f.3: Turning i915 HDAC power 0 [ 739.523515] sof-audio-pci-intel-tgl 0000:00:1f.3: Current DSP power state: D3 ```
plbossart commented 2 years ago

ok, thanks @ujfalusi

sof-tgl-rt715-rt711-rt1308-mono.tplg was part of release 1.8 IIRC, not sure what causes the problem then? Weird.

BTW you can make the error messages for link3 go away with

options snd-intel-sdw-acpi sdw_link_mask=0x7

One bit per link means you only enable links 0..2.

ujfalusi commented 2 years ago

@plbossart, there is something else in play here. I have downgraded the sof-firmware to 1.8 and I can sof_instert.sh just fine (and boot as well):

DMESG log with sof-dyndbg.conf during sof_insert.sh sof-1.8 ``` [ 189.228539] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 189.228557] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [ 189.228558] sof-audio-pci-intel-tgl 0000:00:1f.3: PCI DSP detected [ 189.228875] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380 [ 189.228937] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 189.236304] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0xc00 [ 189.236324] sof-audio-pci-intel-tgl 0000:00:1f.3: found ML capability at 0xc00 [ 189.236325] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x800 [ 189.236332] sof-audio-pci-intel-tgl 0000:00:1f.3: found DSP capability at 0x800 [ 189.236333] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x500 [ 189.236336] sof-audio-pci-intel-tgl 0000:00:1f.3: found GTS capability at 0x500 [ 189.236336] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x1f00 [ 189.236343] sof-audio-pci-intel-tgl 0000:00:1f.3: found DRSM capability at 0x1f00 [ 189.236344] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x700 [ 189.236347] sof-audio-pci-intel-tgl 0000:00:1f.3: found SPIB capability at 0x700 [ 189.236465] sof-audio-pci-intel-tgl 0000:00:1f.3: hda global caps = 0x1009701 [ 189.236466] sof-audio-pci-intel-tgl 0000:00:1f.3: detected 9 playback and 7 capture streams [ 189.236756] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode [ 189.236758] sof-audio-pci-intel-tgl 0000:00:1f.3: using IPC IRQ 169 [ 189.236882] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000044 [ 189.236884] sof-audio-pci-intel-tgl 0000:00:1f.3: PP capability, will probe DSP later. [ 189.239964] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000040 at 00000048 [ 189.239984] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000048 [ 189.244301] sof-audio-pci-intel-tgl 0000:00:1f.3: codec_mask = 0x4 [ 189.244327] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000048 [ 189.244330] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000040 at 00000048 [ 189.245856] acpi PRP00001:00: Creating 4 SDW Link devices [ 189.245947] soundwire sdw-master-0: SDW Slave Addr: 20025d071500 [ 189.245948] soundwire sdw-master-0: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0715, unique_id 0x0, version 0x2 [ 189.246029] rt715 sdw:0:025d:0715:00: probe complete [ 189.246065] soundwire sdw-master-1: SDW Slave Addr: 120025d071100 [ 189.246066] soundwire sdw-master-1: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0711, unique_id 0x0, version 0x2 [ 189.246119] rt711 sdw:1:025d:0711:00: rt711_init [ 189.246140] rt711 sdw:1:025d:0711:00: probe complete [ 189.246182] soundwire sdw-master-2: SDW Slave Addr: 220025d130800 [ 189.246184] soundwire sdw-master-2: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [ 189.246219] rt1308 sdw:2:025d:1308:00: rt1308_sdw_init [ 189.246220] rt1308 sdw:2:025d:1308:00: rt1308_read_prop [ 189.246235] rt1308 sdw:2:025d:1308:00: probe complete [ 189.246288] soundwire sdw-master-3: SDW Slave Addr: 320025d130800 [ 189.246289] soundwire sdw-master-3: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [ 189.246326] rt1308 sdw:3:025d:1308:00: rt1308_sdw_init [ 189.246327] rt1308 sdw:3:025d:1308:00: rt1308_read_prop [ 189.246342] rt1308 sdw:3:025d:1308:00: probe complete [ 189.246901] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA codec #2 probed OK: response: 80862812 [ 189.248477] hdaudio ehdaudio0D2: loading codec module: hdaudio:v80862812r00100000a01 [ 189.251005] sof-audio-pci-intel-tgl 0000:00:1f.3: found 711 at link 1 [ 189.251007] sof-audio-pci-intel-tgl 0000:00:1f.3: found 1308 at link 2 [ 189.251008] sof-audio-pci-intel-tgl 0000:00:1f.3: found 715 at link 0 [ 189.251009] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire machine driver sof_sdw topology sof-tgl-rt715-rt711-rt1308-mono.tplg [ 189.251010] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4 [ 189.251016] sof-audio-pci-intel-tgl 0000:00:1f.3: loading firmware [ 189.251087] sof-audio-pci-intel-tgl 0000:00:1f.3: request_firmware intel/sof/sof-tgl.ri successful [ 189.251088] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 1 size 0x1A0 [ 189.251089] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 6 size 0x20 [ 189.251090] sof-audio-pci-intel-tgl 0000:00:1f.3: FW clock config: HPRO [ 189.251091] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 0 size 0x50 [ 189.251092] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8 [ 189.251093] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0 [ 189.251094] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 2 size 0x70 [ 189.251095] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: used compiler XCC 12:0:8 used optimization flags -O2 [ 189.251097] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 3 size 0x30 [ 189.251098] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30 [ 189.251098] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 4 size 0x20 [ 189.251099] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: DBG_ABI 5:3:0 [ 189.251100] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 5 size 0x20 [ 189.251100] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data can hold up to 3 config elements [ 189.251101] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 0 token 1 val 384 [ 189.251102] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 1 token 2 val 1 [ 189.251103] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 2 token 0 val 0 [ 189.251171] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000002 at 00000048 [ 189.251178] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000048 [ 189.251215] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000044 [ 189.251217] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000004 at 00000044 [ 189.251218] sof-audio-pci-intel-tgl 0000:00:1f.3: booting DSP firmware [ 189.251269] sof-audio-pci-intel-tgl 0000:00:1f.3: period_bytes:0x0 [ 189.251270] sof-audio-pci-intel-tgl 0000:00:1f.3: periods:1 [ 189.251430] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x40000 successful [ 189.251467] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x40000 successful [ 189.251470] sof-audio-pci-intel-tgl 0000:00:1f.3: period_bytes:0x0 [ 189.251471] sof-audio-pci-intel-tgl 0000:00:1f.3: periods:1 [ 189.251498] sof-audio-pci-intel-tgl 0000:00:1f.3: Attempting iteration 0 of Core En/ROM load... [ 189.251506] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 0 : core_mask 1 [ 189.252039] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010f0f successful [ 189.252050] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010f0e successful [ 189.252053] sof-audio-pci-intel-tgl 0000:00:1f.3: unstall/run core: core_mask = 1 [ 189.252056] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 1 : core_mask 1 [ 189.252067] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010e0e successful [ 189.252069] sof-audio-pci-intel-tgl 0000:00:1f.3: unstall/run core: core_mask = 1 [ 189.252073] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 1 : core_mask 1 [ 189.252582] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0xd4]=0x80000000 successful [ 189.259648] usbcore: registered new interface driver snd-usb-audio [ 189.326541] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x80000]=0x5000001 successful [ 189.343716] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x80000]=0x5 successful [ 189.344236] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x140000 successful [ 189.344246] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware download successful, booting... [ 189.354081] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc rx: 0x70000000 [ 189.354089] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc: DSP is ready 0x70000000 offset 0x81000 [ 189.354249] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8 [ 189.354252] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0 [ 189.354309] sof-audio-pci-intel-tgl 0000:00:1f.3: mailbox upstream 0x81000 - size 0x1000 [ 189.354312] sof-audio-pci-intel-tgl 0000:00:1f.3: mailbox downstream 0xa0000 - size 0x2000 [ 189.354314] sof-audio-pci-intel-tgl 0000:00:1f.3: stream region 0xc1000 - size 0x1000 [ 189.354316] sof-audio-pci-intel-tgl 0000:00:1f.3: debug region 0xc0000 - size 0x800 [ 189.354322] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc rx done: 0x70000000 [ 189.354382] sof-audio-pci-intel-tgl 0000:00:1f.3: firmware boot complete [ 189.354414] soundwire_intel soundwire_intel.link.0: intel_link_power_up: powering up all links [ 189.354417] soundwire_intel soundwire_intel.link.0: intel_link_power_up: first link up, programming SYNCPRD [ 189.354797] soundwire_intel soundwire_intel.link.0: PCM cap bd:6 in:0 out:0 [ 189.354822] soundwire_intel soundwire_intel.link.0: PDM cap bd:0 in:4 out:0 [ 189.355427] soundwire_intel soundwire_intel.link.1: PCM cap bd:6 in:0 out:0 [ 189.355452] soundwire_intel soundwire_intel.link.1: PDM cap bd:0 in:4 out:0 [ 189.355965] soundwire_intel soundwire_intel.link.2: PCM cap bd:6 in:0 out:0 [ 189.355981] soundwire_intel soundwire_intel.link.2: PDM cap bd:0 in:4 out:0 [ 189.356489] soundwire_intel soundwire_intel.link.3: PCM cap bd:6 in:0 out:0 [ 189.356510] soundwire_intel soundwire_intel.link.3: PDM cap bd:0 in:4 out:0 [ 189.356772] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000048 [ 189.356797] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000002 at 00000048 [ 189.356817] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000004 at 00000044 [ 189.356838] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000044 [ 189.356840] sof-audio-pci-intel-tgl 0000:00:1f.3: SOF firmware trace disabled [ 189.356924] sof-audio-pci-intel-tgl 0000:00:1f.3: created machine sof_sdw [ 189.356927] sof-audio-pci-intel-tgl 0000:00:1f.3: Completing SOF PCI probe [ 189.357023] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357028] soundwire_intel soundwire_intel.link.3: Bus clash for data word [ 189.357105] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357121] soundwire_intel soundwire_intel.link.0: Slave status change: 0x2 [ 189.357126] soundwire sdw-master-0: Slave attached, programming device number [ 189.357182] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357199] soundwire_intel soundwire_intel.link.1: Slave status change: 0x2 [ 189.357202] soundwire sdw-master-1: Slave attached, programming device number [ 189.357258] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357354] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357371] soundwire_intel soundwire_intel.link.2: Slave status change: 0x2 [ 189.357442] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357458] soundwire sdw-master-1: SDW Slave Addr: 20025d071100 [ 189.357498] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357514] soundwire sdw-master-1: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0711, unique_id 0x0, version 0x2 [ 189.357522] soundwire sdw-master-0: SDW Slave Addr: 21025d071500 [ 189.357524] soundwire sdw-master-0: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0715, unique_id 0x1, version 0x2 [ 189.357529] soundwire sdw-master-2: Slave attached, programming device number [ 189.357613] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357669] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.357753] soundwire_intel soundwire_intel.link.3: Bus clash for control word [ 189.358036] soundwire sdw-master-2: SDW Slave Addr: 20025d130800 [ 189.358041] soundwire sdw-master-2: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [ 189.358050] soundwire_intel soundwire_intel.link.1: Msg ignored for Slave 0 [ 189.358127] soundwire sdw-master-1: No more devices to enumerate [ 189.358388] soundwire_intel soundwire_intel.link.0: Msg ignored for Slave 0 [ 189.358393] soundwire sdw-master-0: No more devices to enumerate [ 189.358466] soundwire_intel soundwire_intel.link.2: Msg ignored for Slave 0 [ 189.358470] soundwire sdw-master-2: No more devices to enumerate [ 189.358811] soundwire_intel soundwire_intel.link.0: Slave status change: 0x21 [ 189.358817] rt715 sdw:0:025d:0715:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 189.359043] soundwire_intel soundwire_intel.link.2: Slave status change: 0x21 [ 189.359048] rt1308 sdw:2:025d:1308:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 189.359199] soundwire_intel soundwire_intel.link.1: Slave status change: 0x21 [ 189.359205] rt711 sdw:1:025d:0711:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 189.359896] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] ff01 <= 0000 [ 189.359999] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7308 8388 <= b080 [ 189.360304] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7309 8389 <= b080 [ 189.360916] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7307 8387 <= b080 [ 189.361275] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7327 83a7 <= b080 [ 189.361570] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7520 85a0 9c20 aca0 => 00008003 [ 189.361647] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3712 <= 0020 [ 189.361917] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3713 <= 0020 [ 189.362102] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 371d <= 0020 [ 189.362243] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 001a c003 [ 189.362250] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3729 <= 0020 [ 189.362410] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 189.362416] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3608 <= 0010 [ 189.362544] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3719 <= 0025 [ 189.362549] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3609 <= 0010 [ 189.362710] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3721 <= 00c0 [ 189.362759] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3607 <= 0010 [ 189.362825] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3712 <= 0020 [ 189.362954] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3713 <= 0020 [ 189.362957] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3627 <= 0010 [ 189.363123] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 371a <= 0020 [ 189.363182] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c12 <= 00d0 [ 189.363351] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 371b <= 0020 [ 189.363356] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d12 <= 0011 [ 189.363475] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e12 <= 00a1 [ 189.363617] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f12 <= 0081 [ 189.363622] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7321 83a1 <= a080 [ 189.363874] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7321 83a1 <= 9080 [ 189.363928] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c13 <= 00d1 [ 189.364139] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d13 <= 0011 [ 189.364274] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 6080 [ 189.364347] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e13 <= 00a1 [ 189.364474] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f13 <= 0081 [ 189.364698] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c1d <= 00d0 [ 189.364706] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 5080 [ 189.364975] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d1d <= 0011 [ 189.365065] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7309 8389 <= 6080 [ 189.365119] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e1d <= 00a1 [ 189.365203] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f1d <= 0081 [ 189.365278] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7309 8389 <= 5080 [ 189.365352] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c29 <= 00d1 [ 189.365419] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d29 <= 0011 [ 189.365556] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e29 <= 00a1 [ 189.365558] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f12 <= 0091 [ 189.365661] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f29 <= 0081 [ 189.365664] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e12 <= 00d6 [ 189.365741] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [ 189.365743] rt715 sdw:0:025d:0715:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [ 189.365825] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d12 <= 0011 [ 189.365981] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c12 <= 0020 [ 189.366004] sof_sdw sof_sdw: Entry mc_probe [ 189.366007] sof_sdw sof_sdw: quirk realtek,jack-detect-source 2 [ 189.366008] sof_sdw sof_sdw: quirk SOF_SDW_TGL_HDMI enabled [ 189.366008] sof_sdw sof_sdw: quirk SOF_RT715_DAI_ID_FIX enabled [ 189.366010] sof_sdw sof_sdw: sdw 4, ssp 0, dmic 0, hdmi 4 [ 189.366012] sof_sdw sof_sdw: create dai link SDW1-Playback, id 0 [ 189.366021] sof_sdw sof_sdw: create dai link SDW1-Capture, id 1 [ 189.366023] sof_sdw sof_sdw: create dai link SDW2-Playback, id 2 [ 189.366025] sof_sdw sof_sdw: create dai link SDW0-Capture, id 3 [ 189.366027] sof_sdw sof_sdw: create dai link iDisp1, id 5 [ 189.366029] sof_sdw sof_sdw: create dai link iDisp2, id 6 [ 189.366031] sof_sdw sof_sdw: create dai link iDisp3, id 7 [ 189.366033] sof_sdw sof_sdw: create dai link iDisp4, id 8 [ 189.366105] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f13 <= 0091 [ 189.366106] sof-audio-pci-intel-tgl 0000:00:1f.3: loading topology:intel/sof-tplg/sof-tgl-rt715-rt711-rt1308-mono.tplg [ 189.366131] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:18:0 [ 189.366134] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 0 pipe 1 type 23 name : PCM0P stream Passthrough Playback 0 [ 189.366137] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM0P [ 189.366137] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 189.366141] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.366225] soundwire_intel soundwire_intel.link.0: Slave status change: 0x40 [ 189.366312] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e13 <= 00d6 [ 189.366414] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.366416] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 1 Master Playback Volume [ 189.366419] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 1 chans 2 [ 189.366420] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 1 pipe 1 type 6 name : PGA1.0 stream none [ 189.366421] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 189.366434] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.366547] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d13 <= 0011 [ 189.366654] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.366656] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 2 pipe 1 type 31 name : BUF1.0 stream none [ 189.366657] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF1.0: size 768 caps 0x71 [ 189.366666] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.366723] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c13 <= 0021 [ 189.366832] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.366834] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 3 pipe 1 type 31 name : BUF1.1 stream none [ 189.366835] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF1.1: size 768 caps 0x71 [ 189.366844] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.366891] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c21 <= 00f0 [ 189.366999] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.367001] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 4 pipe 1 type 27 name : ALH258.OUT stream SDW1-Playback [ 189.367002] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH258.OUT: type 4 index 258 [ 189.367003] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 1 [ 189.367013] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.367116] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d21 <= 0011 [ 189.367292] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.367293] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH258.OUT -> DAI link SDW1-Playback [ 189.367295] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 5 pipe 1 type 32 name : PIPELINE.1.ALH258.OUT stream ALH258.OUT [ 189.367296] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 1 comp 5 scheduling comp id 4 [ 189.367297] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.1.ALH258.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 189.367305] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 189.367399] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e21 <= 0011 [ 189.367501] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 189.367502] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 6 pipe 2 type 24 name : PCM1C stream Passthrough Capture 1 [ 189.367503] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM1C [ 189.367504] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 0 [ 189.367514] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.367558] soundwire_intel soundwire_intel.link.0: Slave status change: 0x20 [ 189.367737] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.367739] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 2 Master Capture Volume [ 189.367742] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 7 chans 2 [ 189.367743] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 2 Master Capture Switch [ 189.367744] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 7 chans 2 [ 189.367745] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 7 pipe 2 type 6 name : PGA2.0 stream none [ 189.367746] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 189.367751] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.367792] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f21 <= 0001 [ 189.367979] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.367981] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 8 pipe 2 type 31 name : BUF2.0 stream none [ 189.367983] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF2.0: size 768 caps 0x71 [ 189.367989] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.368144] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.368146] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 9 pipe 2 type 31 name : BUF2.1 stream none [ 189.368147] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF2.1: size 768 caps 0x71 [ 189.368169] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.368313] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.368315] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 10 pipe 2 type 28 name : ALH259.IN stream SDW1-Capture [ 189.368317] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH259.IN: type 4 index 259 [ 189.368318] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 1 [ 189.368321] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.368479] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0091 0154 [ 189.368576] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.368578] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH259.IN -> DAI link SDW1-Capture [ 189.368580] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 11 pipe 2 type 32 name : PIPELINE.2.ALH259.IN stream ALH259.IN [ 189.368581] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 2 comp 11 scheduling comp id 10 [ 189.368583] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.2.ALH259.IN: period 1000 pri 0 mips 5000 core 0 frames 0 [ 189.368585] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 189.368785] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 189.368787] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 12 pipe 3 type 23 name : PCM2P stream Passthrough Playback 2 [ 189.368788] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM2P [ 189.368789] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 189.368793] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.368983] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.368985] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 3 Master Playback Volume [ 189.368987] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 13 chans 2 [ 189.368989] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 13 pipe 3 type 6 name : PGA3.0 stream none [ 189.368990] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 189.368993] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.369107] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 004a 201b [ 189.369204] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.369205] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 14 pipe 3 type 31 name : BUF3.0 stream none [ 189.369206] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF3.0: size 768 caps 0x71 [ 189.369209] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.369333] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.369334] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 15 pipe 3 type 31 name : BUF3.1 stream none [ 189.369335] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF3.1: size 768 caps 0x71 [ 189.369342] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.369492] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.369493] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 16 pipe 3 type 27 name : ALH514.OUT stream SDW2-Playback [ 189.369495] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH514.OUT: type 4 index 514 [ 189.369496] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 1 [ 189.369499] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.369709] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.369710] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH514.OUT -> DAI link SDW2-Playback [ 189.369712] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 17 pipe 3 type 32 name : PIPELINE.3.ALH514.OUT stream ALH514.OUT [ 189.369714] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 3 comp 17 scheduling comp id 16 [ 189.369715] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.3.ALH514.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 189.369723] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 189.369879] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 189.369880] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 18 pipe 5 type 24 name : PCM4C stream Highpass Capture 4 [ 189.369882] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM4C [ 189.369883] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 0 [ 189.369893] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.369939] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0045 5089 [ 189.370073] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.370075] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 5 Master Capture Volume [ 189.370080] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 19 chans 2 [ 189.370081] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 5 Master Capture Switch [ 189.370083] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 19 chans 2 [ 189.370084] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 19 pipe 5 type 6 name : PGA5.0 stream none [ 189.370086] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 189.370089] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.370307] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.370310] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 2 name : eqiir_coef_5 [ 189.370311] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 20 chans 0 [ 189.370313] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 20 pipe 5 type 33 name : EQIIR5.0 stream none [ 189.370315] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 189.370341] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.370423] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006b 5064 [ 189.370526] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.370528] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 21 pipe 5 type 31 name : BUF5.0 stream none [ 189.370529] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.0: size 768 caps 0x71 [ 189.370540] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.370700] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.370701] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 22 pipe 5 type 31 name : BUF5.1 stream none [ 189.370702] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.1: size 768 caps 0x71 [ 189.370712] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.370859] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.370860] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 23 pipe 5 type 31 name : BUF5.2 stream none [ 189.370861] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.2: size 768 caps 0x71 [ 189.370876] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.371033] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.371034] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 24 pipe 5 type 28 name : ALH2.IN stream SDW0-Capture [ 189.371035] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH2.IN: type 4 index 2 [ 189.371036] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 1 [ 189.371047] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.371277] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.371278] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH2.IN -> DAI link SDW0-Capture [ 189.371280] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 25 pipe 5 type 32 name : PIPELINE.5.ALH2.IN stream ALH2.IN [ 189.371282] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 5 comp 25 scheduling comp id 24 [ 189.371284] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.5.ALH2.IN: period 1000 pri 0 mips 5000 core 0 frames 0 [ 189.371287] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 189.371340] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0048 d249 [ 189.371465] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 189.371467] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 26 pipe 6 type 23 name : PCM5P stream Passthrough Playback 5 [ 189.371469] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM5P [ 189.371470] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 189.371474] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.371556] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 189.371558] rt711 sdw:1:025d:0711:00: rt711_io_init hw_init complete [ 189.371559] rt711 sdw:1:025d:0711:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [ 189.371667] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.371669] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 6 Master Playback Volume [ 189.371671] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 27 chans 2 [ 189.371673] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 27 pipe 6 type 6 name : PGA6.0 stream none [ 189.371674] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 189.371677] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.371895] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.371897] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 28 pipe 6 type 31 name : BUF6.0 stream none [ 189.371898] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF6.0: size 768 caps 0x71 [ 189.371900] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.371992] soundwire_intel soundwire_intel.link.1: Slave status change: 0x40 [ 189.371995] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 189.372092] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.372094] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 29 pipe 6 type 31 name : BUF6.1 stream none [ 189.372095] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF6.1: size 768 caps 0x71 [ 189.372097] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.372267] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.372269] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 30 pipe 6 type 27 name : HDA0.OUT stream iDisp1 [ 189.372271] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA0.OUT: type 3 index 0 [ 189.372272] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 189.372276] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.372544] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.372545] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA0.OUT -> DAI link iDisp1 [ 189.372547] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 31 pipe 6 type 32 name : PIPELINE.6.HDA0.OUT stream HDA0.OUT [ 189.372548] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 6 comp 31 scheduling comp id 30 [ 189.372549] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.6.HDA0.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 189.372551] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 189.372736] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 189.372738] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 32 pipe 7 type 23 name : PCM6P stream Passthrough Playback 6 [ 189.372739] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM6P [ 189.372740] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 189.372743] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.372967] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.372969] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 7 Master Playback Volume [ 189.372971] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 33 chans 2 [ 189.372972] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 33 pipe 7 type 6 name : PGA7.0 stream none [ 189.372973] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 189.372982] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.373153] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.373154] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 34 pipe 7 type 31 name : BUF7.0 stream none [ 189.373155] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF7.0: size 768 caps 0x71 [ 189.373166] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.373337] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.373338] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 35 pipe 7 type 31 name : BUF7.1 stream none [ 189.373339] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF7.1: size 768 caps 0x71 [ 189.373350] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.373486] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.373488] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 36 pipe 7 type 27 name : HDA1.OUT stream iDisp2 [ 189.373489] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA1.OUT: type 3 index 1 [ 189.373490] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 189.373500] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.373544] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006f 0580 [ 189.373724] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.373725] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA1.OUT -> DAI link iDisp2 [ 189.373726] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 37 pipe 7 type 32 name : PIPELINE.7.HDA1.OUT stream HDA1.OUT [ 189.373727] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 7 comp 37 scheduling comp id 36 [ 189.373728] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.7.HDA1.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 189.373737] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 189.373959] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 189.373960] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 38 pipe 8 type 23 name : PCM7P stream Passthrough Playback 7 [ 189.373961] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM7P [ 189.373962] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 189.373974] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.374184] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.374185] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 8 Master Playback Volume [ 189.374187] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 39 chans 2 [ 189.374188] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 39 pipe 8 type 6 name : PGA8.0 stream none [ 189.374189] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 189.374199] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.374241] soundwire_intel soundwire_intel.link.1: Slave status change: 0x20 [ 189.374417] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.374418] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 40 pipe 8 type 31 name : BUF8.0 stream none [ 189.374419] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF8.0: size 768 caps 0x71 [ 189.374430] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.374634] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.374636] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 41 pipe 8 type 31 name : BUF8.1 stream none [ 189.374638] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF8.1: size 768 caps 0x71 [ 189.374641] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 189.374811] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 189.374813] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 42 pipe 8 type 27 name : HDA2.OUT stream iDisp3 [ 189.374815] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA2.OUT: type 3 index 2 [ 189.374816] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 189.374820] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 189.375048] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 189.375049] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA2.OUT -> DAI link iDisp3 [ 189.375051] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 43 pipe 8 type 32 name : PIPELINE.8.HDA2.OUT stream HDA2.OUT [ 189.375052] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 8 comp 43 scheduling comp id 42 [ 189.375053] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.8.HDA2.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 189.375055] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 189.375307] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 189.375310] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Jack Out 0 [ 189.375320] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Jack In 1 [ 189.375326] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Speaker 2 [ 189.375331] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Microphone 4 [ 189.375337] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 1 5 [ 189.375341] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 2 6 [ 189.375346] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 3 7 [ 189.375352] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF1.0 control none source PCM0P [ 189.375353] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 00007888 [ 189.375355] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.375523] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.375525] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA1.0 control none source BUF1.0 [ 189.375537] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.375705] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.375706] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF1.1 control none source PGA1.0 [ 189.375719] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.375859] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.375860] sof-audio-pci-intel-tgl 0000:00:1f.3: sink ALH258.OUT control none source BUF1.1 [ 189.375873] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.375910] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7558 85d8 7458 84d8 <= 0000 f888 [ 189.376039] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.376040] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PCM1C control none source BUF2.0 [ 189.376054] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.376192] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.376194] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF2.0 control none source PGA2.0 [ 189.376207] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.376351] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.376352] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA2.0 control none source BUF2.1 [ 189.376354] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.376498] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.376500] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF2.1 control none source ALH259.IN [ 189.376516] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.376654] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.376657] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF3.0 control none source PCM2P [ 189.376670] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.376808] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.376809] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA3.0 control none source BUF3.0 [ 189.376824] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.376962] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.376964] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF3.1 control none source PGA3.0 [ 189.376978] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.377135] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.377136] sof-audio-pci-intel-tgl 0000:00:1f.3: sink ALH514.OUT control none source BUF3.1 [ 189.377150] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.377188] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.377288] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.377290] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PCM4C control none source BUF5.0 [ 189.377292] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.377447] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.377448] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.0 control none source PGA5.0 [ 189.377450] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.377636] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.377638] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA5.0 control none source BUF5.1 [ 189.377652] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.377780] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.377781] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.1 control none source EQIIR5.0 [ 189.377795] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.377940] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.377943] sof-audio-pci-intel-tgl 0000:00:1f.3: sink EQIIR5.0 control none source BUF5.2 [ 189.377945] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.378083] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.378085] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.2 control none source ALH2.IN [ 189.378087] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.378234] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.378237] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF6.0 control none source PCM5P [ 189.378238] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.378349] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.378351] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA6.0 control none source BUF6.0 [ 189.378353] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.378470] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.378471] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF6.1 control none source PGA6.0 [ 189.378473] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.378587] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.378589] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA0.OUT control none source BUF6.1 [ 189.378591] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.378725] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.378728] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF7.0 control none source PCM6P [ 189.378729] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.378866] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.378867] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA7.0 control none source BUF7.0 [ 189.378869] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.378981] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.378982] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF7.1 control none source PGA7.0 [ 189.379006] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.379142] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.379143] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA1.OUT control none source BUF7.1 [ 189.379145] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.379315] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.379317] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF8.0 control none source PCM7P [ 189.379319] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.379449] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.379451] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA8.0 control none source BUF8.0 [ 189.379453] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.379572] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.379573] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF8.1 control none source PGA8.0 [ 189.379575] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.379749] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.379751] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA2.OUT control none source BUF8.1 [ 189.379754] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 189.379920] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 189.379924] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 0! [ 189.379925] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW1-Playback index 258 [ 189.379938] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 189.380154] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 189.380156] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 1! [ 189.380158] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW1-Capture index 259 [ 189.380172] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 189.380381] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 189.380383] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 2! [ 189.380384] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW2-Playback index 514 [ 189.380399] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 189.380622] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 189.380623] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 4! [ 189.380624] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW0-Capture index 2 [ 189.380640] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 189.380872] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 189.380874] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 5! [ 189.380875] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [ 189.380877] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp1 index 0 [ 189.380890] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 189.381117] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 189.381119] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 6! [ 189.381120] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [ 189.381121] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp2 index 1 [ 189.381135] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 189.381330] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 189.381335] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 7! [ 189.381337] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [ 189.381340] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp3 index 2 [ 189.381347] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 189.381522] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 189.381524] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred [ 189.381525] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.8.HDA2.OUT id 43 [ 189.381526] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 189.381845] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 189.381847] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.7.HDA1.OUT id 37 [ 189.381849] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 189.382026] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 189.382027] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.6.HDA0.OUT id 31 [ 189.382041] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 189.382185] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 189.382186] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.5.ALH2.IN id 25 [ 189.382200] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 189.382405] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 189.382406] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.3.ALH514.OUT id 17 [ 189.382420] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 189.382572] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 189.382573] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.2.ALH259.IN id 11 [ 189.382587] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 189.382733] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 189.382734] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.1.ALH258.OUT id 5 [ 189.382749] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [ 189.382877] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [ 189.382894] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.383233] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.383250] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.383579] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.383597] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.383921] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.383941] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50040000 [ 189.384019] rt711 sdw:1:025d:0711:00: Slave impl defined interrupt [ 189.384021] rt711 sdw:1:025d:0711:00: rt711_interrupt_callback control_port_stat=4 [ 189.384448] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50040000 [ 189.384466] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.384806] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.384811] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.385136] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.385142] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.385465] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.385469] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.385788] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.385803] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.386117] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.386131] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [ 189.386422] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [ 189.388564] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.400350] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.411949] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.423738] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.435258] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.447021] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.458575] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.470300] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.481970] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.493657] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.497576] rt1308 sdw:2:025d:1308:00: rt1308_io_init m_btl_l=0xffdc, m_btl_r=0x0 [ 189.497577] rt1308 sdw:2:025d:1308:00: rt1308_io_init c_btl_l=0x143, c_btl_r=0x211 [ 189.505434] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.505969] rt1308 sdw:2:025d:1308:00: rt1308_io_init hw_init complete [ 189.505970] rt1308 sdw:2:025d:1308:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [ 189.517237] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.528576] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.540315] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.551885] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.563660] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.575251] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.587021] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.598553] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.610324] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.621897] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.633717] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.645364] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.657074] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.668597] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.680251] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.691896] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.703679] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.715346] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.727084] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.738575] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.750316] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.761898] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.773656] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.785270] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.797105] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.808692] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.820502] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.831843] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.843676] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.855315] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.867121] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.878651] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.890354] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.901983] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.913821] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.925322] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.937096] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.948667] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.960512] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.971951] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.983737] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 189.995314] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.007117] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.018608] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.030298] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.040647] rt711 sdw:1:025d:0711:00: Slave impl defined interrupt [ 190.040648] rt711 sdw:1:025d:0711:00: rt711_interrupt_callback control_port_stat=4 [ 190.041896] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.053659] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.065322] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.077221] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.088652] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.100446] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.111925] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.123735] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.135315] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.147108] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.158652] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.170479] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.181963] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.193677] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.205322] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.216952] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.228701] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.240484] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.252001] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.263740] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.275340] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.287141] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.298670] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.310525] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.321899] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.333640] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.345319] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.357054] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.368606] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.380368] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.392029] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.403855] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.415345] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.427063] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.438588] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.450319] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.461930] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.473856] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.485231] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 190.497072] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 00003888 [ 190.497467] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006f 0583 [ 190.497584] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 190.497587] rt711 sdw:1:025d:0711:00: rt711_calibration calibration complete, ret=0 [ 190.497722] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 190.497795] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3819 <= 0082 [ 190.497963] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3821 <= 0081 [ 190.498109] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3855 <= 0083 [ 190.498616] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0010 2420 [ 190.498989] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0019 2e11 [ 190.499363] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0009 302b [ 190.499714] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0011 047a [ 190.499715] rt711 sdw:1:025d:0711:00: in rt711_jack_init enable [ 190.499809] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 190.499842] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Jack Out [ 190.499843] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 0 playback DMA buffer size 0x10000 max 0x10000 [ 190.499847] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Jack In [ 190.499848] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Capture 1 capture DMA buffer size 0x10000 max 0x10000 [ 190.499854] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Speaker [ 190.499855] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 2 playback DMA buffer size 0x10000 max 0x10000 [ 190.499858] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Microphone [ 190.499859] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Highpass Capture 4 capture DMA buffer size 0x10000 max 0x10000 [ 190.499862] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 1 [ 190.499863] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 5 playback DMA buffer size 0x10000 max 0x10000 [ 190.499866] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 2 [ 190.499867] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 6 playback DMA buffer size 0x10000 max 0x10000 [ 190.499870] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 3 [ 190.499871] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 7 playback DMA buffer size 0x10000 max 0x10000 [ 190.499905] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3 [ 190.499906] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4 [ 190.499907] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5 [ 190.499908] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6 [ 190.499908] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7 [ 190.499909] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8 [ 190.516400] rt711 sdw:1:025d:0711:00: Slave impl defined interrupt [ 190.516482] rt711 sdw:1:025d:0711:00: rt711_interrupt_callback control_port_stat=4 [ 190.517145] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3607 <= 0000 [ 190.517239] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3608 <= 0000 [ 190.517311] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3609 <= 0000 [ 190.517407] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3627 <= 0000 [ 190.523149] input: sof-soundwire Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input23 [ 190.523189] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input24 [ 190.523216] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input25 [ 190.523244] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input26 [ 190.532588] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 190.532775] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [ 190.532960] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [ 190.533195] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [ 190.533379] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [ 190.533545] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [ 190.533713] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [ 190.533822] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 190.533927] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 190.534123] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [ 190.534339] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [ 190.534587] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [ 190.534835] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [ 190.535120] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [ 190.535348] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [ 190.535406] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 190.535566] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 190.535735] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [ 190.535934] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [ 190.536108] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [ 190.536292] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [ 190.536475] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [ 190.536672] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [ 190.536766] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 190.536845] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 190.537031] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [ 190.537218] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [ 190.537380] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [ 190.537547] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [ 190.537715] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [ 190.537890] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [ 190.537972] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 190.538038] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0000 [ 190.538186] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [ 190.538379] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [ 190.538625] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [ 190.538796] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [ 190.539016] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [ 190.539066] rt711 sdw:1:025d:0711:00: Slave impl defined interrupt [ 190.539069] rt711 sdw:1:025d:0711:00: rt711_interrupt_callback control_port_stat=4 [ 190.539246] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [ 190.539360] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [ 190.539451] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0000 [ 190.539630] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [ 190.539824] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [ 190.539988] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [ 190.540165] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [ 190.540348] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [ 190.540534] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [ 190.540627] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [ 190.540700] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3124 <= 0004 [ 190.540785] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3125 <= 0005 [ 190.801857] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] b921 0000 => 00000000 [ 190.801861] rt711 sdw:1:025d:0711:00: in rt711_jack_detect_handler, jack_type=0x0 [ 190.801862] rt711 sdw:1:025d:0711:00: in rt711_jack_detect_handler, btn_type=0x0 [ 192.988151] soundwire_intel soundwire_intel.link.3: Msg ignored for Slave 15 [ 192.989283] soundwire_intel soundwire_intel.link.3: Clock stop failed -110 [ 192.989284] soundwire_intel soundwire_intel.link.3: cannot enable clock stop on suspend [ 193.116422] soundwire sdw-master-0: clock stop prep/de-prep done slave:15 [ 193.188621] soundwire sdw-master-2: clock stop prep/de-prep done slave:15 [ 194.119594] soundwire sdw-master-1: clock stop prep/de-prep done slave:15 [ 194.119794] soundwire_intel soundwire_intel.link.1: intel_link_power_down: powering down all links [ 194.119839] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x40010000 [ 194.120070] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x40010000 [ 194.120140] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0x9010f0f successful [ 194.120741] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf0f successful [ 194.120762] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 0 : core_mask 1 [ 194.120871] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000010 at 00000044 [ 194.120901] sof-audio-pci-intel-tgl 0000:00:1f.3: Turning i915 HDAC power 0 [ 194.120904] sof-audio-pci-intel-tgl 0000:00:1f.3: Current DSP power state: D3 ```
plbossart commented 2 years ago

ok let's re-ask @benoit-sbr, this time with the proper filename:

can you add this file sof-dyndbg.conf.txt as /etc/modprobe.d/sof-dyndbg.conf and attach the full dmesg log.

benoit-sbr commented 2 years ago

@plbossart Thank you for following up. Here it is:

DMESG log ``` [ 0.000007] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000010] last_pfn = 0x48f800 max_arch_pfn = 0x400000000 [ 0.000129] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000918] last_pfn = 0x64000 max_arch_pfn = 0x400000000 [ 0.007106] esrt: Reserving ESRT space from 0x000000005fd18b98 to 0x000000005fd18c20. [ 0.007115] Using GB pages for direct mapping [ 0.007195] Secure boot disabled [ 0.007195] RAMDISK: [mem 0x36427000-0x3720afff] [ 0.007199] ACPI: Early table checksum verification disabled [ 0.007202] ACPI: RSDP 0x0000000063FFE014 000024 (v02 DELL ) [ 0.007205] ACPI: XSDT 0x0000000063F7D188 000104 (v01 DELL Dell Inc 00000002 01000013) [ 0.007209] ACPI: FACP 0x0000000063FF4000 000114 (v06 DELL Dell Inc 00000002 01000013) [ 0.007213] ACPI: DSDT 0x0000000063F9B000 055CF4 (v02 DELL Dell Inc 00000002 01000013) [ 0.007215] ACPI: FACS 0x0000000063D1B000 000040 [ 0.007217] ACPI: SSDT 0x0000000063FFA000 0024D0 (v02 CpuRef CpuSsdt 00003000 INTL 20191018) [ 0.007219] ACPI: SSDT 0x0000000063FF5000 004285 (v02 DptfTb DptfTabl 00001000 INTL 20191018) [ 0.007220] ACPI: HPET 0x0000000063FF3000 000038 (v01 DELL Dell Inc 00000002 01000013) [ 0.007222] ACPI: APIC 0x0000000063FF2000 00012C (v04 DELL Dell Inc 00000002 01000013) [ 0.007224] ACPI: MCFG 0x0000000063FF1000 00003C (v01 DELL Dell Inc 00000002 01000013) [ 0.007226] ACPI: SSDT 0x0000000063F9A000 0009C9 (v02 DELL DellRtd3 00001000 INTL 20191018) [ 0.007228] ACPI: NHLT 0x0000000063F99000 00002D (v00 DELL Dell Inc 00000002 01000013) [ 0.007229] ACPI: SSDT 0x0000000063F96000 002BE5 (v02 SaSsdt SaSsdt 00003000 INTL 20191018) [ 0.007231] ACPI: SSDT 0x0000000063F94000 0012AA (v02 INTEL IgfxSsdt 00003000 INTL 20191018) [ 0.007233] ACPI: SSDT 0x0000000063F88000 00B192 (v02 INTEL TcssSsdt 00001000 INTL 20191018) [ 0.007235] ACPI: SSDT 0x0000000063F87000 000CD2 (v02 DELL UsbCTabl 00001000 INTL 20191018) [ 0.007237] ACPI: LPIT 0x0000000063F86000 0000CC (v01 DELL Dell Inc 00000002 01000013) [ 0.007238] ACPI: WSMT 0x0000000063F85000 000028 (v01 DELL Dell Inc 00000002 01000013) [ 0.007240] ACPI: SSDT 0x0000000063F84000 000B75 (v02 DELL PtidDevc 00001000 INTL 20191018) [ 0.007242] ACPI: SSDT 0x0000000063F83000 00012A (v02 DELL TbtTypeC 00000000 INTL 20191018) [ 0.007244] ACPI: DBGP 0x0000000063F82000 000034 (v01 DELL Dell Inc 00000002 01000013) [ 0.007246] ACPI: DBG2 0x0000000063F81000 000054 (v00 DELL Dell Inc 00000002 01000013) [ 0.007248] ACPI: BOOT 0x0000000063F80000 000028 (v01 DELL CBX3 00000002 01000013) [ 0.007249] ACPI: SSDT 0x0000000063F7F000 00060E (v02 DELL Tpm2Tabl 00001000 INTL 20191018) [ 0.007251] ACPI: TPM2 0x0000000063F7E000 00004C (v04 DELL Dell Inc 00000002 01000013) [ 0.007253] ACPI: MSDM 0x0000000063FFD000 000055 (v03 DELL CBX3 06222004 AMI 00010013) [ 0.007255] ACPI: DMAR 0x0000000063F7C000 0000B8 (v02 INTEL Dell Inc 00000002 01000013) [ 0.007257] ACPI: SSDT 0x0000000063F7B000 0009EF (v02 DELL xh_Dell_ 00000000 INTL 20191018) [ 0.007259] ACPI: SSDT 0x0000000063F7A000 000144 (v02 Intel ADebTabl 00001000 INTL 20191018) [ 0.007260] ACPI: PTDT 0x0000000063F79000 000D44 (v00 DELL Dell Inc 00000005 MSFT 0100000D) [ 0.007262] ACPI: BGRT 0x0000000063F78000 000038 (v01 DELL Dell Inc 00000002 01000013) [ 0.007264] ACPI: FPDT 0x0000000063F77000 000034 (v01 DELL Dell Inc 00000002 01000013) [ 0.007265] ACPI: Reserving FACP table memory at [mem 0x63ff4000-0x63ff4113] [ 0.007266] ACPI: Reserving DSDT table memory at [mem 0x63f9b000-0x63ff0cf3] [ 0.007267] ACPI: Reserving FACS table memory at [mem 0x63d1b000-0x63d1b03f] [ 0.007267] ACPI: Reserving SSDT table memory at [mem 0x63ffa000-0x63ffc4cf] [ 0.007268] ACPI: Reserving SSDT table memory at [mem 0x63ff5000-0x63ff9284] [ 0.007268] ACPI: Reserving HPET table memory at [mem 0x63ff3000-0x63ff3037] [ 0.007268] ACPI: Reserving APIC table memory at [mem 0x63ff2000-0x63ff212b] [ 0.007269] ACPI: Reserving MCFG table memory at [mem 0x63ff1000-0x63ff103b] [ 0.007269] ACPI: Reserving SSDT table memory at [mem 0x63f9a000-0x63f9a9c8] [ 0.007270] ACPI: Reserving NHLT table memory at [mem 0x63f99000-0x63f9902c] [ 0.007270] ACPI: Reserving SSDT table memory at [mem 0x63f96000-0x63f98be4] [ 0.007271] ACPI: Reserving SSDT table memory at [mem 0x63f94000-0x63f952a9] [ 0.007271] ACPI: Reserving SSDT table memory at [mem 0x63f88000-0x63f93191] [ 0.007272] ACPI: Reserving SSDT table memory at [mem 0x63f87000-0x63f87cd1] [ 0.007272] ACPI: Reserving LPIT table memory at [mem 0x63f86000-0x63f860cb] [ 0.007272] ACPI: Reserving WSMT table memory at [mem 0x63f85000-0x63f85027] [ 0.007273] ACPI: Reserving SSDT table memory at [mem 0x63f84000-0x63f84b74] [ 0.007273] ACPI: Reserving SSDT table memory at [mem 0x63f83000-0x63f83129] [ 0.007274] ACPI: Reserving DBGP table memory at [mem 0x63f82000-0x63f82033] [ 0.007274] ACPI: Reserving DBG2 table memory at [mem 0x63f81000-0x63f81053] [ 0.007275] ACPI: Reserving BOOT table memory at [mem 0x63f80000-0x63f80027] [ 0.007275] ACPI: Reserving SSDT table memory at [mem 0x63f7f000-0x63f7f60d] [ 0.007276] ACPI: Reserving TPM2 table memory at [mem 0x63f7e000-0x63f7e04b] [ 0.007276] ACPI: Reserving MSDM table memory at [mem 0x63ffd000-0x63ffd054] [ 0.007276] ACPI: Reserving DMAR table memory at [mem 0x63f7c000-0x63f7c0b7] [ 0.007277] ACPI: Reserving SSDT table memory at [mem 0x63f7b000-0x63f7b9ee] [ 0.007277] ACPI: Reserving SSDT table memory at [mem 0x63f7a000-0x63f7a143] [ 0.007278] ACPI: Reserving PTDT table memory at [mem 0x63f79000-0x63f79d43] [ 0.007278] ACPI: Reserving BGRT table memory at [mem 0x63f78000-0x63f78037] [ 0.007279] ACPI: Reserving FPDT table memory at [mem 0x63f77000-0x63f77033] [ 0.007478] No NUMA configuration found [ 0.007478] Faking a node at [mem 0x0000000000000000-0x000000048f7fffff] [ 0.007482] NODE_DATA(0) allocated [mem 0x48f7fc000-0x48f7fffff] [ 0.007501] Zone ranges: [ 0.007501] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.007502] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.007503] Normal [mem 0x0000000100000000-0x000000048f7fffff] [ 0.007504] Device empty [ 0.007505] Movable zone start for each node [ 0.007505] Early memory node ranges [ 0.007506] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.007506] node 0: [mem 0x0000000000100000-0x000000005f6c1fff] [ 0.007507] node 0: [mem 0x0000000063fff000-0x0000000063ffffff] [ 0.007507] node 0: [mem 0x0000000100000000-0x000000048f7fffff] [ 0.007509] Initmem setup node 0 [mem 0x0000000000001000-0x000000048f7fffff] [ 0.007512] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.007534] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.009813] On node 0, zone DMA32: 18749 pages in unavailable ranges [ 0.027192] On node 0, zone Normal: 16384 pages in unavailable ranges [ 0.027204] On node 0, zone Normal: 2048 pages in unavailable ranges [ 0.027224] Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff] [ 0.027603] ACPI: PM-Timer IO Port: 0x1808 [ 0.027607] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.027608] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.027608] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.027609] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.027609] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.027609] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.027610] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.027610] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.027610] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.027611] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.027611] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.027612] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.027612] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.027612] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.027613] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.027613] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.027648] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.027650] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.027651] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.027653] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.027654] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.027658] e820: update [mem 0x5a963000-0x5a980fff] usable ==> reserved [ 0.027663] TSC deadline timer available [ 0.027664] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.027672] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.027674] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff] [ 0.027675] PM: hibernation: Registered nosave memory: [mem 0x5a963000-0x5a980fff] [ 0.027675] PM: hibernation: Registered nosave memory: [mem 0x5f6c2000-0x5f7e4fff] [ 0.027676] PM: hibernation: Registered nosave memory: [mem 0x5f7e5000-0x63510fff] [ 0.027676] PM: hibernation: Registered nosave memory: [mem 0x63511000-0x63d71fff] [ 0.027677] PM: hibernation: Registered nosave memory: [mem 0x63d72000-0x63ffefff] [ 0.027677] PM: hibernation: Registered nosave memory: [mem 0x64000000-0x67ffffff] [ 0.027678] PM: hibernation: Registered nosave memory: [mem 0x68000000-0x693fffff] [ 0.027678] PM: hibernation: Registered nosave memory: [mem 0x69400000-0x695fffff] [ 0.027679] PM: hibernation: Registered nosave memory: [mem 0x69600000-0x69dfffff] [ 0.027679] PM: hibernation: Registered nosave memory: [mem 0x69e00000-0x707fffff] [ 0.027679] PM: hibernation: Registered nosave memory: [mem 0x70800000-0xbfffffff] [ 0.027680] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff] [ 0.027680] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff] [ 0.027680] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff] [ 0.027681] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff] [ 0.027681] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.027682] [mem 0x70800000-0xbfffffff] available for PCI devices [ 0.027683] Booting paravirtualized kernel on bare hardware [ 0.027685] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.030866] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1 [ 0.030978] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144 [ 0.030981] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152 [ 0.030983] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.030995] Built 1 zonelists, mobility grouping on. Total pages: 4059655 [ 0.030996] Policy zone: Normal [ 0.030997] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.14-x86_64 root=UUID=ca42843c-d00c-4f59-a56e-6d24cb43a854 rw quiet splash apparmor=1 security=apparmor resume=UUID=85c8f578-bf51-4e7d-848d-feea30522ef7 udev.log_priority=3 [ 0.031043] Unknown command line parameters: splash BOOT_IMAGE=/boot/vmlinuz-5.14-x86_64 [ 0.031426] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.031626] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.031673] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off [ 0.053493] Memory: 16008600K/16497028K available (14344K kernel code, 2084K rwdata, 9412K rodata, 1804K init, 4040K bss, 488168K reserved, 0K cma-reserved) [ 0.053496] random: get_random_u64 called from __kmem_cache_create+0x2a/0x5a0 with crng_init=0 [ 0.053592] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.053601] ftrace: allocating 42698 entries in 167 pages [ 0.062026] ftrace: allocated 167 pages with 5 groups [ 0.062100] rcu: Preemptible hierarchical RCU implementation. [ 0.062101] rcu: RCU dyntick-idle grace-period acceleration is enabled. [ 0.062101] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8. [ 0.062101] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.062102] Trampoline variant of Tasks RCU enabled. [ 0.062102] Rude variant of Tasks RCU enabled. [ 0.062103] Tracing variant of Tasks RCU enabled. [ 0.062103] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 0.062104] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.063982] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16 [ 0.064378] Console: colour dummy device 80x25 [ 0.064386] printk: console [tty0] enabled [ 0.064399] ACPI: Core revision 20210604 [ 0.064673] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns [ 0.064772] APIC: Switch to symmetric I/O mode setup [ 0.064774] DMAR: Host address width 39 [ 0.064774] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.064778] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e [ 0.064779] DMAR: DRHD base: 0x000000fed84000 flags: 0x0 [ 0.064782] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.064784] DMAR: DRHD base: 0x000000fed85000 flags: 0x0 [ 0.064786] DMAR: dmar2: reg_base_addr fed85000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.064788] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.064792] DMAR: dmar3: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.064793] DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff [ 0.064795] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 3 [ 0.064796] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.064796] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.066761] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.066762] x2apic enabled [ 0.066792] Switched APIC routing to cluster x2apic. [ 0.071354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084732] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1a03dfe73b3, max_idle_ns: 440795256845 ns [ 0.084740] Calibrating delay loop (skipped), value calculated using timer frequency.. 3611.00 BogoMIPS (lpj=6016000) [ 0.084741] pid_max: default: 32768 minimum: 301 [ 0.086256] LSM: Security Framework initializing [ 0.086263] landlock: Up and running. [ 0.086263] Yama: becoming mindful. [ 0.086294] AppArmor: AppArmor initialized [ 0.086329] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.086358] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.086531] x86/tme: not enabled by BIOS [ 0.086537] CPU0: Thermal monitoring enabled (TM1) [ 0.086539] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.086627] process: using mwait in idle threads [ 0.086628] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.086628] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.086631] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.086633] Spectre V2 : Mitigation: Enhanced IBRS [ 0.086633] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.086634] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.086635] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.089665] Freeing SMP alternatives memory: 36K [ 0.091491] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2446 [ 0.091512] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (family: 0x6, model: 0x8c, stepping: 0x1) [ 0.091581] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.091593] ... version: 5 [ 0.091594] ... bit width: 48 [ 0.091594] ... generic registers: 8 [ 0.091594] ... value mask: 0000ffffffffffff [ 0.091595] ... max period: 00007fffffffffff [ 0.091595] ... fixed-purpose events: 4 [ 0.091595] ... event mask: 0001000f000000ff [ 0.091650] rcu: Hierarchical SRCU implementation. [ 0.092175] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.092234] smp: Bringing up secondary CPUs ... [ 0.092302] x86: Booting SMP configuration: [ 0.092303] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [ 0.102221] smp: Brought up 1 node, 8 CPUs [ 0.102221] smpboot: Max logical packages: 1 [ 0.102221] smpboot: Total of 8 processors activated (28888.00 BogoMIPS) [ 0.105457] devtmpfs: initialized [ 0.105457] x86/mm: Memory block size: 128MB [ 0.105457] ACPI: PM: Registering ACPI NVS region [mem 0x63511000-0x63d71fff] (8785920 bytes) [ 0.105457] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.105457] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.105457] pinctrl core: initialized pinctrl subsystem [ 0.105457] PM: RTC time: 07:43:04, date: 2021-10-13 [ 0.105457] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.105457] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.105488] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.105593] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.105597] audit: initializing netlink subsys (disabled) [ 0.105600] audit: type=2000 audit(1634110984.039:1): state=initialized audit_enabled=0 res=1 [ 0.105600] thermal_sys: Registered thermal governor 'fair_share' [ 0.105600] thermal_sys: Registered thermal governor 'bang_bang' [ 0.105600] thermal_sys: Registered thermal governor 'step_wise' [ 0.105600] thermal_sys: Registered thermal governor 'user_space' [ 0.105600] thermal_sys: Registered thermal governor 'power_allocator' [ 0.105600] cpuidle: using governor ladder [ 0.105600] cpuidle: using governor menu [ 0.105600] Simple Boot Flag at 0x47 set to 0x80 [ 0.105600] ACPI: bus type PCI registered [ 0.105600] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.105600] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000) [ 0.105600] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820 [ 0.105600] PCI: Using configuration type 1 for base access [ 0.105600] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.105600] Kprobes globally optimized [ 0.108097] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.108097] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.108110] ACPI: Added _OSI(Module Device) [ 0.108110] ACPI: Added _OSI(Processor Device) [ 0.108111] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.108111] ACPI: Added _OSI(Processor Aggregator Device) [ 0.108112] ACPI: Added _OSI(Linux-Dell-Video) [ 0.108112] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.108113] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.157383] ACPI: 13 ACPI AML tables successfully acquired and loaded [ 0.168904] ACPI: Dynamic OEM Table Load: [ 0.168911] ACPI: SSDT 0xFFFF9CEC4028A400 0001CB (v02 PmRef Cpu0Psd 00003000 INTL 20191018) [ 0.169512] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [ 0.171282] ACPI: Dynamic OEM Table Load: [ 0.171287] ACPI: SSDT 0xFFFF9CEC416D5000 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20191018) [ 0.171993] ACPI: Dynamic OEM Table Load: [ 0.171997] ACPI: SSDT 0xFFFF9CEC41C2B000 0004FD (v02 PmRef Cpu0Ist 00003000 INTL 20191018) [ 0.172753] ACPI: Dynamic OEM Table Load: [ 0.172756] ACPI: SSDT 0xFFFF9CEC416D0C00 000266 (v02 PmRef Cpu0Hwp 00003000 INTL 20191018) [ 0.173593] ACPI: Dynamic OEM Table Load: [ 0.173598] ACPI: SSDT 0xFFFF9CEC41C31000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018) [ 0.174409] ACPI: Dynamic OEM Table Load: [ 0.174412] ACPI: SSDT 0xFFFF9CEC41C2B800 00048A (v02 PmRef ApHwp 00003000 INTL 20191018) [ 0.175161] ACPI: Dynamic OEM Table Load: [ 0.175164] ACPI: SSDT 0xFFFF9CEC41C2E800 0004D4 (v02 PmRef ApPsd 00003000 INTL 20191018) [ 0.175899] ACPI: Dynamic OEM Table Load: [ 0.175902] ACPI: SSDT 0xFFFF9CEC41C29000 00048A (v02 PmRef ApCst 00003000 INTL 20191018) [ 0.179787] ACPI: EC: EC started [ 0.179788] ACPI: EC: interrupt blocked [ 0.182229] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930 [ 0.182231] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions [ 0.182232] ACPI: Interpreter enabled [ 0.182272] ACPI: PM: (supports S0 S4 S5) [ 0.182272] ACPI: Using IOAPIC for interrupt routing [ 0.182302] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.183780] ACPI: Enabled 8 GPEs in block 00 to 7F [ 0.187175] ACPI: PM: Power Resource [BTPR] [ 0.189272] ACPI: PM: Power Resource [PXP] [ 0.193940] ACPI: PM: Power Resource [V0PR] [ 0.194030] ACPI: PM: Power Resource [V1PR] [ 0.194117] ACPI: PM: Power Resource [V2PR] [ 0.197292] ACPI: PM: Power Resource [WRST] [ 0.199201] ACPI: PM: Power Resource [TBT0] [ 0.199210] ACPI: PM: Power Resource [TBT1] [ 0.429823] ACPI: PM: Power Resource [PIN] [ 0.430086] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe]) [ 0.430091] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.431744] acpi PNP0A08:00: _OSC: platform does not support [AER] [ 0.434865] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC] [ 0.437483] PCI host bridge to bus 0000:00 [ 0.437484] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.437485] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.437486] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.437487] pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window] [ 0.437488] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window] [ 0.437489] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.437513] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000 [ 0.438411] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000 [ 0.438418] pci 0000:00:02.0: reg 0x10: [mem 0x6052000000-0x6052ffffff 64bit] [ 0.438423] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref] [ 0.438426] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.438439] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.438440] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics [ 0.438462] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit] [ 0.438463] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs) [ 0.438467] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref] [ 0.438467] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs) [ 0.439302] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000 [ 0.439317] pci 0000:00:04.0: reg 0x10: [mem 0x6053140000-0x605315ffff 64bit] [ 0.440292] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400 [ 0.440361] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 0.440388] pci 0000:00:06.0: PTM enabled (root), 4ns granularity [ 0.441522] pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400 [ 0.442324] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 0.442345] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid [ 0.442877] pci 0000:00:07.1: [8086:9a25] type 01 class 0x060400 [ 0.443675] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold [ 0.443695] pci 0000:00:07.1: DPC: RP PIO log size 0 is invalid [ 0.444241] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000 [ 0.444247] pci 0000:00:0a.0: reg 0x10: [mem 0x6053190000-0x6053197fff 64bit] [ 0.444266] pci 0000:00:0a.0: enabling Extended Tags [ 0.445066] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330 [ 0.445078] pci 0000:00:0d.0: reg 0x10: [mem 0x6053180000-0x605318ffff 64bit] [ 0.445129] pci 0000:00:0d.0: PME# supported from D3hot D3cold [ 0.446089] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340 [ 0.446099] pci 0000:00:0d.2: reg 0x10: [mem 0x6053100000-0x605313ffff 64bit] [ 0.446106] pci 0000:00:0d.2: reg 0x18: [mem 0x60531a9000-0x60531a9fff 64bit] [ 0.446138] pci 0000:00:0d.2: supports D1 D2 [ 0.446139] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.447009] pci 0000:00:12.0: [8086:a0fc] type 00 class 0x070000 [ 0.447030] pci 0000:00:12.0: reg 0x10: [mem 0x6053170000-0x605317ffff 64bit] [ 0.447100] pci 0000:00:12.0: PME# supported from D0 D3hot [ 0.448098] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330 [ 0.448119] pci 0000:00:14.0: reg 0x10: [mem 0x6053160000-0x605316ffff 64bit] [ 0.448203] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.449175] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000 [ 0.449194] pci 0000:00:14.2: reg 0x10: [mem 0x60531a0000-0x60531a3fff 64bit] [ 0.449207] pci 0000:00:14.2: reg 0x18: [mem 0x60531a8000-0x60531a8fff 64bit] [ 0.450059] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000 [ 0.450080] pci 0000:00:14.3: reg 0x10: [mem 0x605319c000-0x605319ffff 64bit] [ 0.450202] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold [ 0.451094] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000 [ 0.451120] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.452249] pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000 [ 0.452281] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.453390] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000 [ 0.453412] pci 0000:00:16.0: reg 0x10: [mem 0x60531a5000-0x60531a5fff 64bit] [ 0.453496] pci 0000:00:16.0: PME# supported from D3hot [ 0.454485] pci 0000:00:1c.0: [8086:a0be] type 01 class 0x060400 [ 0.454583] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.454616] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity [ 0.455828] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100 [ 0.456847] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380 [ 0.456890] pci 0000:00:1f.3: reg 0x10: [mem 0x6053198000-0x605319bfff 64bit] [ 0.456945] pci 0000:00:1f.3: reg 0x20: [mem 0x6053000000-0x60530fffff 64bit] [ 0.457050] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.458042] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500 [ 0.458064] pci 0000:00:1f.4: reg 0x10: [mem 0x60531a4000-0x60531a40ff 64bit] [ 0.458088] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [ 0.459001] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000 [ 0.459019] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.459909] pci 0000:01:00.0: [15b7:5007] type 00 class 0x010802 [ 0.459924] pci 0000:01:00.0: reg 0x10: [mem 0xa2200000-0xa2203fff 64bit] [ 0.459944] pci 0000:01:00.0: reg 0x20: [mem 0xa2204000-0xa22040ff 64bit] [ 0.460082] pci 0000:00:06.0: PCI bridge to [bus 01] [ 0.460085] pci 0000:00:06.0: bridge window [mem 0xa2200000-0xa22fffff] [ 0.460114] pci 0000:00:07.0: PCI bridge to [bus 02-39] [ 0.460117] pci 0000:00:07.0: bridge window [mem 0x8c000000-0xa20fffff] [ 0.460120] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.460148] pci 0000:00:07.1: PCI bridge to [bus 3a-71] [ 0.460151] pci 0000:00:07.1: bridge window [mem 0x74000000-0x8a0fffff] [ 0.460154] pci 0000:00:07.1: bridge window [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.460222] pci 0000:72:00.0: [10ec:525a] type 00 class 0xff0000 [ 0.460256] pci 0000:72:00.0: reg 0x14: [mem 0xa2100000-0xa2100fff] [ 0.460403] pci 0000:72:00.0: supports D1 D2 [ 0.460404] pci 0000:72:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.460574] pci 0000:00:1c.0: PCI bridge to [bus 72] [ 0.460579] pci 0000:00:1c.0: bridge window [mem 0xa2100000-0xa21fffff] [ 0.483599] ACPI: EC: interrupt unblocked [ 0.483600] ACPI: EC: event unblocked [ 0.483612] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930 [ 0.483613] ACPI: EC: GPE=0x6e [ 0.483614] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete [ 0.483615] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events [ 0.483673] iommu: Default domain type: Translated [ 0.483693] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.483693] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.483693] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.483693] vgaarb: loaded [ 0.483693] SCSI subsystem initialized [ 0.483693] libata version 3.00 loaded. [ 0.483693] ACPI: bus type USB registered [ 0.483693] usbcore: registered new interface driver usbfs [ 0.483693] usbcore: registered new interface driver hub [ 0.483693] usbcore: registered new device driver usb [ 0.483693] pps_core: LinuxPPS API ver. 1 registered [ 0.483693] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.483693] PTP clock support registered [ 0.483693] EDAC MC: Ver: 3.0.0 [ 0.483693] Registered efivars operations [ 0.483693] NetLabel: Initializing [ 0.483693] NetLabel: domain hash size = 128 [ 0.483693] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.483693] NetLabel: unlabeled traffic allowed by default [ 0.483693] PCI: Using ACPI for IRQ routing [ 0.499698] PCI: pci_cache_line_size set to 64 bytes [ 0.499835] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window [ 0.499920] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.499921] e820: reserve RAM buffer [mem 0x5a963000-0x5bffffff] [ 0.499922] e820: reserve RAM buffer [mem 0x5f6c2000-0x5fffffff] [ 0.499922] e820: reserve RAM buffer [mem 0x48f800000-0x48fffffff] [ 0.499925] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.499925] hpet0: 8 comparators, 64-bit 19.200000 MHz counter [ 0.502480] clocksource: Switched to clocksource tsc-early [ 0.505846] VFS: Disk quotas dquot_6.6.0 [ 0.505854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505910] AppArmor: AppArmor Filesystem Enabled [ 0.505932] pnp: PnP ACPI init [ 0.506077] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.506078] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.506154] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.507003] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref] [ 0.507003] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved [ 0.507003] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved [ 0.507003] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved [ 0.507003] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved [ 0.507003] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.507003] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved [ 0.507003] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.507003] system 00:06: [io 0x1800-0x18fe] could not be reserved [ 0.507003] system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved [ 0.507003] system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved [ 0.507003] system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved [ 0.507003] system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved [ 0.507003] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.507003] system 00:06: [mem 0xff000000-0xffffffff] has been reserved [ 0.507003] system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved [ 0.507003] system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved [ 0.507003] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.507003] system 00:07: [io 0x2000-0x20fe] has been reserved [ 0.511064] pnp: PnP ACPI: found 9 devices [ 0.516108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.516138] NET: Registered PF_INET protocol family [ 0.516310] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.517262] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.517351] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.517497] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.517541] TCP: Hash tables configured (established 131072 bind 65536) [ 0.517614] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear) [ 0.517661] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.517696] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.517736] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.517739] NET: Registered PF_XDP protocol family [ 0.517743] pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 1000 [ 0.517745] pci 0000:00:07.1: bridge window [io 0x1000-0x0fff] to [bus 3a-71] add_size 1000 [ 0.517752] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref] [ 0.517755] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit] [ 0.517757] pci 0000:00:07.0: BAR 13: assigned [io 0x4000-0x4fff] [ 0.517758] pci 0000:00:07.1: BAR 13: assigned [io 0x5000-0x5fff] [ 0.517759] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit] [ 0.517818] pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit] [ 0.517833] pci 0000:00:1f.5: BAR 0: assigned [mem 0x70800000-0x70800fff] [ 0.517844] pci 0000:00:06.0: PCI bridge to [bus 01] [ 0.517858] pci 0000:00:06.0: bridge window [mem 0xa2200000-0xa22fffff] [ 0.517866] pci 0000:00:07.0: PCI bridge to [bus 02-39] [ 0.517867] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff] [ 0.517870] pci 0000:00:07.0: bridge window [mem 0x8c000000-0xa20fffff] [ 0.517872] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.517875] pci 0000:00:07.1: PCI bridge to [bus 3a-71] [ 0.517876] pci 0000:00:07.1: bridge window [io 0x5000-0x5fff] [ 0.517879] pci 0000:00:07.1: bridge window [mem 0x74000000-0x8a0fffff] [ 0.517881] pci 0000:00:07.1: bridge window [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.517884] pci 0000:00:1c.0: PCI bridge to [bus 72] [ 0.517889] pci 0000:00:1c.0: bridge window [mem 0xa2100000-0xa21fffff] [ 0.517895] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.517896] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.517897] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.517897] pci_bus 0000:00: resource 7 [mem 0x70800000-0xbfffffff window] [ 0.517898] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window] [ 0.517899] pci_bus 0000:01: resource 1 [mem 0xa2200000-0xa22fffff] [ 0.517899] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] [ 0.517900] pci_bus 0000:02: resource 1 [mem 0x8c000000-0xa20fffff] [ 0.517901] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x6021ffffff 64bit pref] [ 0.517901] pci_bus 0000:3a: resource 0 [io 0x5000-0x5fff] [ 0.517902] pci_bus 0000:3a: resource 1 [mem 0x74000000-0x8a0fffff] [ 0.517902] pci_bus 0000:3a: resource 2 [mem 0x6030000000-0x6051ffffff 64bit pref] [ 0.517903] pci_bus 0000:72: resource 1 [mem 0xa2100000-0xa21fffff] [ 0.517997] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.518379] PCI: CLS 0 bytes, default 64 [ 0.518399] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.518400] software IO TLB: mapped [mem 0x0000000052871000-0x0000000056871000] (64MB) [ 0.518423] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1a03dfe73b3, max_idle_ns: 440795256845 ns [ 0.518452] clocksource: Switched to clocksource tsc [ 0.518462] Trying to unpack rootfs image as initramfs... [ 0.525226] Initialise system trusted keyrings [ 0.525236] Key type blacklist registered [ 0.525259] workingset: timestamp_bits=41 max_order=22 bucket_order=0 [ 0.525795] zbud: loaded [ 0.532398] Key type asymmetric registered [ 0.532399] Asymmetric key parser 'x509' registered [ 0.532403] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.532421] io scheduler mq-deadline registered [ 0.532421] io scheduler kyber registered [ 0.532436] io scheduler bfq registered [ 0.534234] pcieport 0000:00:06.0: PME: Signaling with IRQ 124 [ 0.534393] pcieport 0000:00:07.0: PME: Signaling with IRQ 125 [ 0.534405] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 0.534605] pcieport 0000:00:07.1: PME: Signaling with IRQ 126 [ 0.534617] pcieport 0000:00:07.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 0.534810] pcieport 0000:00:1c.0: PME: Signaling with IRQ 127 [ 0.534884] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.534901] efifb: probing for efifb [ 0.534909] efifb: Ignoring BGRT: unexpected or invalid BMP data [ 0.534909] efifb: framebuffer at 0x4000000000, using 10816k, total 10816k [ 0.534910] efifb: mode is 1920x1440x32, linelength=7680, pages=1 [ 0.534911] efifb: scrolling: redraw [ 0.534911] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.534933] fbcon: Deferring console take-over [ 0.534934] fb0: EFI VGA frame buffer device [ 0.535080] Monitor-Mwait will be used to enter C-1 state [ 0.535085] Monitor-Mwait will be used to enter C-2 state [ 0.535088] Monitor-Mwait will be used to enter C-3 state [ 0.535090] ACPI: \_SB_.PR00: Found 3 idle states [ 0.536147] ACPI: AC: AC Adapter [AC] (on-line) [ 0.536184] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.536203] ACPI: button: Lid Switch [LID0] [ 0.536218] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 0.536230] ACPI: button: Power Button [PBTN] [ 0.536242] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 [ 0.536249] ACPI: button: Sleep Button [SBTN] [ 0.536363] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2446 [ 0.537641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.538994] serial 0000:00:12.0: enabling device (0000 -> 0002) [ 0.539585] Non-volatile memory driver v1.3 [ 0.539586] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel [ 0.539587] AMD-Vi: AMD IOMMUv2 functionality not available on this system [ 0.540060] nvme nvme0: pci function 0000:01:00.0 [ 0.540097] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.540105] ehci-pci: EHCI PCI platform driver [ 0.540117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.540119] ohci-pci: OHCI PCI platform driver [ 0.540123] uhci_hcd: USB Universal Host Controller Interface driver [ 0.540143] usbcore: registered new interface driver usbserial_generic [ 0.540146] usbserial: USB Serial support registered for generic [ 0.540213] rtc_cmos 00:01: RTC can wake from S4 [ 0.540973] rtc_cmos 00:01: registered as rtc0 [ 0.541160] rtc_cmos 00:01: setting system clock to 2021-10-13T07:43:04 UTC (1634110984) [ 0.541169] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram [ 0.541232] intel_pstate: Intel P-state driver initializing [ 0.541646] intel_pstate: HWP enabled [ 0.541871] ledtrig-cpu: registered to indicate activity on CPUs [ 0.541994] hid: raw HID events driver (C) Jiri Kosina [ 0.542037] ashmem: initialized [ 0.542571] intel_pmc_core INT33A1:00: initialized [ 0.542613] drop_monitor: Initializing network drop monitor service [ 0.542651] Initializing XFRM netlink socket [ 0.542696] NET: Registered PF_INET6 protocol family [ 0.554547] nvme nvme0: allocated 32 MiB host memory buffer. [ 0.555627] nvme nvme0: 8/0/0 default/read/poll queues [ 0.558117] nvme0n1: p1 p2 p3 [ 0.573088] ACPI: battery: Slot [BAT0] (battery present) [ 0.600601] Freeing initrd memory: 14224K [ 0.604323] Segment Routing with IPv6 [ 0.604325] RPL Segment Routing with IPv6 [ 0.604337] NET: Registered PF_PACKET protocol family [ 0.605268] microcode: sig=0x806c1, pf=0x80, revision=0x88 [ 0.605574] microcode: Microcode Update Driver: v2.2. [ 0.606050] resctrl: L2 allocation detected [ 0.606051] resctrl: L2DATA allocation detected [ 0.606051] resctrl: L2CODE allocation detected [ 0.606054] IPI shorthand broadcast: enabled [ 0.606062] sched_clock: Marking stable (605588910, 452698)->(613032368, -6990760) [ 0.606427] registered taskstats version 1 [ 0.606794] Loading compiled-in X.509 certificates [ 0.608888] Loaded X.509 cert 'Build time autogenerated kernel key: cc5c9cf09ff51442b55b29fd2e1c5ece42db50c9' [ 0.610295] zswap: loaded using pool zstd/z3fold [ 0.610723] Key type ._fscrypt registered [ 0.610724] Key type .fscrypt registered [ 0.610725] Key type fscrypt-provisioning registered [ 0.610743] AppArmor: AppArmor sha1 policy hashing enabled [ 0.610954] PM: Magic number: 9:426:723 [ 0.611151] RAS: Correctable Errors collector initialized. [ 0.613181] Freeing unused decrypted memory: 2036K [ 0.613476] Freeing unused kernel image (initmem) memory: 1804K [ 0.661529] Write protecting the kernel read-only data: 26624k [ 0.662507] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.662847] Freeing unused kernel image (rodata/data gap) memory: 828K [ 0.680631] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.680637] rodata_test: all tests were successful [ 0.680642] Run /init as init process [ 0.680644] with arguments: [ 0.680645] /init [ 0.680646] splash [ 0.680647] with environment: [ 0.680647] HOME=/ [ 0.680648] TERM=linux [ 0.680648] BOOT_IMAGE=/boot/vmlinuz-5.14-x86_64 [ 0.779710] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.779719] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1 [ 0.780783] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810 [ 0.780958] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.780961] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2 [ 0.780963] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.780994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14 [ 0.780997] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.780999] usb usb1: Product: xHCI Host Controller [ 0.781000] usb usb1: Manufacturer: Linux 5.14.10-1-MANJARO xhci-hcd [ 0.781002] usb usb1: SerialNumber: 0000:00:0d.0 [ 0.781104] hub 1-0:1.0: USB hub found [ 0.781111] hub 1-0:1.0: 1 port detected [ 0.781197] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14 [ 0.781199] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.781201] usb usb2: Product: xHCI Host Controller [ 0.781202] usb usb2: Manufacturer: Linux 5.14.10-1-MANJARO xhci-hcd [ 0.781204] usb usb2: SerialNumber: 0000:00:0d.0 [ 0.781272] hub 2-0:1.0: USB hub found [ 0.781281] hub 2-0:1.0: 4 ports detected [ 0.781510] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 0.781836] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.781840] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 0.781985] i8042: Warning: Keylock active [ 0.782934] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810 [ 0.783173] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.783176] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 0.783178] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.783200] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14 [ 0.783202] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.783203] usb usb3: Product: xHCI Host Controller [ 0.783203] usb usb3: Manufacturer: Linux 5.14.10-1-MANJARO xhci-hcd [ 0.783204] usb usb3: SerialNumber: 0000:00:14.0 [ 0.783271] hub 3-0:1.0: USB hub found [ 0.783292] hub 3-0:1.0: 12 ports detected [ 0.784893] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14 [ 0.784896] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.784897] usb usb4: Product: xHCI Host Controller [ 0.784898] usb usb4: Manufacturer: Linux 5.14.10-1-MANJARO xhci-hcd [ 0.784899] usb usb4: SerialNumber: 0000:00:14.0 [ 0.784988] hub 4-0:1.0: USB hub found [ 0.785003] hub 4-0:1.0: 4 ports detected [ 0.785213] usb: port power management may be unreliable [ 0.786158] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.786197] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.791289] rtsx_pci 0000:72:00.0: Unbalanced pm_runtime_enable! [ 0.794506] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 0.808306] PM: Image not found (code -22) [ 0.841315] random: fast init done [ 0.844681] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 0.912507] systemd[1]: systemd 249.4-1-manjaro running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 0.912581] systemd[1]: Detected architecture x86-64. [ 0.912895] systemd[1]: Hostname set to . [ 1.004630] random: lvmconfig: uninitialized urandom read (4 bytes read) [ 1.034860] usb 3-1: new high-speed USB device number 2 using xhci_hcd [ 1.051013] systemd[1]: Queued start job for default target Graphical Interface. [ 1.051949] systemd[1]: Created slice Slice /system/getty. [ 1.052095] systemd[1]: Created slice Slice /system/modprobe. [ 1.052220] systemd[1]: Created slice Slice /system/systemd-fsck. [ 1.052301] systemd[1]: Created slice User and Session Slice. [ 1.052332] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 1.052411] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 1.052434] systemd[1]: Reached target Login Prompts. [ 1.052448] systemd[1]: Reached target Remote File Systems. [ 1.052454] systemd[1]: Reached target Slice Units. [ 1.052464] systemd[1]: Reached target Local Verity Integrity Protected Volumes. [ 1.052496] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 1.052644] systemd[1]: Listening on LVM2 poll daemon socket. [ 1.053185] systemd[1]: Listening on Process Core Dump Socket. [ 1.053631] systemd[1]: Listening on Journal Audit Socket. [ 1.053666] systemd[1]: Listening on Journal Socket (/dev/log). [ 1.053701] systemd[1]: Listening on Journal Socket. [ 1.053833] systemd[1]: Listening on udev Control Socket. [ 1.053866] systemd[1]: Listening on udev Kernel Socket. [ 1.054211] systemd[1]: Mounting Huge Pages File System... [ 1.054558] systemd[1]: Mounting POSIX Message Queue File System... [ 1.054930] systemd[1]: Mounting Kernel Debug File System... [ 1.055235] systemd[1]: Mounting Kernel Trace File System... [ 1.055723] systemd[1]: Starting Load AppArmor profiles... [ 1.056072] systemd[1]: Starting Create List of Static Device Nodes... [ 1.056412] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 1.056752] systemd[1]: Starting Load Kernel Module configfs... [ 1.057081] systemd[1]: Starting Load Kernel Module drm... [ 1.057537] systemd[1]: Starting Load Kernel Module fuse... [ 1.057758] random: lvm: uninitialized urandom read (4 bytes read) [ 1.057814] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 1.057841] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 1.058525] systemd[1]: Starting Load Kernel Modules... [ 1.058859] systemd[1]: Starting Remount Root and Kernel File Systems... [ 1.058890] systemd[1]: Condition check resulted in Repartition Root Disk being skipped. [ 1.059236] systemd[1]: Starting Coldplug All udev Devices... [ 1.060013] systemd[1]: Mounted Huge Pages File System. [ 1.060078] systemd[1]: Mounted POSIX Message Queue File System. [ 1.060127] systemd[1]: Mounted Kernel Debug File System. [ 1.060183] systemd[1]: Mounted Kernel Trace File System. [ 1.060478] systemd[1]: Finished Create List of Static Device Nodes. [ 1.060831] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 1.061048] systemd[1]: Finished Load Kernel Module configfs. [ 1.061981] systemd[1]: Mounting Kernel Configuration File System... [ 1.063427] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none. [ 1.063998] systemd[1]: Finished Remount Root and Kernel File Systems. [ 1.064105] systemd[1]: Mounted Kernel Configuration File System. [ 1.064186] systemd[1]: Condition check resulted in First Boot Wizard being skipped. [ 1.065219] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 1.065914] systemd[1]: Starting Load/Save Random Seed... [ 1.065967] systemd[1]: Condition check resulted in Create System Users being skipped. [ 1.066589] systemd[1]: Starting Create Static Device Nodes in /dev... [ 1.067245] systemd[1]: Starting Setup Virtual Console... [ 1.067618] systemd[1]: Finished Load Kernel Modules. [ 1.068621] systemd[1]: Starting Apply Kernel Variables... [ 1.072980] systemd[1]: Finished Apply Kernel Variables. [ 1.073786] fuse: init (API version 7.34) [ 1.074169] systemd[1]: Starting CLI Netfilter Manager... [ 1.074398] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 1.074515] systemd[1]: Finished Load Kernel Module fuse. [ 1.075146] systemd[1]: Mounting FUSE Control File System... [ 1.076850] systemd[1]: Mounted FUSE Control File System. [ 1.079064] systemd[1]: Finished Create Static Device Nodes in /dev. [ 1.079230] systemd[1]: Condition check resulted in Entropy Daemon based on the HAVEGE algorithm being skipped. [ 1.080533] systemd[1]: Starting Journal Service... [ 1.081899] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 1.098486] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 1.098725] systemd[1]: Finished Load Kernel Module drm. [ 1.098779] audit: type=1130 audit(1634110985.056:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.098785] audit: type=1131 audit(1634110985.056:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.099070] systemd[1]: Finished Setup Virtual Console. [ 1.099090] audit: type=1130 audit(1634110985.056:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.099402] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ 1.099423] audit: type=1130 audit(1634110985.056:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.099530] systemd[1]: Reached target Preparation for Local File Systems. [ 1.099578] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped. [ 1.101292] systemd[1]: Mounting Mount unit for core18, revision 2128... [ 1.102673] systemd[1]: Mounting Mount unit for snapd, revision 12883... [ 1.103562] systemd[1]: Mounting Mount unit for snapd, revision 13170... [ 1.104713] systemd[1]: Mounting Mount unit for zoom-client, revision 159... [ 1.105897] systemd[1]: Mounting Mount unit for zoom-client, revision 160... [ 1.110928] systemd[1]: Finished CLI Netfilter Manager. [ 1.110973] audit: type=1130 audit(1634110985.066:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=ufw comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.124038] systemd[1]: Started Journal Service. [ 1.125372] audit: type=1130 audit(1634110985.079:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.131136] systemd-journald[276]: Received client request to flush runtime journal. [ 1.135073] audit: type=1130 audit(1634110985.093:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.136916] audit: type=1130 audit(1634110985.093:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.138297] usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd [ 1.146119] audit: type=1400 audit(1634110985.103:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=267 comm="apparmor_parser" [ 1.160528] usb 2-1: New USB device found, idVendor=1d5c, idProduct=5500, bcdDevice= 1.02 [ 1.160534] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.160537] usb 2-1: Product: Frescologic USB3.1Gen2 HUB [ 1.160538] usb 2-1: Manufacturer: Frescologic [ 1.162257] hub 2-1:1.0: USB hub found [ 1.162621] hub 2-1:1.0: 4 ports detected [ 1.179646] usb 3-1: New USB device found, idVendor=1d5c, idProduct=5510, bcdDevice= 1.02 [ 1.179650] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.179653] usb 3-1: Product: Frescologic USB2.0 HUB [ 1.179654] usb 3-1: Manufacturer: Frescologic [ 1.180599] hub 3-1:1.0: USB hub found [ 1.181044] hub 3-1:1.0: 6 ports detected [ 1.205112] input: Intel HID events as /devices/platform/INTC1051:00/input/input5 [ 1.205405] intel-hid INTC1051:00: platform supports 5 button array [ 1.205432] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input6 [ 1.301633] loop: module loaded [ 1.304792] usb 3-3: new full-speed USB device number 3 using xhci_hcd [ 1.342212] loop0: detected capacity change from 0 to 66152 [ 1.342254] loop1: detected capacity change from 0 to 526504 [ 1.361863] loop2: detected capacity change from 0 to 66168 [ 1.361905] loop3: detected capacity change from 0 to 113536 [ 1.361927] loop4: detected capacity change from 0 to 509144 [ 1.362698] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.448997] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.449033] wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found [ 1.449034] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.451955] usb 3-3: New USB device found, idVendor=0a12, idProduct=4010, bcdDevice=16.07 [ 1.451958] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.453299] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.453412] hub 3-3:1.0: USB hub found [ 1.454508] hub 3-3:1.0: 4 ports detected [ 1.456092] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.456146] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.456180] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.456202] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.470316] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78) [ 1.526170] Adding 17728292k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:17728292k SSFS [ 1.547574] random: tlp-readconfs: uninitialized urandom read (4 bytes read) [ 1.555278] intel-pmt 0000:00:0a.0: Watcher not supported [ 1.555283] intel-pmt 0000:00:0a.0: Crashlog not supported [ 1.558732] ACPI: bus type thunderbolt registered [ 1.563597] Linux agpgart interface v0.103 [ 1.569891] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 1.578232] usb 3-6: new high-speed USB device number 4 using xhci_hcd [ 1.578708] intel_rapl_common: Found RAPL domain package [ 1.661440] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 1.661975] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 1.732388] usb 3-6: New USB device found, idVendor=0c45, idProduct=672d, bcdDevice= 8.04 [ 1.732393] usb 3-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0 [ 1.732394] usb 3-6: Product: Integrated_Webcam_HD [ 1.732395] usb 3-6: Manufacturer: Sonix Technology Co., Ltd. [ 1.734169] loop5: detected capacity change from 0 to 8 [ 1.741740] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 1.748139] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 1.748596] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 1.750111] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 1.754559] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 1.788039] NET: Registered PF_QIPCRTR protocol family [ 1.811409] usb 3-1.2: new low-speed USB device number 5 using xhci_hcd [ 1.815601] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003) [ 1.815770] Intel(R) Wireless WiFi driver for Linux [ 1.815822] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) [ 1.816122] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 1.816211] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 1.817703] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-64.ucode failed with error -2 [ 1.819254] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver [ 1.819267] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 1.819526] iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm [ 1.886706] intel-spi 0000:00:1f.5: w25q256 (32768 Kbytes) [ 1.890298] Creating 1 MTD partitions on "0000:00:1f.5": [ 1.890301] 0x000000000000-0x000002000000 : "BIOS" [ 1.894208] input: PC Speaker as /devices/platform/pcspkr/input/input8 [ 1.895923] checking generic (4000000000 a90000) vs hw (6052000000 1000000) [ 1.895926] checking generic (4000000000 a90000) vs hw (4000000000 10000000) [ 1.895927] fb0: switching to inteldrmfb from EFI VGA [ 1.895976] i915 0000:00:02.0: vgaarb: deactivate vga console [ 1.905499] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.906254] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8) [ 1.917988] usb 3-1.2: New USB device found, idVendor=04b3, idProduct=3025, bcdDevice= 1.09 [ 1.917993] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.917994] usb 3-1.2: Product: USB NetVista Full Width Keyboard. [ 1.917995] usb 3-1.2: Manufacturer: LITE-ON Technology [ 1.980863] input: DELL0A3F:00 0488:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input9 [ 1.980915] input: DELL0A3F:00 0488:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input10 [ 1.980941] input: DELL0A3F:00 0488:120A as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input11 [ 1.980970] hid-generic 0018:0488:120A.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0A3F:00 0488:120A] on i2c-DELL0A3F:00 [ 1.982565] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff] [ 1.982570] caller tgl_uncore_imc_freerunning_init_box+0xbf/0x100 [intel_uncore] mapping multiple BARs [ 1.984747] usb 3-3.1: new full-speed USB device number 6 using xhci_hcd [ 2.004100] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354 [ 2.014421] intel-hid INTC1051:00: switch event received, enable switches supports [ 2.014453] input: Intel HID switches as /devices/platform/INTC1051:00/input/input12 [ 2.017348] thermal thermal_zone8: failed to read out thermal zone (-61) [ 2.057967] i2c i2c-2: 8/8 memory slots populated (from DMI) [ 2.057981] i2c i2c-2: Systems with more than 4 memory slots not supported yet, not instantiating SPD [ 2.058877] cryptd: max_cpu_qlen set to 1000 [ 2.071484] AVX2 version of gcm_enc/dec engaged. [ 2.071522] AES CTR mode by8 optimization enabled [ 2.094371] usb 3-3.1: New USB device found, idVendor=1395, idProduct=0182, bcdDevice=17.49 [ 2.094378] usb 3-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.094380] usb 3-3.1: Product: EPOS ADAPT 360 [ 2.094382] usb 3-3.1: SerialNumber: A003110203525099 [ 2.126250] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100 [ 2.191965] iwlwifi 0000:00:14.3: base HW address: 54:14:f3:66:f6:89 [ 2.208087] usb 3-10: new full-speed USB device number 7 using xhci_hcd [ 2.219428] dell_smm_hwmon: unable to get SMM Dell signature [ 2.299027] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 2.308547] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [ 2.349882] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 2.349890] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.372168] intel_rapl_msr: PL4 support detected. [ 2.372200] intel_rapl_common: Found RAPL domain package [ 2.372204] intel_rapl_common: Found RAPL domain core [ 2.372206] intel_rapl_common: Found RAPL domain uncore [ 2.372208] intel_rapl_common: Found RAPL domain psys [ 2.384558] input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/PNP0C14:02-9DBB5994-A997-11DA-B012-B622A1EF5492/input/input13 [ 2.420045] iTCO_vendor_support: vendor-support=0 [ 2.420443] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915]) [ 2.421414] usb 3-1.3: new low-speed USB device number 8 using xhci_hcd [ 2.441131] intel_tcc_cooling: Programmable TCC Offset detected [ 2.441772] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400) [ 2.441906] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 2.449513] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0 [ 2.488088] random: crng init done [ 2.488092] random: 7 urandom warning(s) missed due to ratelimiting [ 2.506870] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=5 [ 2.515052] usb 3-1.3: New USB device found, idVendor=17ef, idProduct=6019, bcdDevice= 1.00 [ 2.515057] usb 3-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 2.515058] usb 3-1.3: Product: Lenovo Optical USB Mouse [ 2.515451] hid-generic 001F:8087:0AC2.0002: hidraw1: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.524477] hid-generic 001F:8087:0AC2.0003: hidraw2: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.529596] hid-generic 001F:8087:0AC2.0004: hidraw3: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.535509] hid-generic 001F:8087:0AC2.0005: hidraw4: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.537137] hid-generic 001F:8087:0AC2.0006: hidraw5: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.548055] input: DELL0A3F:00 0488:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input14 [ 2.548103] input: DELL0A3F:00 0488:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input15 [ 2.548134] input: DELL0A3F:00 0488:120A UNKNOWN as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0A3F:00/0018:0488:120A.0001/input/input16 [ 2.548199] hid-multitouch 0018:0488:120A.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0A3F:00 0488:120A] on i2c-DELL0A3F:00 [ 2.559158] mousedev: PS/2 mouse device common for all mice [ 2.591415] usb 3-1.6: new full-speed USB device number 9 using xhci_hcd [ 2.663837] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input7 [ 2.686309] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 2.686673] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [ 2.686677] sof-audio-pci-intel-tgl 0000:00:1f.3: PCI DSP detected [ 2.686688] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002) [ 2.686878] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380 [ 2.687077] usb 3-1.6: New USB device found, idVendor=413c, idProduct=c010, bcdDevice= 0.00 [ 2.687081] usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.687083] usb 3-1.6: Product: Dell DA310 [ 2.687085] usb 3-1.6: Manufacturer: Dell [ 2.687086] usb 3-1.6: SerialNumber: 11AD1D0A88B23D051B3A0B00 [ 2.732581] dell_laptop: Using i8042 filter function for receiving events [ 2.921978] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 2.935494] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 2.986456] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17 [ 2.988293] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 3.022460] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0xc00 [ 3.022479] sof-audio-pci-intel-tgl 0000:00:1f.3: found ML capability at 0xc00 [ 3.022480] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x800 [ 3.022484] sof-audio-pci-intel-tgl 0000:00:1f.3: found DSP capability at 0x800 [ 3.022485] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x500 [ 3.022490] sof-audio-pci-intel-tgl 0000:00:1f.3: found GTS capability at 0x500 [ 3.022491] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x1f00 [ 3.022495] sof-audio-pci-intel-tgl 0000:00:1f.3: found DRSM capability at 0x1f00 [ 3.022496] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x700 [ 3.022501] sof-audio-pci-intel-tgl 0000:00:1f.3: found SPIB capability at 0x700 [ 3.022513] sof-audio-pci-intel-tgl 0000:00:1f.3: hda global caps = 0x1009701 [ 3.022514] sof-audio-pci-intel-tgl 0000:00:1f.3: detected 9 playback and 7 capture streams [ 3.022598] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode [ 3.022599] sof-audio-pci-intel-tgl 0000:00:1f.3: using IPC IRQ 183 [ 3.022679] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000044 [ 3.022681] sof-audio-pci-intel-tgl 0000:00:1f.3: PP capability, will probe DSP later. [ 3.025870] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000040 at 00000048 [ 3.025875] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000048 [ 3.030306] sof-audio-pci-intel-tgl 0000:00:1f.3: codec_mask = 0x4 [ 3.030318] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000048 [ 3.030320] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000040 at 00000048 [ 3.031459] acpi PRP00001:00: Creating 4 SDW Link devices [ 3.031525] soundwire sdw-master-0: SDW Slave Addr: 21025d071500 [ 3.031526] soundwire sdw-master-0: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0715, unique_id 0x1, version 0x2 [ 3.031603] soundwire sdw-master-1: SDW Slave Addr: 120025d071100 [ 3.031605] soundwire sdw-master-1: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0711, unique_id 0x0, version 0x2 [ 3.031668] soundwire sdw-master-2: SDW Slave Addr: 220025d130800 [ 3.031669] soundwire sdw-master-2: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [ 3.049227] rt1308 sdw:2:025d:1308:00: rt1308_sdw_init [ 3.049229] rt1308 sdw:2:025d:1308:00: rt1308_read_prop [ 3.049248] rt1308 sdw:2:025d:1308:00: probe complete [ 3.049341] rt711 sdw:1:025d:0711:00: rt711_init [ 3.049367] rt715 sdw:0:025d:0715:00: probe complete [ 3.049377] rt711 sdw:1:025d:0711:00: probe complete [ 3.156581] fbcon: i915 (fb0) is primary device [ 3.156584] fbcon: Deferring console take-over [ 3.156585] i915 0000:00:02.0: [drm] fb0: i915 frame buffer device [ 3.361411] usb 2-1: USB disconnect, device number 2 [ 3.494968] mc: Linux media interface: v0.10 [ 3.497381] Bluetooth: Core ver 2.22 [ 3.497483] NET: Registered PF_BLUETOOTH protocol family [ 3.497485] Bluetooth: HCI device and connection manager initialized [ 3.497489] Bluetooth: HCI socket layer initialized [ 3.497491] Bluetooth: L2CAP socket layer initialized [ 3.497495] Bluetooth: SCO socket layer initialized [ 3.517281] videodev: Linux video capture interface: v2.00 [ 3.540534] usb 3-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672d) [ 3.551030] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input18 [ 3.552104] usb 3-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672d) [ 3.560874] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/input/input19 [ 3.560912] usbcore: registered new interface driver uvcvideo [ 3.625023] usb 2-1: new SuperSpeed USB device number 3 using xhci_hcd [ 3.639756] usbcore: registered new interface driver btusb [ 3.640285] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018 [ 3.641251] Bluetooth: hci0: Device revision is 2 [ 3.641252] Bluetooth: hci0: Secure boot is enabled [ 3.641253] Bluetooth: hci0: OTP lock is enabled [ 3.641254] Bluetooth: hci0: API lock is enabled [ 3.641255] Bluetooth: hci0: Debug lock is disabled [ 3.641255] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 3.642427] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi [ 3.647029] usb 2-1: New USB device found, idVendor=1d5c, idProduct=5500, bcdDevice= 1.02 [ 3.647032] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.647033] usb 2-1: Product: Frescologic USB3.1Gen2 HUB [ 3.647034] usb 2-1: Manufacturer: Frescologic [ 3.648650] hub 2-1:1.0: USB hub found [ 3.649013] hub 2-1:1.0: 4 ports detected [ 3.657183] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 3.657186] Bluetooth: BNEP filters: protocol multicast [ 3.657188] Bluetooth: BNEP socket layer initialized [ 4.013107] input: LITE-ON Technology USB NetVista Full Width Keyboard. as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:04B3:3025.0007/input/input20 [ 4.038074] sof-audio-pci-intel-tgl 0000:00:1f.3: codec #2 probe error, ret: -5 [ 4.038299] sof-audio-pci-intel-tgl 0000:00:1f.3: found 711 at link 1 [ 4.038301] sof-audio-pci-intel-tgl 0000:00:1f.3: found 1308 at link 2 [ 4.038301] sof-audio-pci-intel-tgl 0000:00:1f.3: found 715 at link 0 [ 4.038302] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire machine driver sof_sdw topology sof-tgl-rt715-rt711-rt1308-mono.tplg [ 4.038303] sof-audio-pci-intel-tgl 0000:00:1f.3: no hda codecs found! [ 4.038315] sof-audio-pci-intel-tgl 0000:00:1f.3: loading firmware [ 4.040494] sof-audio-pci-intel-tgl 0000:00:1f.3: request_firmware intel/sof/sof-tgl.ri successful [ 4.040496] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 1 size 0x1A0 [ 4.040498] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 6 size 0x20 [ 4.040499] sof-audio-pci-intel-tgl 0000:00:1f.3: FW clock config: HPRO [ 4.040499] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 0 size 0x50 [ 4.040500] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8 [ 4.040501] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0 [ 4.040502] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 2 size 0x70 [ 4.040503] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: used compiler XCC 12:0:8 used optimization flags -O2 [ 4.040506] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 3 size 0x30 [ 4.040506] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30 [ 4.040507] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 4 size 0x20 [ 4.040507] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: DBG_ABI 5:3:0 [ 4.040508] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 5 size 0x20 [ 4.040508] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data can hold up to 3 config elements [ 4.040509] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 0 token 1 val 384 [ 4.040510] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 1 token 2 val 1 [ 4.040512] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 2 token 0 val 0 [ 4.040517] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000002 at 00000048 [ 4.040522] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000048 [ 4.040528] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000044 [ 4.040532] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000004 at 00000044 [ 4.040533] sof-audio-pci-intel-tgl 0000:00:1f.3: booting DSP firmware [ 4.040575] sof-audio-pci-intel-tgl 0000:00:1f.3: period_bytes:0x0 [ 4.040576] sof-audio-pci-intel-tgl 0000:00:1f.3: periods:1 [ 4.040640] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x40000 successful [ 4.040670] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x40000 successful [ 4.040672] sof-audio-pci-intel-tgl 0000:00:1f.3: period_bytes:0x0 [ 4.040673] sof-audio-pci-intel-tgl 0000:00:1f.3: periods:1 [ 4.040719] sof-audio-pci-intel-tgl 0000:00:1f.3: Attempting iteration 0 of Core En/ROM load... [ 4.040726] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 0 : core_mask 1 [ 4.041252] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010f0f successful [ 4.041260] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010f0e successful [ 4.041262] sof-audio-pci-intel-tgl 0000:00:1f.3: unstall/run core: core_mask = 1 [ 4.041265] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 1 : core_mask 1 [ 4.041273] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010e0e successful [ 4.041275] sof-audio-pci-intel-tgl 0000:00:1f.3: unstall/run core: core_mask = 1 [ 4.041277] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 1 : core_mask 1 [ 4.041787] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0xd4]=0x80000000 successful [ 4.068204] hid-generic 0003:04B3:3025.0007: input,hidraw1: USB HID v1.10 Keyboard [LITE-ON Technology USB NetVista Full Width Keyboard.] on usb-0000:00:14.0-1.2/input0 [ 4.073594] hid-generic 0003:1395:0182.0008: hiddev96,hidraw2: USB HID v1.11 Device [EPOS ADAPT 360] on usb-0000:00:14.0-3.1/input0 [ 4.077965] hid-generic 0003:1395:0182.0009: hiddev97,hidraw3: USB HID v1.11 Device [EPOS ADAPT 360] on usb-0000:00:14.0-3.1/input1 [ 4.079736] input: Lenovo Optical USB Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:17EF:6019.000A/input/input21 [ 4.079780] hid-generic 0003:17EF:6019.000A: input,hidraw4: USB HID v1.11 Mouse [Lenovo Optical USB Mouse] on usb-0000:00:14.0-1.3/input0 [ 4.079801] usbcore: registered new interface driver usbhid [ 4.079801] usbhid: USB HID core driver [ 4.114325] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x80000]=0x5000001 successful [ 4.131911] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x80000]=0x5 successful [ 4.132428] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x140000 successful [ 4.132430] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware download successful, booting... [ 4.141518] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc rx: 0x70000000 [ 4.141519] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc: DSP is ready 0x70000000 offset 0x81000 [ 4.141633] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8 [ 4.141634] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0 [ 4.141662] sof-audio-pci-intel-tgl 0000:00:1f.3: mailbox upstream 0x81000 - size 0x1000 [ 4.141664] sof-audio-pci-intel-tgl 0000:00:1f.3: mailbox downstream 0xa0000 - size 0x2000 [ 4.141665] sof-audio-pci-intel-tgl 0000:00:1f.3: stream region 0xc1000 - size 0x1000 [ 4.141665] sof-audio-pci-intel-tgl 0000:00:1f.3: debug region 0xc0000 - size 0x800 [ 4.141667] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc rx done: 0x70000000 [ 4.141707] sof-audio-pci-intel-tgl 0000:00:1f.3: firmware boot complete [ 4.141711] soundwire_intel soundwire_intel.link.0: intel_link_power_up: powering up all links [ 4.141713] soundwire_intel soundwire_intel.link.0: intel_link_power_up: first link up, programming SYNCPRD [ 4.142001] soundwire_intel soundwire_intel.link.0: PCM cap bd:6 in:0 out:0 [ 4.142006] soundwire_intel soundwire_intel.link.0: PDM cap bd:0 in:4 out:0 [ 4.142379] soundwire_intel soundwire_intel.link.1: PCM cap bd:6 in:0 out:0 [ 4.142385] soundwire_intel soundwire_intel.link.1: PDM cap bd:0 in:4 out:0 [ 4.142758] soundwire_intel soundwire_intel.link.2: PCM cap bd:6 in:0 out:0 [ 4.142763] soundwire_intel soundwire_intel.link.2: PDM cap bd:0 in:4 out:0 [ 4.142994] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000048 [ 4.142999] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000002 at 00000048 [ 4.143050] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000004 at 00000044 [ 4.143053] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000044 [ 4.143054] sof-audio-pci-intel-tgl 0000:00:1f.3: SOF firmware trace disabled [ 4.143092] sof-audio-pci-intel-tgl 0000:00:1f.3: created machine sof_sdw [ 4.143094] sof-audio-pci-intel-tgl 0000:00:1f.3: Completing SOF PCI probe [ 4.143120] soundwire_intel soundwire_intel.link.0: Slave status change: 0x2 [ 4.143122] soundwire sdw-master-0: Slave attached, programming device number [ 4.143368] soundwire sdw-master-0: SDW Slave Addr: 21025d071500 [ 4.143369] soundwire sdw-master-0: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0715, unique_id 0x1, version 0x2 [ 4.143684] soundwire_intel soundwire_intel.link.0: Msg ignored for Slave 0 [ 4.143686] soundwire sdw-master-0: No more devices to enumerate [ 4.143736] soundwire_intel soundwire_intel.link.0: Slave status change: 0x21 [ 4.143738] rt715 sdw:0:025d:0715:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 4.143940] soundwire_intel soundwire_intel.link.1: Slave status change: 0x2 [ 4.143941] soundwire sdw-master-1: Slave attached, programming device number [ 4.144166] soundwire sdw-master-1: SDW Slave Addr: 20025d071100 [ 4.144167] soundwire sdw-master-1: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0711, unique_id 0x0, version 0x2 [ 4.144278] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7308 8388 <= b080 [ 4.144511] soundwire_intel soundwire_intel.link.1: Msg ignored for Slave 0 [ 4.144512] soundwire sdw-master-1: No more devices to enumerate [ 4.144522] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7309 8389 <= b080 [ 4.144633] soundwire_intel soundwire_intel.link.1: Slave status change: 0x21 [ 4.144635] rt711 sdw:1:025d:0711:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 4.144713] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7307 8387 <= b080 [ 4.144922] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7327 83a7 <= b080 [ 4.145034] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3712 <= 0020 [ 4.145037] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] ff01 <= 0000 [ 4.145166] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3713 <= 0020 [ 4.145281] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 371d <= 0020 [ 4.145414] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3729 <= 0020 [ 4.145534] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3608 <= 0010 [ 4.145665] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3609 <= 0010 [ 4.145755] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3607 <= 0010 [ 4.145844] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3627 <= 0010 [ 4.145963] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c12 <= 00d0 [ 4.145965] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7520 85a0 9c20 aca0 => 00008003 [ 4.146046] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d12 <= 0011 [ 4.146158] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e12 <= 00a1 [ 4.146252] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f12 <= 0081 [ 4.146363] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c13 <= 00d1 [ 4.146365] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 001a c003 [ 4.146476] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d13 <= 0011 [ 4.146478] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 4.146592] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e13 <= 00a1 [ 4.146595] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3719 <= 0025 [ 4.146693] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f13 <= 0081 [ 4.146695] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3721 <= 00c0 [ 4.146780] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c1d <= 00d0 [ 4.146782] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3712 <= 0020 [ 4.146877] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d1d <= 0011 [ 4.146879] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3713 <= 0020 [ 4.146959] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e1d <= 00a1 [ 4.146961] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 371a <= 0020 [ 4.147069] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f1d <= 0081 [ 4.147071] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 371b <= 0020 [ 4.147160] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c29 <= 00d1 [ 4.147265] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d29 <= 0011 [ 4.147267] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7321 83a1 <= a080 [ 4.147375] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e29 <= 00a1 [ 4.147489] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f29 <= 0081 [ 4.147491] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7321 83a1 <= 9080 [ 4.147608] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [ 4.147610] rt715 sdw:0:025d:0715:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [ 4.147687] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 6080 [ 4.147870] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 5080 [ 4.148066] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7309 8389 <= 6080 [ 4.148296] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7309 8389 <= 5080 [ 4.148403] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f12 <= 0091 [ 4.148555] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e12 <= 00d6 [ 4.148759] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d12 <= 0011 [ 4.149082] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c12 <= 0020 [ 4.149375] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f13 <= 0091 [ 4.149606] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e13 <= 00d6 [ 4.149881] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d13 <= 0011 [ 4.150125] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c13 <= 0021 [ 4.150308] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c21 <= 00f0 [ 4.150527] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d21 <= 0011 [ 4.151124] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e21 <= 0011 [ 4.151425] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f21 <= 0001 [ 4.152237] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0091 0154 [ 4.153147] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 004a 201b [ 4.154248] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0045 5089 [ 4.155346] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006b 5064 [ 4.156377] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0048 d249 [ 4.156621] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [ 4.156624] rt711 sdw:1:025d:0711:00: rt711_io_init hw_init complete [ 4.156625] rt711 sdw:1:025d:0711:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [ 4.156873] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [ 4.157994] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006f 0580 [ 4.160071] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 4.161104] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7558 85d8 7458 84d8 <= 0000 f888 [ 4.161870] sof_sdw sof_sdw: Entry mc_probe [ 4.161872] sof_sdw sof_sdw: quirk realtek,jack-detect-source 1 [ 4.161874] sof_sdw sof_sdw: sdw 4, ssp 0, dmic 0, hdmi 0 [ 4.161876] sof_sdw sof_sdw: create dai link SDW1-Playback, id 0 [ 4.161886] sof_sdw sof_sdw: create dai link SDW1-Capture, id 1 [ 4.161887] sof_sdw sof_sdw: create dai link SDW2-Playback, id 2 [ 4.161889] sof_sdw sof_sdw: create dai link SDW0-Capture, id 3 [ 4.161890] sof_sdw sof_sdw: create dai link iDisp1, id 4 [ 4.161891] sof_sdw sof_sdw: create dai link iDisp2, id 5 [ 4.161891] sof_sdw sof_sdw: create dai link iDisp3, id 6 [ 4.161989] sof-audio-pci-intel-tgl 0000:00:1f.3: loading topology:intel/sof-tplg/sof-tgl-rt715-rt711-rt1308-mono.tplg [ 4.162043] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 4.162655] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:18:0 [ 4.162659] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 0 pipe 1 type 23 name : PCM0P stream Passthrough Playback 0 [ 4.162662] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM0P [ 4.162663] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 4.162668] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.162906] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.162912] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 1 Master Playback Volume [ 4.162916] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 1 chans 2 [ 4.162918] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 1 pipe 1 type 6 name : PGA1.0 stream none [ 4.162920] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 4.162923] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.163102] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.163105] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 2 pipe 1 type 31 name : BUF1.0 stream none [ 4.163107] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF1.0: size 768 caps 0x71 [ 4.163111] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.163263] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.163271] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 3 pipe 1 type 31 name : BUF1.1 stream none [ 4.163272] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF1.1: size 768 caps 0x71 [ 4.163287] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.163452] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.163459] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 4 pipe 1 type 27 name : ALH258.OUT stream SDW1-Playback [ 4.163461] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH258.OUT: type 4 index 258 [ 4.163462] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 1 [ 4.163466] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.163704] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.163710] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH258.OUT -> DAI link SDW1-Playback [ 4.163712] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 5 pipe 1 type 32 name : PIPELINE.1.ALH258.OUT stream ALH258.OUT [ 4.163720] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 1 comp 5 scheduling comp id 4 [ 4.163722] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.1.ALH258.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 4.163725] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 4.163865] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 4.163869] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 6 pipe 2 type 24 name : PCM1C stream Passthrough Capture 1 [ 4.163871] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM1C [ 4.163871] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 0 [ 4.163875] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.164054] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.164056] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 2 Master Capture Volume [ 4.164061] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 7 chans 2 [ 4.164062] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 2 Master Capture Switch [ 4.164063] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 7 chans 2 [ 4.164064] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 7 pipe 2 type 6 name : PGA2.0 stream none [ 4.164066] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 4.164069] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.164247] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.164249] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 8 pipe 2 type 31 name : BUF2.0 stream none [ 4.164250] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF2.0: size 768 caps 0x71 [ 4.164252] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.164412] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.164420] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 9 pipe 2 type 31 name : BUF2.1 stream none [ 4.164421] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF2.1: size 768 caps 0x71 [ 4.164425] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.164568] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.164573] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 10 pipe 2 type 28 name : ALH259.IN stream SDW1-Capture [ 4.164574] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH259.IN: type 4 index 259 [ 4.164575] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 1 [ 4.164578] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.164793] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.164794] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH259.IN -> DAI link SDW1-Capture [ 4.164795] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 11 pipe 2 type 32 name : PIPELINE.2.ALH259.IN stream ALH259.IN [ 4.164797] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 2 comp 11 scheduling comp id 10 [ 4.164798] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.2.ALH259.IN: period 1000 pri 0 mips 5000 core 0 frames 0 [ 4.164802] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 4.164981] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 4.164985] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 12 pipe 3 type 23 name : PCM2P stream Passthrough Playback 2 [ 4.164986] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM2P [ 4.164987] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 4.165000] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.165214] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.165218] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 3 Master Playback Volume [ 4.165220] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 13 chans 2 [ 4.165222] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 13 pipe 3 type 6 name : PGA3.0 stream none [ 4.165223] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 4.165226] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.165422] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.165428] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 14 pipe 3 type 31 name : BUF3.0 stream none [ 4.165429] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF3.0: size 768 caps 0x71 [ 4.165431] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.165591] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.165598] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 15 pipe 3 type 31 name : BUF3.1 stream none [ 4.165599] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF3.1: size 768 caps 0x71 [ 4.165603] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.165731] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.165735] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 16 pipe 3 type 27 name : ALH514.OUT stream SDW2-Playback [ 4.165736] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH514.OUT: type 4 index 514 [ 4.165737] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 1 [ 4.165740] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.165942] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.165944] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH514.OUT -> DAI link SDW2-Playback [ 4.165945] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 17 pipe 3 type 32 name : PIPELINE.3.ALH514.OUT stream ALH514.OUT [ 4.165946] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 3 comp 17 scheduling comp id 16 [ 4.165947] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.3.ALH514.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 4.165951] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 4.166098] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 4.166100] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 18 pipe 5 type 24 name : PCM4C stream Highpass Capture 4 [ 4.166101] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM4C [ 4.166101] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 0 [ 4.166104] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.166307] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.166309] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 5 Master Capture Volume [ 4.166316] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 19 chans 2 [ 4.166319] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 5 Master Capture Switch [ 4.166319] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 19 chans 2 [ 4.166320] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 19 pipe 5 type 6 name : PGA5.0 stream none [ 4.166321] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 4.166326] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.166484] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.166488] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 2 name : eqiir_coef_5 [ 4.166489] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 20 chans 0 [ 4.166490] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 20 pipe 5 type 33 name : EQIIR5.0 stream none [ 4.166496] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 4.166502] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.166676] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.166680] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 21 pipe 5 type 31 name : BUF5.0 stream none [ 4.166681] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.0: size 768 caps 0x71 [ 4.166683] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.166716] soundwire_intel soundwire_intel.link.2: Slave status change: 0x2 [ 4.166717] soundwire sdw-master-2: Slave attached, programming device number [ 4.166851] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.166858] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 22 pipe 5 type 31 name : BUF5.1 stream none [ 4.166859] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.1: size 768 caps 0x71 [ 4.166861] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.166901] soundwire sdw-master-2: SDW Slave Addr: 20025d130800 [ 4.166902] soundwire sdw-master-2: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [ 4.166998] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.167002] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 23 pipe 5 type 31 name : BUF5.2 stream none [ 4.167003] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.2: size 768 caps 0x71 [ 4.167004] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.167205] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.167214] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 24 pipe 5 type 28 name : ALH2.IN stream SDW0-Capture [ 4.167215] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH2.IN: type 4 index 2 [ 4.167216] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 1 [ 4.167221] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.167277] soundwire_intel soundwire_intel.link.2: Msg ignored for Slave 0 [ 4.167278] soundwire sdw-master-2: No more devices to enumerate [ 4.167461] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.167462] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH2.IN -> DAI link SDW0-Capture [ 4.167468] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 25 pipe 5 type 32 name : PIPELINE.5.ALH2.IN stream ALH2.IN [ 4.167469] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 5 comp 25 scheduling comp id 24 [ 4.167470] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.5.ALH2.IN: period 1000 pri 0 mips 5000 core 0 frames 0 [ 4.167474] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 4.167485] soundwire_intel soundwire_intel.link.2: Slave status change: 0x21 [ 4.167486] rt1308 sdw:2:025d:1308:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [ 4.167653] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 4.167660] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 26 pipe 6 type 23 name : PCM5P stream Passthrough Playback 5 [ 4.167661] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM5P [ 4.167661] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 4.167666] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.167871] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.167878] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 6 Master Playback Volume [ 4.167880] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 27 chans 2 [ 4.167881] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 27 pipe 6 type 6 name : PGA6.0 stream none [ 4.167884] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 4.167897] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.168067] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.168071] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 28 pipe 6 type 31 name : BUF6.0 stream none [ 4.168072] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF6.0: size 768 caps 0x71 [ 4.168074] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.168230] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.168237] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 29 pipe 6 type 31 name : BUF6.1 stream none [ 4.168238] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF6.1: size 768 caps 0x71 [ 4.168241] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.168418] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.168425] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 30 pipe 6 type 27 name : HDA0.OUT stream iDisp1 [ 4.168427] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA0.OUT: type 3 index 0 [ 4.168427] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 4.168435] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.169113] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.169115] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA0.OUT -> DAI link iDisp1 [ 4.169120] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 31 pipe 6 type 32 name : PIPELINE.6.HDA0.OUT stream HDA0.OUT [ 4.169121] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 6 comp 31 scheduling comp id 30 [ 4.169122] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.6.HDA0.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 4.169126] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 4.169320] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 4.169327] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 32 pipe 7 type 23 name : PCM6P stream Passthrough Playback 6 [ 4.169328] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM6P [ 4.169329] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 4.169334] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.169544] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.169551] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 7 Master Playback Volume [ 4.169554] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 33 chans 2 [ 4.169555] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 33 pipe 7 type 6 name : PGA7.0 stream none [ 4.169557] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 4.169566] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.169768] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.169775] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 34 pipe 7 type 31 name : BUF7.0 stream none [ 4.169777] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF7.0: size 768 caps 0x71 [ 4.169779] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.169970] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.169977] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 35 pipe 7 type 31 name : BUF7.1 stream none [ 4.169978] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF7.1: size 768 caps 0x71 [ 4.169980] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.170176] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.170183] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 36 pipe 7 type 27 name : HDA1.OUT stream iDisp2 [ 4.170185] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA1.OUT: type 3 index 1 [ 4.170185] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 4.170206] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.170404] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.170405] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA1.OUT -> DAI link iDisp2 [ 4.170412] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 37 pipe 7 type 32 name : PIPELINE.7.HDA1.OUT stream HDA1.OUT [ 4.170416] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 7 comp 37 scheduling comp id 36 [ 4.170417] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.7.HDA1.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 4.170420] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 4.170586] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 4.170593] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 38 pipe 8 type 23 name : PCM7P stream Passthrough Playback 7 [ 4.170595] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM7P [ 4.170596] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [ 4.170608] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.170799] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.170807] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 8 Master Playback Volume [ 4.170809] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 39 chans 2 [ 4.170810] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 39 pipe 8 type 6 name : PGA8.0 stream none [ 4.170812] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [ 4.170819] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.171032] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.171039] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 40 pipe 8 type 31 name : BUF8.0 stream none [ 4.171040] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF8.0: size 768 caps 0x71 [ 4.171042] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.171567] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.171570] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 41 pipe 8 type 31 name : BUF8.1 stream none [ 4.171571] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF8.1: size 768 caps 0x71 [ 4.171574] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [ 4.171762] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [ 4.171769] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 42 pipe 8 type 27 name : HDA2.OUT stream iDisp3 [ 4.171770] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA2.OUT: type 3 index 2 [ 4.171771] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [ 4.171788] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [ 4.171975] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [ 4.171980] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA2.OUT -> DAI link iDisp3 [ 4.171981] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 43 pipe 8 type 32 name : PIPELINE.8.HDA2.OUT stream HDA2.OUT [ 4.171982] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 8 comp 43 scheduling comp id 42 [ 4.171983] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.8.HDA2.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [ 4.171986] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [ 4.172186] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [ 4.172190] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Jack Out 0 [ 4.172207] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Jack In 1 [ 4.172213] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Speaker 2 [ 4.172223] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Microphone 4 [ 4.172229] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 1 5 [ 4.172234] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 2 6 [ 4.172239] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 3 7 [ 4.172247] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF1.0 control none source PCM0P [ 4.172250] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.172406] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.172415] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA1.0 control none source BUF1.0 [ 4.172417] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.172568] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.172576] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF1.1 control none source PGA1.0 [ 4.172577] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.172715] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.172719] sof-audio-pci-intel-tgl 0000:00:1f.3: sink ALH258.OUT control none source BUF1.1 [ 4.172720] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.172833] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.172836] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PCM1C control none source BUF2.0 [ 4.172840] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.172976] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.172981] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF2.0 control none source PGA2.0 [ 4.172982] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.173084] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.173086] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA2.0 control none source BUF2.1 [ 4.173090] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.173218] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.173219] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF2.1 control none source ALH259.IN [ 4.173224] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.173364] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.173373] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF3.0 control none source PCM2P [ 4.173374] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.173493] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.173495] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA3.0 control none source BUF3.0 [ 4.173498] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.173633] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.173634] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF3.1 control none source PGA3.0 [ 4.173641] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.173753] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.173757] sof-audio-pci-intel-tgl 0000:00:1f.3: sink ALH514.OUT control none source BUF3.1 [ 4.173758] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.173895] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.173902] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PCM4C control none source BUF5.0 [ 4.173904] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.174050] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.174052] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.0 control none source PGA5.0 [ 4.174058] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.174189] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.174193] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA5.0 control none source BUF5.1 [ 4.174194] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.174217] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [ 4.174329] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.174337] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.1 control none source EQIIR5.0 [ 4.174338] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.174459] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.174463] sof-audio-pci-intel-tgl 0000:00:1f.3: sink EQIIR5.0 control none source BUF5.2 [ 4.174464] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.174598] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.174603] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.2 control none source ALH2.IN [ 4.174604] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.174796] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.174798] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF6.0 control none source PCM5P [ 4.174799] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.174925] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.174929] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA6.0 control none source BUF6.0 [ 4.174931] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.175073] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.175076] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF6.1 control none source PGA6.0 [ 4.175077] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.175166] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.175170] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA0.OUT control none source BUF6.1 [ 4.175172] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.175329] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.175336] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF7.0 control none source PCM6P [ 4.175338] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.175500] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.175508] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA7.0 control none source BUF7.0 [ 4.175509] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.175620] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.175625] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF7.1 control none source PGA7.0 [ 4.175626] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.175777] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.175779] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA1.OUT control none source BUF7.1 [ 4.175782] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.175892] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.175897] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF8.0 control none source PCM7P [ 4.175898] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.176048] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.176049] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA8.0 control none source BUF8.0 [ 4.176052] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.176223] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.176224] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF8.1 control none source PGA8.0 [ 4.176226] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.176363] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.176367] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA2.OUT control none source BUF8.1 [ 4.176368] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [ 4.176510] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [ 4.176518] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 0! [ 4.176520] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW1-Playback index 258 [ 4.176528] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 4.176724] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 4.176728] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 1! [ 4.176729] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW1-Capture index 259 [ 4.176735] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 4.176976] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 4.176983] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 2! [ 4.176984] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW2-Playback index 514 [ 4.177002] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [ 4.177231] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [ 4.177232] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: physical link SDW0-Capture (id 4) not exist [ 4.177233] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: topology: could not load header: -22 [ 4.177277] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0x1010f0f successful [ 4.177821] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf0f successful [ 4.177829] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 0 : core_mask 1 [ 4.177834] sof-audio-pci-intel-tgl 0000:00:1f.3: error: tplg component load failed -22 [ 4.177839] sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to load DSP topology -22 [ 4.177840] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: error at snd_soc_component_probe on 0000:00:1f.3: -22 [ 4.177851] sof_sdw sof_sdw: ASoC: failed to instantiate card -22 [ 4.184772] Failed to get private value: 755800 => 0000 ret=-16 [ 4.184778] rt711 sdw:1:025d:0711:00: rt711_calibration calibration complete, ret=0 [ 4.184783] rt711 sdw:1:025d:0711:00: in rt711_jack_init disable [ 4.184837] sof_sdw sof_sdw: snd_soc_register_card failed -22 [ 4.184839] sof_sdw: probe of sof_sdw failed with error -22 [ 4.188274] usb 2-1.1: new SuperSpeed USB device number 4 using xhci_hcd [ 4.206904] usb 2-1.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00 [ 4.206906] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6 [ 4.206907] usb 2-1.1: Product: USB 10/100/1000 LAN [ 4.206908] usb 2-1.1: Manufacturer: Realtek [ 4.206908] usb 2-1.1: SerialNumber: 001000001 [ 4.765873] usbcore: registered new interface driver r8152 [ 4.773202] usbcore: registered new interface driver cdc_ether [ 4.775390] usbcore: registered new interface driver r8153_ecm [ 4.784761] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 4.784766] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c7f0 count 0 [ 4.841637] usb 2-1.1: reset SuperSpeed USB device number 4 using xhci_hcd [ 4.865673] r8152 2-1.1:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 38:14:28:b6:12:1b [ 4.882221] r8152 2-1.1:1.0: load rtl8153b-2 v1 10/23/19 successfully [ 4.915113] r8152 2-1.1:1.0 eth0: v1.12.11 [ 4.933017] r8152 2-1.1:1.0 enp0s13f0u1u1: renamed from eth0 [ 5.289501] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 5.345205] rfkill: input handler disabled [ 5.435618] Bluetooth: hci0: Waiting for firmware download to complete [ 5.436234] Bluetooth: hci0: Firmware loaded in 1751762 usecs [ 5.436359] Bluetooth: hci0: Waiting for device to boot [ 5.451315] Bluetooth: hci0: Device booted in 14698 usecs [ 5.451920] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc [ 5.453383] Bluetooth: hci0: Applying Intel DDC parameters completed [ 5.456262] Bluetooth: hci0: Firmware revision 0.4 build 164 week 35 2021 [ 5.507638] kauditd_printk_skb: 90 callbacks suppressed [ 5.507640] audit: type=1334 audit(1634110989.463:83): prog-id=22 op=LOAD [ 5.516253] Bluetooth: hci0: MSFT filter_enable is already on [ 5.518125] NET: Registered PF_ALG protocol family [ 5.531013] Bluetooth: RFCOMM TTY layer initialized [ 5.531018] Bluetooth: RFCOMM socket layer initialized [ 5.531022] Bluetooth: RFCOMM ver 1.11 [ 5.577712] audit: type=1130 audit(1634110989.533:84): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.651690] audit: type=1130 audit(1634110989.609:85): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.821436] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 5.821440] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c240 count 0 [ 6.122694] audit: type=1130 audit(1634110990.079:86): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.259292] audit: type=1130 audit(1634110990.216:87): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.328077] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 6.834848] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 6.834853] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c861 count 0 [ 7.341494] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 7.848235] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 7.848245] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c860 count 0 [ 8.354903] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 8.381559] soundwire_intel soundwire_intel.link.1: IO transfer timed out, cmd 3 device 1 addr 45 len 1 [ 8.381571] soundwire sdw-master-1: trf on Slave 1 failed:-110 write addr 45 count 0 [ 8.381577] rt711 sdw:1:025d:0711:00: SDW_SCP_SYSTEMCTRL write failed:-110 [ 8.381579] rt711 sdw:1:025d:0711:00: clock stop prepare failed:-110 [ 8.381582] soundwire_intel soundwire_intel.link.1: prepare clock stop failed -110 [ 8.381585] soundwire_intel soundwire_intel.link.1: cannot enable clock stop on suspend [ 8.381616] soundwire_intel soundwire_intel.link.0: IO transfer timed out, cmd 3 device 1 addr 45 len 1 [ 8.381619] soundwire sdw-master-0: trf on Slave 1 failed:-110 write addr 45 count 0 [ 8.381622] rt715 sdw:0:025d:0715:00: SDW_SCP_SYSTEMCTRL write failed:-110 [ 8.381624] rt715 sdw:0:025d:0715:00: clock stop prepare failed:-110 [ 8.381629] soundwire_intel soundwire_intel.link.0: prepare clock stop failed -110 [ 8.381631] soundwire_intel soundwire_intel.link.0: cannot enable clock stop on suspend [ 8.649484] audit: type=1131 audit(1634110992.606:88): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.861569] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 8.861578] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c863 count 0 [ 9.368209] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 9.874900] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 9.874909] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c862 count 0 [ 10.381528] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 10.888232] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 10.888243] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c871 count 0 [ 11.394839] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 11.901577] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 11.901590] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c870 count 0 [ 12.013020] audit: type=1131 audit(1634110995.969:89): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.408212] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 12.652700] audit: type=1100 audit(1634110996.609:90): pid=1734 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="sarels" exe="/usr/lib/gdm-session-worker" hostname=phobos addr=? terminal=/dev/tty1 res=success' [ 12.655890] audit: type=1101 audit(1634110996.613:91): pid=1734 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sarels" exe="/usr/lib/gdm-session-worker" hostname=phobos addr=? terminal=/dev/tty1 res=success' [ 12.657482] audit: type=1103 audit(1634110996.613:92): pid=1734 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="sarels" exe="/usr/lib/gdm-session-worker" hostname=phobos addr=? terminal=/dev/tty1 res=success' [ 12.658558] audit: type=1006 audit(1634110996.616:93): pid=1734 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1 [ 12.658567] audit: type=1300 audit(1634110996.616:93): arch=c000003e syscall=1 success=yes exit=4 a0=a a1=7ffd5b8f4390 a2=4 a3=3e8 items=0 ppid=446 pid=1734 auid=1000 uid=0 gid=1000 euid=0 suid=0 fsuid=0 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=3 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" subj==unconfined key=(null) [ 12.658571] audit: type=1327 audit(1634110996.616:93): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D70617373776F72645D [ 12.678861] audit: type=1130 audit(1634110996.636:94): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.683480] audit: type=1101 audit(1634110996.639:95): pid=1805 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sarels" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.683489] audit: type=1103 audit(1634110996.639:96): pid=1805 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="sarels" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 12.914858] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 12.914868] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c873 count 0 [ 13.026256] rfkill: input handler enabled [ 13.421406] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 13.928078] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 13.928083] soundwire sdw-master-2: trf on Slave 1 failed:-5 read addr c872 count 0 [ 14.403746] rfkill: input handler disabled [ 14.434759] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 14.434768] rt1308 sdw:2:025d:1308:00: rt1308_io_init m_btl_l=0x0, m_btl_r=0x0 [ 14.434771] rt1308 sdw:2:025d:1308:00: rt1308_io_init c_btl_l=0x0, c_btl_r=0x0 [ 14.941520] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 14.941525] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c103 count 0 [ 15.448127] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 15.954895] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 15.954905] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c030 count 0 [ 16.461516] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 16.963345] wlp0s20f3: authenticate with 08:cc:68:63:04:6f [ 16.966376] wlp0s20f3: send auth to 08:cc:68:63:04:6f (try 1/3) [ 16.968092] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 16.968101] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c031 count 0 [ 16.992013] wlp0s20f3: authenticated [ 16.994876] wlp0s20f3: associate with 08:cc:68:63:04:6f (try 1/3) [ 16.996991] wlp0s20f3: RX AssocResp from 08:cc:68:63:04:6f (capab=0x1111 status=0 aid=1) [ 17.002329] wlp0s20f3: associated [ 17.079628] wlp0s20f3: Limiting TX power to 17 dBm as advertised by 08:cc:68:63:04:6f [ 17.474896] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 17.981564] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 17.981574] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c032 count 0 [ 18.488227] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 18.994924] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 18.994935] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c040 count 0 [ 19.501573] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 20.008230] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 20.008241] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c041 count 0 [ 20.428806] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready [ 20.446623] kauditd_printk_skb: 22 callbacks suppressed [ 20.446625] audit: type=1130 audit(1634111004.403:115): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 20.514896] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 21.021573] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 21.021587] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c042 count 0 [ 21.528244] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 22.034904] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 22.034914] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c052 count 0 [ 22.541563] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 23.048230] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 23.048240] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c080 count 0 [ 23.554851] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 24.061563] soundwire_intel soundwire_intel.link.2: SCP Msg trf timed out [ 24.061575] soundwire sdw-master-2: trf on Slave 1 failed:-5 write addr c060 count 0 [ 24.346460] audit: type=1100 audit(1634111008.303:116): pid=2552 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:authentication grantors=pam_unix acct="sarels" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 24.347456] audit: type=1101 audit(1634111008.303:117): pid=2552 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sarels" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 24.347528] audit: type=1110 audit(1634111008.303:118): pid=2552 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 24.348906] audit: type=1105 audit(1634111008.306:119): pid=2552 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' ```
ujfalusi commented 2 years ago

In @benoit-sbr log:

[    4.038074] sof-audio-pci-intel-tgl 0000:00:1f.3: codec #2 probe error, ret: -5
[    4.038299] sof-audio-pci-intel-tgl 0000:00:1f.3: found 711 at link 1
[    4.038301] sof-audio-pci-intel-tgl 0000:00:1f.3: found 1308 at link 2
[    4.038301] sof-audio-pci-intel-tgl 0000:00:1f.3: found 715 at link 0
[    4.038302] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire machine driver sof_sdw topology sof-tgl-rt715-rt711-rt1308-mono.tplg
[    4.038303] sof-audio-pci-intel-tgl 0000:00:1f.3: no hda codecs found!
[    4.038315] sof-audio-pci-intel-tgl 0000:00:1f.3: loading firmware
[    4.040494] sof-audio-pci-intel-tgl 0000:00:1f.3: request_firmware intel/sof/sof-tgl.ri successful
...
[    4.161870] sof_sdw sof_sdw: Entry mc_probe
[    4.161872] sof_sdw sof_sdw: quirk realtek,jack-detect-source 1
[    4.161874] sof_sdw sof_sdw: sdw 4, ssp 0, dmic 0, hdmi 0
[    4.161876] sof_sdw sof_sdw: create dai link SDW1-Playback, id 0
[    4.161886] sof_sdw sof_sdw: create dai link SDW1-Capture, id 1
[    4.161887] sof_sdw sof_sdw: create dai link SDW2-Playback, id 2
[    4.161889] sof_sdw sof_sdw: create dai link SDW0-Capture, id 3
[    4.161890] sof_sdw sof_sdw: create dai link iDisp1, id 4
[    4.161891] sof_sdw sof_sdw: create dai link iDisp2, id 5
[    4.161891] sof_sdw sof_sdw: create dai link iDisp3, id 6

in my log:

[  189.246901] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA codec #2 probed OK: response: 80862812
[  189.248477] hdaudio ehdaudio0D2: loading codec module: hdaudio:v80862812r00100000a01

[  189.251005] sof-audio-pci-intel-tgl 0000:00:1f.3: found 711 at link 1
[  189.251007] sof-audio-pci-intel-tgl 0000:00:1f.3: found 1308 at link 2
[  189.251008] sof-audio-pci-intel-tgl 0000:00:1f.3: found 715 at link 0
[  189.251009] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire machine driver sof_sdw topology sof-tgl-rt715-rt711-rt1308-mono.tplg
[  189.251010] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[  189.251016] sof-audio-pci-intel-tgl 0000:00:1f.3: loading firmware
[  189.251087] sof-audio-pci-intel-tgl 0000:00:1f.3: request_firmware intel/sof/sof-tgl.ri successful
...
[  189.366004] sof_sdw sof_sdw: Entry mc_probe
[  189.366007] sof_sdw sof_sdw: quirk realtek,jack-detect-source 2
[  189.366008] sof_sdw sof_sdw: quirk SOF_SDW_TGL_HDMI enabled
[  189.366008] sof_sdw sof_sdw: quirk SOF_RT715_DAI_ID_FIX enabled
[  189.366010] sof_sdw sof_sdw: sdw 4, ssp 0, dmic 0, hdmi 4
[  189.366012] sof_sdw sof_sdw: create dai link SDW1-Playback, id 0
[  189.366021] sof_sdw sof_sdw: create dai link SDW1-Capture, id 1
[  189.366023] sof_sdw sof_sdw: create dai link SDW2-Playback, id 2
[  189.366025] sof_sdw sof_sdw: create dai link SDW0-Capture, id 3
[  189.366027] sof_sdw sof_sdw: create dai link iDisp1, id 5
[  189.366029] sof_sdw sof_sdw: create dai link iDisp2, id 6
[  189.366031] sof_sdw sof_sdw: create dai link iDisp3, id 7
[  189.366033] sof_sdw sof_sdw: create dai link iDisp4, id 8

@benoit-sbr, can you try the manual remove/insert of modules from https://github.com/thesofproject/linux/issues/3206#issuecomment-941226482 ? The remove needs some nagging on my end:

sudo ./tools/kmod/sof_remove.sh
sudo rmmod snd_pcm_dmaengine
sudo ./tools/kmod/sof_remove.sh
sudo dmesg -c
benoit-sbr commented 2 years ago

I think the remove failed:

WARNING: running as root is not supported

Specified filename /sys/kernel/debug/sof/trace does not exist.
RMMOD   snd_usb_audio
rmmod: ERROR: Module snd_usb_audio is in use
snd_usb_audio         352256  1
snd_usbmidi_lib        45056  1 snd_usb_audio
snd_rawmidi            45056  1 snd_usbmidi_lib
snd_seq_dummy          16384  0
snd_hrtimer            16384  1
snd_seq                90112  7 snd_seq_dummy
snd_seq_device         16384  2 snd_seq,snd_rawmidi
snd_soc_sof_sdw        57344  0
snd_soc_intel_hda_dsp_common    20480  1 snd_soc_sof_sdw
snd_soc_intel_sof_maxim_common    16384  1 snd_soc_sof_sdw
mc                     65536  5 videodev,snd_usb_audio,videobuf2_v4l2,uvcvideo,videobuf2_common
snd_soc_rt711          49152  0
snd_soc_rt715          49152  0
snd_soc_rt1308_sdw     32768  0
regmap_sdw             16384  3 snd_soc_rt715,snd_soc_rt711,snd_soc_rt1308_sdw
snd_soc_dmic           16384  0
snd_sof_pci_intel_tgl    16384  0
snd_sof_intel_hda_common   106496  1 snd_sof_pci_intel_tgl
soundwire_intel        45056  1 snd_sof_intel_hda_common
soundwire_generic_allocation    16384  1 soundwire_intel
soundwire_cadence      36864  1 soundwire_intel
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
snd_sof_pci            20480  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_common
snd_sof               147456  2 snd_sof_pci,snd_sof_intel_hda_common
snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common
snd_hda_ext_core       36864  3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_soc_acpi_intel_match    53248  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
soundwire_bus          90112  8 snd_soc_sof_sdw,regmap_sdw,soundwire_intel,snd_soc_rt715,soundwire_generic_allocation,soundwire_cadence,snd_soc_rt711,snd_soc_rt1308_sdw
ledtrig_audio          16384  2 snd_sof,dell_laptop
snd_soc_core          344064  10 snd_soc_sof_sdw,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_rt715,snd_soc_hdac_hda,snd_soc_rt711,snd_soc_intel_sof_maxim_common,snd_soc_dmic,snd_soc_rt1308_sdw
snd_compress           32768  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_hda_intel          57344  0
snd_intel_dspcfg       28672  2 snd_hda_intel,snd_sof_intel_hda_common
snd_intel_sdw_acpi     20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_hda_codec         176128  3 snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda
snd_hda_core          110592  7 snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep              16384  2 snd_usb_audio,snd_hda_codec
snd_pcm               151552  13 snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_rt715,snd_compress,snd_soc_core,snd_soc_rt711,snd_soc_rt1308_sdw,snd_hda_core,snd_pcm_dmaengine
snd_timer              45056  3 snd_seq,snd_hrtimer,snd_pcm
snd                   114688  17 snd_soc_sof_sdw,snd_seq,snd_seq_device,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
soundcore              16384  1 snd
drm_kms_helper        303104  1 i915
cec                    73728  2 drm_kms_helper,i915
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
drm                   589824  9 drm_kms_helper,i915,ttm
./tools/kmod/sof_remove.sh FAILED

BTW what is the good way to attach a DMESG? I looked in the doc but couldn't find. Is it a gist?

ujfalusi commented 2 years ago

Someone is using the snd_usb_audio

You can attach a file (txt) or the folding thing also works.

benoit-sbr commented 2 years ago

Someone is using the snd_usb_audio

Sorry, my bad! Gotta have sound another way.

Attached is the dmesg. dmesg.log

ujfalusi commented 2 years ago

This is dmesg is the result of:

sudo ./tools/kmod/sof_remove.sh
sudo rmmod snd_pcm_dmaengine
sudo ./tools/kmod/sof_remove.sh
sudo dmesg -c
sudo ./tools/kmod/sof_instert.sh
sudo dmesg
benoit-sbr commented 2 years ago

After the insert. dmesg.log

ujfalusi commented 2 years ago

@benoit-sbr, thanks! The issue might be related to HDA, but this is a SDW device... In my log

[14814.964037] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA codec #2 probed OK: response: 80862812
[14814.966201] hdaudio ehdaudio0D2: loading codec module: hdaudio:v80862812r00100000a01
...
[14815.091637] sof_sdw sof_sdw: quirk realtek,jack-detect-source 2
[14815.091638] sof_sdw sof_sdw: quirk SOF_SDW_TGL_HDMI enabled
[14815.091646] sof_sdw sof_sdw: quirk SOF_RT715_DAI_ID_FIX enabled
[14815.091647] sof_sdw sof_sdw: sdw 4, ssp 0, dmic 0, hdmi 4
[14815.091650] sof_sdw sof_sdw: create dai link SDW1-Playback, id 0
[14815.091661] sof_sdw sof_sdw: create dai link SDW1-Capture, id 1
[14815.091664] sof_sdw sof_sdw: create dai link SDW2-Playback, id 2
[14815.091666] sof_sdw sof_sdw: create dai link SDW0-Capture, id 3
[14815.091668] sof_sdw sof_sdw: create dai link iDisp1, id 5
[14815.091670] sof_sdw sof_sdw: create dai link iDisp2, id 6
[14815.091672] sof_sdw sof_sdw: create dai link iDisp3, id 7
[14815.091673] sof_sdw sof_sdw: create dai link iDisp4, id 8
...
[14815.098964] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 24 pipe 5 type 28 name : ALH2.IN stream SDW0-Capture
[14815.098966] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH2.IN: type 4 index 2
[14815.098967] sof-audio-pci-intel-tgl 0000:00:1f.3:  config: periods snk 2 src 0 fmt 1
[14815.098971] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000
[14815.099221] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000
[14815.099222] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH2.IN -> DAI link SDW0-Capture
[14815.099223] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 25 pipe 5 type 32 name : PIPELINE.5.ALH2.IN stream ALH2.IN
[14815.099225] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 5 comp 25 scheduling comp id 24
[14815.099225] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.5.ALH2.IN: period 1000 pri 0 mips 5000 core 0 frames 0
...
[14815.112320] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 4!
[14815.112321] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW0-Capture index 2

In your log:

[ 2813.307822] usbcore: registered new interface driver snd-usb-audio
[ 2814.277833] sof-audio-pci-intel-tgl 0000:00:1f.3: codec #2 probe error, ret: -5
...
[ 2814.393048] sof_sdw sof_sdw: quirk realtek,jack-detect-source 1
[ 2814.393050] sof_sdw sof_sdw: sdw 4, ssp 0, dmic 0, hdmi 0
[ 2814.393053] sof_sdw sof_sdw: create dai link SDW1-Playback, id 0
[ 2814.393062] sof_sdw sof_sdw: create dai link SDW1-Capture, id 1
[ 2814.393064] sof_sdw sof_sdw: create dai link SDW2-Playback, id 2
[ 2814.393066] sof_sdw sof_sdw: create dai link SDW0-Capture, id 3
[ 2814.393067] sof_sdw sof_sdw: create dai link iDisp1, id 4
[ 2814.393068] sof_sdw sof_sdw: create dai link iDisp2, id 5
[ 2814.393069] sof_sdw sof_sdw: create dai link iDisp3, id 6
...
[ 2814.398453] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 24 pipe 5 type 28 name : ALH2.IN stream SDW0-Capture
[ 2814.398455] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH2.IN: type 4 index 2
[ 2814.398455] sof-audio-pci-intel-tgl 0000:00:1f.3:  config: periods snk 2 src 0 fmt 1
[ 2814.398458] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000
[ 2814.398688] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000
[ 2814.398689] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH2.IN -> DAI link SDW0-Capture
[ 2814.398691] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 25 pipe 5 type 32 name : PIPELINE.5.ALH2.IN stream ALH2.IN
[ 2814.398692] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 5 comp 25 scheduling comp id 24
[ 2814.398693] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.5.ALH2.IN: period 1000 pri 0 mips 5000 core 0 frames 0
...
[ 2814.408534] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: physical link SDW0-Capture (id 4) not exist
[ 2814.408535] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: topology: could not load header: -22
DMESG log (options snd-intel-sdw-acpi sdw_link_mask=0x7) ``` [14814.946927] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [14814.946944] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver [14814.946945] sof-audio-pci-intel-tgl 0000:00:1f.3: PCI DSP detected [14814.947272] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380 [14814.947334] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [14814.953735] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0xc00 [14814.953756] sof-audio-pci-intel-tgl 0000:00:1f.3: found ML capability at 0xc00 [14814.953757] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x800 [14814.953762] sof-audio-pci-intel-tgl 0000:00:1f.3: found DSP capability at 0x800 [14814.953763] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x500 [14814.953769] sof-audio-pci-intel-tgl 0000:00:1f.3: found GTS capability at 0x500 [14814.953770] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x1f00 [14814.953773] sof-audio-pci-intel-tgl 0000:00:1f.3: found DRSM capability at 0x1f00 [14814.953774] sof-audio-pci-intel-tgl 0000:00:1f.3: checking for capabilities at offset 0x700 [14814.953781] sof-audio-pci-intel-tgl 0000:00:1f.3: found SPIB capability at 0x700 [14814.953896] sof-audio-pci-intel-tgl 0000:00:1f.3: hda global caps = 0x1009701 [14814.953897] sof-audio-pci-intel-tgl 0000:00:1f.3: detected 9 playback and 7 capture streams [14814.954187] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode [14814.954188] sof-audio-pci-intel-tgl 0000:00:1f.3: using IPC IRQ 169 [14814.954315] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000044 [14814.954316] sof-audio-pci-intel-tgl 0000:00:1f.3: PP capability, will probe DSP later. [14814.957399] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000040 at 00000048 [14814.957405] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000048 [14814.961688] sof-audio-pci-intel-tgl 0000:00:1f.3: codec_mask = 0x4 [14814.961709] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000048 [14814.961712] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000040 at 00000048 [14814.963471] acpi PRP00001:00: Creating 4 SDW Link devices [14814.963526] soundwire sdw-master-0: SDW Slave Addr: 20025d071500 [14814.963527] soundwire sdw-master-0: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0715, unique_id 0x0, version 0x2 [14814.963591] rt715 sdw:0:025d:0715:00: probe complete [14814.963626] soundwire sdw-master-1: SDW Slave Addr: 120025d071100 [14814.963626] soundwire sdw-master-1: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0711, unique_id 0x0, version 0x2 [14814.963684] rt711 sdw:1:025d:0711:00: rt711_init [14814.963704] rt711 sdw:1:025d:0711:00: probe complete [14814.963734] soundwire sdw-master-2: SDW Slave Addr: 220025d130800 [14814.963735] soundwire sdw-master-2: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [14814.963762] rt1308 sdw:2:025d:1308:00: rt1308_sdw_init [14814.963763] rt1308 sdw:2:025d:1308:00: rt1308_read_prop [14814.963773] rt1308 sdw:2:025d:1308:00: probe complete [14814.964037] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA codec #2 probed OK: response: 80862812 [14814.966201] hdaudio ehdaudio0D2: loading codec module: hdaudio:v80862812r00100000a01 [14814.969782] sof-audio-pci-intel-tgl 0000:00:1f.3: found 711 at link 1 [14814.969785] sof-audio-pci-intel-tgl 0000:00:1f.3: found 1308 at link 2 [14814.969787] sof-audio-pci-intel-tgl 0000:00:1f.3: found 715 at link 0 [14814.969788] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire machine driver sof_sdw topology sof-tgl-rt715-rt711-rt1308-mono.tplg [14814.969789] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4 [14814.969799] sof-audio-pci-intel-tgl 0000:00:1f.3: loading firmware [14814.969951] sof-audio-pci-intel-tgl 0000:00:1f.3: request_firmware intel/sof/sof-tgl.ri successful [14814.969953] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 1 size 0x1A0 [14814.969954] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 6 size 0x20 [14814.969956] sof-audio-pci-intel-tgl 0000:00:1f.3: FW clock config: HPRO [14814.969957] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 0 size 0x50 [14814.969958] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:9:0-fa857 [14814.969960] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:19:0 Kernel ABI 3:18:0 [14814.969962] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel [14814.969963] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 2 size 0x70 [14814.969964] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: used compiler XCC 12:0:8 used optimization flags -O2 [14814.969968] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 3 size 0x30 [14814.969970] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30 [14814.969971] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 4 size 0x20 [14814.969972] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: DBG_ABI 5:3:0 [14814.969973] sof-audio-pci-intel-tgl 0000:00:1f.3: found sof_ext_man header type 5 size 0x20 [14814.969975] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data can hold up to 3 config elements [14814.969976] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 0 token 1 val 384 [14814.969977] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 1 token 2 val 1 [14814.969980] sof-audio-pci-intel-tgl 0000:00:1f.3: ext_man_get_config_data get index 2 token 0 val 0 [14814.970048] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000002 at 00000048 [14814.970066] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000048 [14814.970073] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000044 [14814.970076] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000004 at 00000044 [14814.970077] sof-audio-pci-intel-tgl 0000:00:1f.3: booting DSP firmware [14814.970131] sof-audio-pci-intel-tgl 0000:00:1f.3: period_bytes:0x0 [14814.970132] sof-audio-pci-intel-tgl 0000:00:1f.3: periods:1 [14814.970212] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x40000 successful [14814.970251] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x40000 successful [14814.970254] sof-audio-pci-intel-tgl 0000:00:1f.3: period_bytes:0x0 [14814.970255] sof-audio-pci-intel-tgl 0000:00:1f.3: periods:1 [14814.970294] sof-audio-pci-intel-tgl 0000:00:1f.3: Attempting iteration 0 of Core En/ROM load... [14814.970299] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 0 : core_mask 1 [14814.970812] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010f0f successful [14814.970820] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010f0e successful [14814.970822] sof-audio-pci-intel-tgl 0000:00:1f.3: unstall/run core: core_mask = 1 [14814.970825] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 1 : core_mask 1 [14814.970836] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf010e0e successful [14814.970838] sof-audio-pci-intel-tgl 0000:00:1f.3: unstall/run core: core_mask = 1 [14814.970842] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 1 : core_mask 1 [14814.971349] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0xd4]=0x80000000 successful [14814.973909] usbcore: registered new interface driver snd-usb-audio [14815.045493] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x80000]=0x5000001 successful [14815.065491] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x80000]=0x5 successful [14815.066012] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x160]=0x140000 successful [14815.066022] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware download successful, booting... [14815.080720] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc rx: 0x70000000 [14815.080730] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc: DSP is ready 0x70000000 offset 0x81000 [14815.080869] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:9:0-fa857 [14815.080873] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:19:0 Kernel ABI 3:18:0 [14815.080878] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel [14815.080928] sof-audio-pci-intel-tgl 0000:00:1f.3: mailbox upstream 0x81000 - size 0x1000 [14815.080931] sof-audio-pci-intel-tgl 0000:00:1f.3: mailbox downstream 0xa0000 - size 0x2000 [14815.080933] sof-audio-pci-intel-tgl 0000:00:1f.3: stream region 0xc1000 - size 0x1000 [14815.080935] sof-audio-pci-intel-tgl 0000:00:1f.3: debug region 0xc0000 - size 0x800 [14815.080940] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc rx done: 0x70000000 [14815.080984] sof-audio-pci-intel-tgl 0000:00:1f.3: firmware boot complete [14815.081011] soundwire_intel soundwire_intel.link.0: intel_link_power_up: powering up all links [14815.081014] soundwire_intel soundwire_intel.link.0: intel_link_power_up: first link up, programming SYNCPRD [14815.081400] soundwire_intel soundwire_intel.link.0: PCM cap bd:6 in:0 out:0 [14815.081418] soundwire_intel soundwire_intel.link.0: PDM cap bd:0 in:4 out:0 [14815.081966] soundwire_intel soundwire_intel.link.1: PCM cap bd:6 in:0 out:0 [14815.081991] soundwire_intel soundwire_intel.link.1: PDM cap bd:0 in:4 out:0 [14815.082548] soundwire_intel soundwire_intel.link.2: PCM cap bd:6 in:0 out:0 [14815.082572] soundwire_intel soundwire_intel.link.2: PDM cap bd:0 in:4 out:0 [14815.082851] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000000 at 00000048 [14815.082876] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000002 at 00000048 [14815.083099] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000004 at 00000044 [14815.083116] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIW: 00000000 at 00000044 [14815.083119] sof-audio-pci-intel-tgl 0000:00:1f.3: SOF firmware trace disabled [14815.083233] sof-audio-pci-intel-tgl 0000:00:1f.3: created machine sof_sdw [14815.083236] sof-audio-pci-intel-tgl 0000:00:1f.3: Completing SOF PCI probe [14815.083263] soundwire_intel soundwire_intel.link.0: Slave status change: 0x2 [14815.083267] soundwire sdw-master-0: Slave attached, programming device number [14815.083297] soundwire_intel soundwire_intel.link.1: Slave status change: 0x2 [14815.083301] soundwire sdw-master-1: Slave attached, programming device number [14815.083579] soundwire_intel soundwire_intel.link.2: Slave status change: 0x2 [14815.083582] soundwire sdw-master-2: Slave attached, programming device number [14815.083588] soundwire sdw-master-1: SDW Slave Addr: 20025d071100 [14815.083590] soundwire sdw-master-1: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0711, unique_id 0x0, version 0x2 [14815.083597] soundwire sdw-master-0: SDW Slave Addr: 21025d071500 [14815.083599] soundwire sdw-master-0: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x0715, unique_id 0x1, version 0x2 [14815.083814] soundwire sdw-master-2: SDW Slave Addr: 20025d130800 [14815.083815] soundwire sdw-master-2: SDW Slave class_id 0x00, mfg_id 0x025d, part_id 0x1308, unique_id 0x0, version 0x2 [14815.084197] soundwire_intel soundwire_intel.link.2: Msg ignored for Slave 0 [14815.084200] soundwire sdw-master-2: No more devices to enumerate [14815.084224] soundwire_intel soundwire_intel.link.1: Msg ignored for Slave 0 [14815.084225] soundwire sdw-master-1: No more devices to enumerate [14815.084346] soundwire_intel soundwire_intel.link.2: Slave status change: 0x21 [14815.084349] rt1308 sdw:2:025d:1308:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [14815.084378] soundwire_intel soundwire_intel.link.1: Slave status change: 0x21 [14815.084381] rt711 sdw:1:025d:0711:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [14815.084386] soundwire_intel soundwire_intel.link.0: Msg ignored for Slave 0 [14815.084388] soundwire sdw-master-0: No more devices to enumerate [14815.084639] soundwire_intel soundwire_intel.link.0: Slave status change: 0x21 [14815.084642] rt715 sdw:0:025d:0715:00: sdw_modify_slave_status: signaling enumeration completion for Slave 1 [14815.084931] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] ff01 <= 0000 [14815.085394] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7308 8388 <= b080 [14815.085692] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7309 8389 <= b080 [14815.086048] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7307 8387 <= b080 [14815.086220] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7520 85a0 9c20 aca0 => 00008003 [14815.086391] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7327 83a7 <= b080 [14815.086547] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3712 <= 0020 [14815.086715] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3713 <= 0020 [14815.086928] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 001a c003 [14815.086936] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 371d <= 0020 [14815.087085] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [14815.087092] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3729 <= 0020 [14815.087271] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3719 <= 0025 [14815.087276] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3608 <= 0010 [14815.087430] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3721 <= 00c0 [14815.087434] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3609 <= 0010 [14815.087596] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3712 <= 0020 [14815.087600] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3607 <= 0010 [14815.087735] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3713 <= 0020 [14815.087739] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3627 <= 0010 [14815.087909] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 371a <= 0020 [14815.087913] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c12 <= 00d0 [14815.088076] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 371b <= 0020 [14815.088081] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d12 <= 0011 [14815.088239] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e12 <= 00a1 [14815.088407] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7321 83a1 <= a080 [14815.088412] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f12 <= 0081 [14815.088591] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c13 <= 00d1 [14815.088755] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7321 83a1 <= 9080 [14815.088760] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d13 <= 0011 [14815.088911] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e13 <= 00a1 [14815.089047] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 6080 [14815.089051] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f13 <= 0081 [14815.089205] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c1d <= 00d0 [14815.089342] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 5080 [14815.089348] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d1d <= 0011 [14815.089507] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e1d <= 00a1 [14815.089651] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7309 8389 <= 6080 [14815.089655] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f1d <= 0081 [14815.089820] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4c29 <= 00d1 [14815.089949] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7309 8389 <= 5080 [14815.089954] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4d29 <= 0011 [14815.090104] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f12 <= 0091 [14815.090109] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4e29 <= 00a1 [14815.090255] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e12 <= 00d6 [14815.090260] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 4f29 <= 0081 [14815.090453] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d12 <= 0011 [14815.090455] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [14815.090457] rt715 sdw:0:025d:0715:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [14815.090567] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c12 <= 0020 [14815.090577] soundwire_intel soundwire_intel.link.0: Slave status change: 0x40 [14815.090719] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f13 <= 0091 [14815.090865] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e13 <= 00d6 [14815.091011] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d13 <= 0011 [14815.091157] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c13 <= 0021 [14815.091334] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4c21 <= 00f0 [14815.091433] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4d21 <= 0011 [14815.091460] soundwire_intel soundwire_intel.link.0: Slave status change: 0x20 [14815.091559] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4e21 <= 0011 [14815.091634] sof_sdw sof_sdw: Entry mc_probe [14815.091637] sof_sdw sof_sdw: quirk realtek,jack-detect-source 2 [14815.091638] sof_sdw sof_sdw: quirk SOF_SDW_TGL_HDMI enabled [14815.091646] sof_sdw sof_sdw: quirk SOF_RT715_DAI_ID_FIX enabled [14815.091647] sof_sdw sof_sdw: sdw 4, ssp 0, dmic 0, hdmi 4 [14815.091650] sof_sdw sof_sdw: create dai link SDW1-Playback, id 0 [14815.091661] sof_sdw sof_sdw: create dai link SDW1-Capture, id 1 [14815.091664] sof_sdw sof_sdw: create dai link SDW2-Playback, id 2 [14815.091666] sof_sdw sof_sdw: create dai link SDW0-Capture, id 3 [14815.091668] sof_sdw sof_sdw: create dai link iDisp1, id 5 [14815.091670] sof_sdw sof_sdw: create dai link iDisp2, id 6 [14815.091672] sof_sdw sof_sdw: create dai link iDisp3, id 7 [14815.091673] sof_sdw sof_sdw: create dai link iDisp4, id 8 [14815.091721] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 4f21 <= 0001 [14815.091772] sof-audio-pci-intel-tgl 0000:00:1f.3: loading topology:intel/sof-tplg/sof-tgl-rt715-rt711-rt1308-mono.tplg [14815.091798] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:19:0 Kernel ABI 3:18:0 [14815.091801] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel [14815.091804] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 0 pipe 1 type 23 name : PCM0P stream Passthrough Playback 0 [14815.091807] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM0P [14815.091809] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [14815.091813] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.092060] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.092063] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 1 Master Playback Volume [14815.092067] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 1 chans 2 [14815.092069] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 1 pipe 1 type 6 name : PGA1.0 stream none [14815.092071] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [14815.092075] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.092272] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.092274] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 2 pipe 1 type 31 name : BUF1.0 stream none [14815.092275] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF1.0: size 768 caps 0x71 [14815.092277] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.092485] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.092486] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 3 pipe 1 type 31 name : BUF1.1 stream none [14815.092487] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF1.1: size 768 caps 0x71 [14815.092498] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.092541] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0091 0154 [14815.092720] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.092722] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 4 pipe 1 type 27 name : ALH258.OUT stream SDW1-Playback [14815.092724] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH258.OUT: type 4 index 258 [14815.092725] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 1 [14815.092736] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.093061] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.093062] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH258.OUT -> DAI link SDW1-Playback [14815.093064] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 5 pipe 1 type 32 name : PIPELINE.1.ALH258.OUT stream ALH258.OUT [14815.093065] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 1 comp 5 scheduling comp id 4 [14815.093067] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.1.ALH258.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [14815.093076] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [14815.093250] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 004a 201b [14815.093735] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [14815.093736] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 6 pipe 2 type 24 name : PCM1C stream Passthrough Capture 1 [14815.093738] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM1C [14815.093738] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 0 [14815.093752] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.093985] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.093986] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 2 Master Capture Volume [14815.093990] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 7 chans 2 [14815.093991] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 2 Master Capture Switch [14815.093991] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 7 chans 2 [14815.093992] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 7 pipe 2 type 6 name : PGA2.0 stream none [14815.093993] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [14815.094001] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.094057] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0045 5089 [14815.094240] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.094244] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 8 pipe 2 type 31 name : BUF2.0 stream none [14815.094245] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF2.0: size 768 caps 0x71 [14815.094254] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.094485] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.094486] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 9 pipe 2 type 31 name : BUF2.1 stream none [14815.094487] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF2.1: size 768 caps 0x71 [14815.094500] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.094712] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.094713] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 10 pipe 2 type 28 name : ALH259.IN stream SDW1-Capture [14815.094714] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH259.IN: type 4 index 259 [14815.094715] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 1 [14815.094728] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.094920] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006b 5064 [14815.095037] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.095038] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH259.IN -> DAI link SDW1-Capture [14815.095041] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 11 pipe 2 type 32 name : PIPELINE.2.ALH259.IN stream ALH259.IN [14815.095043] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 2 comp 11 scheduling comp id 10 [14815.095044] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.2.ALH259.IN: period 1000 pri 0 mips 5000 core 0 frames 0 [14815.095048] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [14815.095521] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0048 d249 [14815.095715] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [14815.095717] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 12 pipe 3 type 23 name : PCM2P stream Passthrough Playback 2 [14815.095718] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM2P [14815.095719] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [14815.095728] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.095773] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [14815.095775] rt711 sdw:1:025d:0711:00: rt711_io_init hw_init complete [14815.095776] rt711 sdw:1:025d:0711:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [14815.095936] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.095937] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 3 Master Playback Volume [14815.095940] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 13 chans 2 [14815.095941] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 13 pipe 3 type 6 name : PGA3.0 stream none [14815.095942] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [14815.095951] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.096011] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [14815.096047] soundwire_intel soundwire_intel.link.1: Slave status change: 0x40 [14815.096158] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.096159] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 14 pipe 3 type 31 name : BUF3.0 stream none [14815.096160] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF3.0: size 768 caps 0x71 [14815.096172] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.096401] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.096402] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 15 pipe 3 type 31 name : BUF3.1 stream none [14815.096403] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF3.1: size 768 caps 0x71 [14815.096416] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.096629] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.096630] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 16 pipe 3 type 27 name : ALH514.OUT stream SDW2-Playback [14815.096631] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH514.OUT: type 4 index 514 [14815.096632] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 1 [14815.096645] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.096895] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.096896] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH514.OUT -> DAI link SDW2-Playback [14815.096897] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 17 pipe 3 type 32 name : PIPELINE.3.ALH514.OUT stream ALH514.OUT [14815.096898] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 3 comp 17 scheduling comp id 16 [14815.096899] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.3.ALH514.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [14815.096910] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [14815.097253] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006f 0580 [14815.097589] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [14815.097590] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 18 pipe 5 type 24 name : PCM4C stream Highpass Capture 4 [14815.097591] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM4C [14815.097592] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 0 [14815.097605] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.097839] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.097840] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 5 Master Capture Volume [14815.097843] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 19 chans 2 [14815.097844] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 5 Master Capture Switch [14815.097845] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 19 chans 2 [14815.097846] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 19 pipe 5 type 6 name : PGA5.0 stream none [14815.097848] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [14815.097857] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.098097] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.098099] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 2 name : eqiir_coef_5 [14815.098100] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 20 chans 0 [14815.098100] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 20 pipe 5 type 33 name : EQIIR5.0 stream none [14815.098102] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [14815.098118] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.098343] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.098345] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 21 pipe 5 type 31 name : BUF5.0 stream none [14815.098347] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.0: size 768 caps 0x71 [14815.098368] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.098552] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.098555] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 22 pipe 5 type 31 name : BUF5.1 stream none [14815.098556] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.1: size 768 caps 0x71 [14815.098571] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.098747] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.098750] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 23 pipe 5 type 31 name : BUF5.2 stream none [14815.098751] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF5.2: size 768 caps 0x71 [14815.098754] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.098809] soundwire_intel soundwire_intel.link.1: Slave status change: 0x20 [14815.098963] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.098964] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 24 pipe 5 type 28 name : ALH2.IN stream SDW0-Capture [14815.098966] sof-audio-pci-intel-tgl 0000:00:1f.3: dai ALH2.IN: type 4 index 2 [14815.098967] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 1 [14815.098971] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.099221] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.099222] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget ALH2.IN -> DAI link SDW0-Capture [14815.099223] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 25 pipe 5 type 32 name : PIPELINE.5.ALH2.IN stream ALH2.IN [14815.099225] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 5 comp 25 scheduling comp id 24 [14815.099225] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.5.ALH2.IN: period 1000 pri 0 mips 5000 core 0 frames 0 [14815.099228] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [14815.099541] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 00007888 [14815.099882] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [14815.099883] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 26 pipe 6 type 23 name : PCM5P stream Passthrough Playback 5 [14815.099885] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM5P [14815.099885] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [14815.099898] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.100115] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.100116] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 6 Master Playback Volume [14815.100119] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 27 chans 2 [14815.100120] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 27 pipe 6 type 6 name : PGA6.0 stream none [14815.100121] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [14815.100131] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.100356] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.100357] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 28 pipe 6 type 31 name : BUF6.0 stream none [14815.100358] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF6.0: size 768 caps 0x71 [14815.100371] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.100412] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7558 85d8 7458 84d8 <= 0000 f888 [14815.100587] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.100588] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 29 pipe 6 type 31 name : BUF6.1 stream none [14815.100589] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF6.1: size 768 caps 0x71 [14815.100602] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.100817] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.100818] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 30 pipe 6 type 27 name : HDA0.OUT stream iDisp1 [14815.100819] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA0.OUT: type 3 index 0 [14815.100820] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [14815.100833] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.101154] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.101155] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA0.OUT -> DAI link iDisp1 [14815.101157] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 31 pipe 6 type 32 name : PIPELINE.6.HDA0.OUT stream HDA0.OUT [14815.101158] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 6 comp 31 scheduling comp id 30 [14815.101159] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.6.HDA0.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [14815.101170] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [14815.101829] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [14815.101837] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 32 pipe 7 type 23 name : PCM6P stream Passthrough Playback 6 [14815.101842] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM6P [14815.101844] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [14815.101850] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.101889] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.102119] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.102124] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 7 Master Playback Volume [14815.102128] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 33 chans 2 [14815.102130] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 33 pipe 7 type 6 name : PGA7.0 stream none [14815.102133] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [14815.102137] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.102378] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.102381] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 34 pipe 7 type 31 name : BUF7.0 stream none [14815.102383] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF7.0: size 768 caps 0x71 [14815.102410] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.102643] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.102645] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 35 pipe 7 type 31 name : BUF7.1 stream none [14815.102646] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF7.1: size 768 caps 0x71 [14815.102657] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.102874] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.102876] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 36 pipe 7 type 27 name : HDA1.OUT stream iDisp2 [14815.102878] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA1.OUT: type 3 index 1 [14815.102879] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [14815.102891] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.103127] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.103129] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA1.OUT -> DAI link iDisp2 [14815.103130] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 37 pipe 7 type 32 name : PIPELINE.7.HDA1.OUT stream HDA1.OUT [14815.103132] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 7 comp 37 scheduling comp id 36 [14815.103133] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.7.HDA1.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [14815.103135] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [14815.103814] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [14815.103815] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 38 pipe 8 type 23 name : PCM7P stream Passthrough Playback 7 [14815.103817] sof-audio-pci-intel-tgl 0000:00:1f.3: loaded host PCM7P [14815.103818] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 0 fmt 0 [14815.103821] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.104073] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.104075] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load control type 1 name : 8 Master Playback Volume [14815.104077] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load kcontrol index 39 chans 2 [14815.104078] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 39 pipe 8 type 6 name : PGA8.0 stream none [14815.104079] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 2 src 2 fmt 2 [14815.104090] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.104322] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.104324] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 40 pipe 8 type 31 name : BUF8.0 stream none [14815.104325] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF8.0: size 768 caps 0x71 [14815.104337] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.104554] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.104555] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 41 pipe 8 type 31 name : BUF8.1 stream none [14815.104556] sof-audio-pci-intel-tgl 0000:00:1f.3: buffer BUF8.1: size 768 caps 0x71 [14815.104570] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30200000 [14815.104786] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30200000 [14815.104787] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 42 pipe 8 type 27 name : HDA2.OUT stream iDisp3 [14815.104790] sof-audio-pci-intel-tgl 0000:00:1f.3: dai HDA2.OUT: type 3 index 2 [14815.104791] sof-audio-pci-intel-tgl 0000:00:1f.3: config: periods snk 0 src 2 fmt 2 [14815.104803] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30010000 [14815.105071] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30010000 [14815.105072] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: connected widget HDA2.OUT -> DAI link iDisp3 [14815.105074] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: ready widget id 43 pipe 8 type 32 name : PIPELINE.8.HDA2.OUT stream HDA2.OUT [14815.105076] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: pipeline id 8 comp 43 scheduling comp id 42 [14815.105077] sof-audio-pci-intel-tgl 0000:00:1f.3: pipeline PIPELINE.8.HDA2.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 [14815.105081] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30100000 [14815.105763] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30100000 [14815.105767] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Jack Out 0 [14815.105785] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Jack In 1 [14815.105793] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Speaker 2 [14815.105800] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm Microphone 4 [14815.105807] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 1 5 [14815.105814] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 2 6 [14815.105820] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: load pcm HDMI 3 7 [14815.105826] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF1.0 control none source PCM0P [14815.105829] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.106033] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.106035] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA1.0 control none source BUF1.0 [14815.106037] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.106207] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.106208] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF1.1 control none source PGA1.0 [14815.106210] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.106378] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.106380] sof-audio-pci-intel-tgl 0000:00:1f.3: sink ALH258.OUT control none source BUF1.1 [14815.106383] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.106553] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.106555] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PCM1C control none source BUF2.0 [14815.106569] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.106760] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.106762] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF2.0 control none source PGA2.0 [14815.106764] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.106947] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.106948] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA2.0 control none source BUF2.1 [14815.106963] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.107151] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.107153] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF2.1 control none source ALH259.IN [14815.107167] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.107344] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.107346] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF3.0 control none source PCM2P [14815.107359] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.107540] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.107541] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA3.0 control none source BUF3.0 [14815.107543] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.107726] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.107727] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF3.1 control none source PGA3.0 [14815.107741] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.107923] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.107924] sof-audio-pci-intel-tgl 0000:00:1f.3: sink ALH514.OUT control none source BUF3.1 [14815.107938] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.108120] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.108122] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PCM4C control none source BUF5.0 [14815.108135] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.108315] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.108317] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.0 control none source PGA5.0 [14815.108322] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.108498] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.108501] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA5.0 control none source BUF5.1 [14815.108508] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.108703] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.108705] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.1 control none source EQIIR5.0 [14815.108707] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.108835] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.108837] sof-audio-pci-intel-tgl 0000:00:1f.3: sink EQIIR5.0 control none source BUF5.2 [14815.108838] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.109012] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.109014] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF5.2 control none source ALH2.IN [14815.109016] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.109165] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.109167] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF6.0 control none source PCM5P [14815.109168] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.109213] rt711 sdw:1:025d:0711:00: Slave impl defined interrupt [14815.109214] rt711 sdw:1:025d:0711:00: rt711_interrupt_callback control_port_stat=4 [14815.109304] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.109306] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA6.0 control none source BUF6.0 [14815.109308] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.109485] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.109486] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF6.1 control none source PGA6.0 [14815.109500] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.109683] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.109684] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA0.OUT control none source BUF6.1 [14815.109698] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.109882] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.109884] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF7.0 control none source PCM6P [14815.109885] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.110074] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.110076] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA7.0 control none source BUF7.0 [14815.110090] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.110276] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.110278] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF7.1 control none source PGA7.0 [14815.110292] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.110462] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.110464] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA1.OUT control none source BUF7.1 [14815.110478] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.110666] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.110667] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF8.0 control none source PCM7P [14815.110681] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.110870] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.110872] sof-audio-pci-intel-tgl 0000:00:1f.3: sink PGA8.0 control none source BUF8.0 [14815.110885] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.111068] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.111069] sof-audio-pci-intel-tgl 0000:00:1f.3: sink BUF8.1 control none source PGA8.0 [14815.111083] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.111271] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.111273] sof-audio-pci-intel-tgl 0000:00:1f.3: sink HDA2.OUT control none source BUF8.1 [14815.111287] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30030000 [14815.111467] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30030000 [14815.111470] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 0! [14815.111471] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW1-Playback index 258 [14815.111487] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [14815.111773] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [14815.111775] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 1! [14815.111777] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW1-Capture index 259 [14815.111802] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [14815.112056] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [14815.112057] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 2! [14815.112058] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW2-Playback index 514 [14815.112065] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [14815.112319] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [14815.112320] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 4! [14815.112321] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for SDW0-Capture index 2 [14815.112336] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [14815.112606] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [14815.112607] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 5! [14815.112608] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [14815.112609] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp1 index 0 [14815.112615] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [14815.112886] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [14815.112887] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 6! [14815.112888] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [14815.112888] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp2 index 1 [14815.112905] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [14815.113124] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [14815.113126] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: 1 hw_configs found, default id: 7! [14815.113126] sof-audio-pci-intel-tgl 0000:00:1f.3: HDA config rate 48000 channels 2 [14815.113127] sof-audio-pci-intel-tgl 0000:00:1f.3: set DAI config for iDisp3 index 2 [14815.113133] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x80010000 [14815.113368] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x80010000 [14815.113369] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred [14815.113370] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.8.HDA2.OUT id 43 [14815.113382] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [14815.113992] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [14815.113993] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.7.HDA1.OUT id 37 [14815.114007] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [14815.114200] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [14815.114201] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.6.HDA0.OUT id 31 [14815.114215] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [14815.114409] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [14815.114410] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.5.ALH2.IN id 25 [14815.114424] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [14815.114457] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.114619] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [14815.114620] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.3.ALH514.OUT id 17 [14815.114635] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [14815.114826] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [14815.114827] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.2.ALH259.IN id 11 [14815.114841] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [14815.115043] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [14815.115045] sof-audio-pci-intel-tgl 0000:00:1f.3: tplg: complete pipeline PIPELINE.1.ALH258.OUT id 5 [14815.115047] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x30130000 [14815.115220] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x30130000 [14815.115224] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.115610] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.115627] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.115963] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.115982] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.116336] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.116355] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50040000 [14815.116906] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50040000 [14815.116914] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.117250] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.117254] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.117624] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.117630] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.117979] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.117995] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.118347] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.118352] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.118726] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.118733] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x50020000 [14815.119087] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x50020000 [14815.125626] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.137816] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.149879] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.162312] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.174564] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.186650] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.199268] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.211833] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.222378] rt1308 sdw:2:025d:1308:00: rt1308_io_init m_btl_l=0xffdc, m_btl_r=0x0 [14815.222385] rt1308 sdw:2:025d:1308:00: rt1308_io_init c_btl_l=0x143, c_btl_r=0x211 [14815.224024] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.233964] rt1308 sdw:2:025d:1308:00: rt1308_io_init hw_init complete [14815.233969] rt1308 sdw:2:025d:1308:00: sdw_handle_slave_status: signaling initialization completion for Slave 1 [14815.236581] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.249045] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.261583] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.273507] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.286418] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.299291] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.311731] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.324549] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.337382] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.349565] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.361895] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.374061] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.386209] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.398422] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.411340] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.423576] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.435788] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.448480] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.460668] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.473502] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.485725] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.497978] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.510559] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.523407] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.535855] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 0000f888 [14815.548127] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] 7558 85d8 9c58 acd8 => 00003888 [14815.548718] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 006f 0583 [14815.548872] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [14815.548878] rt711 sdw:1:025d:0711:00: rt711_calibration calibration complete, ret=0 [14815.549114] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [14815.549283] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3819 <= 0082 [14815.549480] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3821 <= 0081 [14815.549673] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3855 <= 0083 [14815.550197] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0010 2420 [14815.550699] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0019 2e11 [14815.551217] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0009 302b [14815.551810] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7520 85a0 7420 84a0 <= 0011 047a [14815.551821] rt711 sdw:1:025d:0711:00: in rt711_jack_init enable [14815.551996] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [14815.552089] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Jack Out [14815.552093] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 0 playback DMA buffer size 0x10000 max 0x10000 [14815.552105] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Jack In [14815.552107] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Capture 1 capture DMA buffer size 0x10000 max 0x10000 [14815.552118] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Speaker [14815.552120] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 2 playback DMA buffer size 0x10000 max 0x10000 [14815.552129] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM Microphone [14815.552131] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Highpass Capture 4 capture DMA buffer size 0x10000 max 0x10000 [14815.552142] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 1 [14815.552144] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 5 playback DMA buffer size 0x10000 max 0x10000 [14815.552154] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 2 [14815.552156] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 6 playback DMA buffer size 0x10000 max 0x10000 [14815.552165] sof-audio-pci-intel-tgl 0000:00:1f.3: creating new PCM HDMI 3 [14815.552167] sof-audio-pci-intel-tgl 0000:00:1f.3: spcm: allocate Passthrough Playback 7 playback DMA buffer size 0x10000 max 0x10000 [14815.552265] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3 [14815.552270] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4 [14815.552273] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5 [14815.552275] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6 [14815.552278] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7 [14815.552281] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8 [14815.572384] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3607 <= 0000 [14815.572509] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3608 <= 0000 [14815.572654] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3609 <= 0000 [14815.572780] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3627 <= 0000 [14815.573486] rt711 sdw:1:025d:0711:00: Slave impl defined interrupt [14815.573489] rt711 sdw:1:025d:0711:00: rt711_interrupt_callback control_port_stat=4 [14815.578280] input: sof-soundwire Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input27 [14815.578375] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input28 [14815.578481] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input29 [14815.578534] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input30 [14815.587273] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [14815.587465] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [14815.587627] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [14815.587814] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [14815.588074] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [14815.588390] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7303 8383 <= b057 [14815.588711] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8383 7303 <= b057 [14815.588905] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [14815.589057] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [14815.589348] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [14815.589618] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [14815.589854] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [14815.590119] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [14815.590389] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 70bf [14815.590681] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 70bf [14815.590827] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [14815.590994] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [14815.591265] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [14815.591556] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [14815.591806] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [14815.592014] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [14815.592245] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7308 8388 <= 703f [14815.592519] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8388 7308 <= 703f [14815.592639] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [14815.592764] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0000 [14815.592999] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [14815.593264] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [14815.593535] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [14815.593805] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [14815.594077] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 7319 8399 <= 7001 [14815.594326] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 8399 7319 <= 7001 [14815.594452] rt711 sdw:1:025d:0711:00: [rt711_sdw_write] 3501 <= 0003 [14815.594576] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0000 [14815.594822] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [14815.595068] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [14815.595273] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [14815.595487] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [14815.595688] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 731d 839d <= 7002 [14815.595940] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 839d 731d <= 7002 [14815.596070] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [14815.596195] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0000 [14815.596447] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [14815.596668] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [14815.596926] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [14815.597151] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [14815.597398] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 7329 83a9 <= 7002 [14815.597647] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 83a9 7329 <= 7002 [14815.597773] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3501 <= 0003 [14815.597904] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3124 <= 0004 [14815.598072] rt715 sdw:0:025d:0715:00: [rt715_sdw_write] 3125 <= 0005 [14815.839755] rt711 sdw:1:025d:0711:00: [rt711_sdw_read] b921 0000 => 00000000 [14815.839764] rt711 sdw:1:025d:0711:00: in rt711_jack_detect_handler, jack_type=0x0 [14815.839767] rt711 sdw:1:025d:0711:00: in rt711_jack_detect_handler, btn_type=0x0 [14818.665903] soundwire sdw-master-1: clock stop prep/de-prep done slave:15 [14818.665919] soundwire sdw-master-0: clock stop prep/de-prep done slave:15 [14818.666094] soundwire sdw-master-2: clock stop prep/de-prep done slave:15 [14818.666337] soundwire_intel soundwire_intel.link.2: intel_link_power_down: powering down all links [14818.666382] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx: 0x40010000 [14818.666648] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx succeeded: 0x40010000 [14818.666725] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0x9010f0f successful [14818.666753] sof-audio-pci-intel-tgl 0000:00:1f.3: FW Poll Status: reg[0x4]=0xf0f successful [14818.666774] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP core(s) enabled? 0 : core_mask 1 [14818.666883] sof-audio-pci-intel-tgl 0000:00:1f.3: Debug PCIR: 00000010 at 00000044 [14818.666913] sof-audio-pci-intel-tgl 0000:00:1f.3: Turning i915 HDAC power 0 [14818.666916] sof-audio-pci-intel-tgl 0000:00:1f.3: Current DSP power state: D3 ```
plbossart commented 2 years ago

I think the issue is the DMI quirk is not correct.

The machine driver sets these quirks, but see the SKU is 0A3E, whereas @benoit-sbr 's information says 0A3F.

    {
        .callback = sof_sdw_quirk_cb,
        .matches = {
            DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
            DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A3E")
        },
        .driver_data = (void *)(SOF_SDW_TGL_HDMI |
                    RT711_JD2 |
                    SOF_RT715_DAI_ID_FIX),
    },

@ujfalusi can you check with 'sudo dmidecode' what System SKU is reported on your device?

benoit-sbr commented 2 years ago

Good spot!

plbossart commented 2 years ago

@benoit-sbr if you can recompile your kernel, can you add this patch https://github.com/thesofproject/linux/commit/bfccdc5b56508d27c2551c7beee396ca92113159.patch from PR #3211 ?

benoit-sbr commented 2 years ago

@plbossart This is something I have never done, but I could try.

ujfalusi commented 2 years ago

@ujfalusi can you check with 'sudo dmidecode' what System SKU is reported on your device?

System Information
        Manufacturer: Dell Inc.
        Product Name: Latitude 9520
        Version: Not Specified
        Serial Number: ---------------
        UUID: --------------------------------------
        Wake-up Type: Power Switch
        SKU Number: 0A3E
        Family: Latitude
ujfalusi commented 2 years ago

@benoit-sbr, you will going to need alsa-lib.git from AUR to keep alsamixer from crashing at least.

plbossart commented 2 years ago
    SKU Number: 0A3E

That is the difference indeed, the patch to handle the SKU 0A3F should fix this. I am even thinking of making JD2 the baseline on Dell devices as well as use 4 devices for HDMI. @bardliao FYI.

benoit-sbr commented 2 years ago

@benoit-sbr, you will going to need alsa-lib.git from AUR to keep alsamixer from crashing at least.

OK! Let me first find my way into compiling my own patched kernel and I will get back. The arch wiki page looks very complete but I am on Manjaro now and things are a bit different.

benoit-sbr commented 2 years ago
    SKU Number: 0A3E

That is the difference indeed, the patch to handle the SKU 0A3F should fix this. I am even thinking of making JD2 the baseline on Dell devices as well as use 4 devices for HDMI. @bardliao FYI.

If I wait, do you know in what version it will be included?

plbossart commented 2 years ago

it will take a while @benoit-sbr. the worst case is that this would be in 5.16 several months from now. The best case is that this is in 5.15 and back-ported to stable, but you're looking at probably at least one month before this patch is in your distribution.

benoit-sbr commented 2 years ago

@plbossart Thank you! I will see if it comes to 5.15, and if it doesn't I will try and compile my first kernel. In any case I will report here.

plbossart commented 2 years ago

@benoit-sbr I completely forgot we have a kernel parameter

You need these quirks

        .driver_data = (void *)(SOF_SDW_TGL_HDMI |
                    RT711_JD2 |
                    SOF_RT715_DAI_ID_FIX),

so that's

enum rt711_jd_src {
    RT711_JD_NULL,
    RT711_JD1,
    RT711_JD2, <<< 2 so BIT(1)
    RT711_JD2_100K,
    RT711_JD2_1P8V_1PORT
};

#define SOF_SDW_TGL_HDMI        BIT(5)
#define SOF_RT715_DAI_ID_FIX        BIT(13)

If I get this right, that's 0x2022

so things should work for you by adding this in /etc/modprobe.d/alsa-base.conf

options snd_soc_sof_sdw quirk=0x2022
options snd-intel-sdw-acpi sdw_link_mask=0x7
plbossart commented 2 years ago

patches merged and solution provided, closing

espro commented 2 years ago

I have a 0A3F SKU Latitude 9520 laptop as well. I tried the changes for alsa-base.conf that were suggested but they were not effective. I was able to test the patch against 5.13 kernel however which got my sound working, so the patch looks good.

plbossart commented 2 years ago

@espro can you try to log the quirk value with the patch applied, wondering why the value I provided wasn't working for you. Thanks!

espro commented 2 years ago

@plbossart It appears there's a difference in the bits used for those quirks between kernel versions. In the 5.13.0-20 kernel available for Kubuntu 21.10 they use 1, 3 and 11. I was able to get the soundcard working with 0x80A without using a patched kernel

Those bits were changed here: https://github.com/torvalds/linux/commit/368fa526e6e396972d5f0ed7c2a86ac0c3399ff3

plbossart commented 2 years ago

@espro ah yes, I forgot about that change and provided the values for the latest development kernel. Thanks for reminding me of this and glad you've got working audio.

benoit-sbr commented 2 years ago

so things should work for you by adding this in /etc/modprobe.d/alsa-base.conf

options snd_soc_sof_sdw quirk=0x2022
options snd-intel-sdw-acpi sdw_link_mask=0x7

I finally had the opportunity to test 5.16 and it is working with the above 2 lines in alsa-base.conf. Thank you for the help provided!