Giter Club home page Giter Club logo

linux's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

linux's Issues

Topology loading needs pm_runtime_get() held.

It looks like there may be a race between topology loading and runtime PM entry. Can we make sure that pm_runtime_get() is called for duration of topology loading.

[    5.445558] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[    5.445615] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[    5.445623] sof-audio sof-audio: tplg: complete pipeline PIPELINE.2.SSP2.OUT id 13
[    5.445632] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[    5.445693] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[    5.445700] sof-audio sof-audio: tplg: complete pipeline PIPELINE.1.SSP4.OUT id 6
[    5.445709] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[    5.445768] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[    5.445792] sof-audio sof-audio: error: failed to enter PM idle -11

Stress Test: repetitive unloading and reloading driver causes kernel panic on UP^2 using codec topology

run soft/kmod_scripts/sof_bootloop.sh (repetitive unloading and reloading driver) cause kernel panic on UP^2 using codec topology

description:
After about 2 cycles ,prompt 'Killed modprobe snd_soc_pcm512x_i2c' .

System Environment:
sof-dev: 6786cd0
sof: d696d8f
soft: a25f4b0
using test-ssp5-mclk-0-I2S-volume-s16le-s16le-48k-24576k-codec.tplg

reproduce steps:
./sof_bootloop.sh

logs:
boo2_2.boot.log
boot_0.boot.log
boot_1.boot.log
dmesg.log

Trace mailbox shows garbage

There're full of garbage in mailbox after system booted. this issue happens with kernel sof-v4.18 and sof-dev branch on APL and CNL, but cannot reproduce this issue on BYT.
Error log:
using 19.20MHz timestamp clock
0x0 [960767920505.705811] delta [********] value 0xffffffffffffffff
0x10 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0x20 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0x30 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0x40 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0x50 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0x60 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0x70 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0x80 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0x90 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
0xa0 [960767920505.705811] delta [0.000000] value 0xffffffffffffffff
rmbox.log

Headset playback is silent after capture on GLK

Moved from thesofproject/sof#344, since this is not a firmware issue or SOF driver issue, but most likely a codec or machine driver issue.

Test with headset: use arecord to capture audio, then use aplay to check the recorded data or play audio file, there's nothing can be heard. But after hot-plug the headset, you can hear the sound. repetition rate is 100%. I also tried to play with speaker after arecord, no such issue.
How to reproduce:
arecord -D hw:0,1 -f s32_le -c 2 -r 48000 test.wav
aplay -D hw:0,1 test.wav (you can hear nothing at all)
do headset hot-plug during the playback, then you can hear the sound.
Test env:
kernel-cros-sof-v4.14-rebase: e4bc814
sof-glk-003-drop-stable: f245831
soft-master:d77beaf8b

rmbox-t.log
rmbox.log
dmesg.log

kcontrol caching

all kcontrol IO should be cached in host DDR and flushed to DSP when DSP is enabled for playback/capture.

PGA volume seems to be set for right channel only

I've noticed this on Up2 with PCM512x and the WM8804 codec I am working on, by default the left volume is not set:

root@ubilinux4:~# amixer -Dhw:0 cset numid=1
numid=1,iface=MIXER,name='PGA1.0 Master Playback Volume 1'
; type=INTEGER,access=rw---R--,values=2,min=0,max=32,step=0
: values=0,32
| dBscale-min=-64.00dB,step=2.00dB,mute=1

Not clear to me why the left and right values are not set to the same values, there must be some sort of mixer init/topology issue here.

Stress Test: repetitive unloading and reloading driver can cause kernel panic on BYT using nocodec topology

Run soft/kmod_scripts/sof_bootloop.sh that repetitively unloads and reloads driver can cause kernel panic on BYT using nocodec topology.

description:
After 61 cycles ,prompt 'Removing sof_acpi_dev , Killed"
lsmod | grep sof
sof_acpi_dev 16384 -1
snd_sof_intel_bdw 20480 1 sof_acpi_dev
...
...

System Environment:
sof-v4.14 : 2879223
sof: d696d8f
soft: a25f4b0
using test-ssp2-mclk-0-I2S-volume-s16le-s16le-48k-19200k-nocodec.tplg

reproduce steps:
./sof_bootloop.sh

log:
boot_59.boot.log
boot_60.boot.log
boot_61.boot.log
boot_62.boot.log
rmbox-t.log

Add basic CI for the SOF Linux kernel

Need to have checkpatch.pl --strict --codespell and basic compilation information reported for each patch. Also kernel options need to be selected from the kconfig repository to reduce compilation time and cover all SOF targets.

Harden APL/GLK hardware support

The current driver does not implement all the recommended hardware setups

  • 1. firmware download needs to be retried
  • 2. #776 power-gating and clock gating needs to be disabled during firmware download
  • 3. some bits are not reprogrammed on resume
  • 4. watchdog and recovery needed
  • 5. #777 delays after programming registers (and/or loops to check status changes)
  • 6. #778 set I2S as slave before enabling DSP
  • 7. avoid DMA resume capability on capture

Adding a blanket bug to cover all these improvements. Filed as a bug since the current code is not robust enough.

Config: need auto detection and fallback between SOF/SST/Legacy drivers

The current code requires users to compile out two out of the three drivers for APL/GLK registered for the same PCI ID - or use mod probe blacklists. This needs to eventually move to an autodetect when the probe is handled in sequence, e.g. SOF first, then fallback to SST if firmware authentication fails, and last legacy HDaudio.
Filing it as a bug since it's really required for distributions such as ClearLinux and Ubuntu

module reload cause PCM name error on UP^2 with sof-apl-pcm512x.tplg

System Environment:
sof-dev: 9b33dfa
sof: 20204a9
soft: 2abbfc0
using topology/sof-apl-pcm512x.tplg

reproduce steps:
rmmod sof_pci_dev
rmmod snd_sof_nocodec
rmmod snd_sof_intel_byt
rmmod snd_sof_intel_hda_common
rmmod snd_sof
modprobe sof_pci_dev
aplay -l :
**** List of PLAYBACK Hardware Devices ****
card 0: sofsofsofsofsof [sof-sof-sof-sof-sof-sof-sof-sof], device 0: Port5 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0

log:
dmesg.log
rmbox.log
rmbox-t.log

System S3 failed on CNL

Summary:
Two different situations:

  1. I run "echo mem > /sys/power/state" and after system recovered, audio couldn't work.
  2. I run playback, at the mean time I run "echo mem > /sys/power/state" in another terminal, leading to system hang.

Environment:
on CNL using gcc
sof : stable 1.2 branch 7346243
master 9944905
soft : 41861aa
sof-dev: bafb590
tplg:test-ssp0-mclk-0-I2S-volume-s16le-s16le-48k-24000k-nocodec.tplg

Log:
I only got log files of situation 1:
dmesg-s3.log
rmbox-s3.log
rmbox-t-s3.log

suspend/resume: odd sequence on module_remove

after booting on Up2 w/ Hifiberry (doing nothing), when I try to remove the modules w/ sof_remove.sh, I see an attempt to resume the DSP and a debugfs error.

[    7.711909] sof-audio sof-audio: ipc tx: 0x40010000: GLB_PM_MSG: CTX_SAVE
[    7.711978] sof-audio sof-audio: ipc tx succeeded: 0x40010000: GLB_PM_MSG: CTX_SAVE
[    7.711989] sof-audio sof-audio: tag 1 not opened!
[    7.733272] sof-audio sof-audio: DSP core(s) enabled? 0 : core_mask 3

At this point the audio driver is in D3. When I run sof_remove.sh, I get

[   99.765883] sof-audio sof-audio: loading firmware
[   99.765892] sof-audio sof-audio: booting DSP firmware
[   99.766093] sof-audio sof-audio: unstall/run core: core_mask = 1
[   99.766099] sof-audio sof-audio: DSP core(s) enabled? 1 : core_mask 1
[   99.810698] sof-audio sof-audio: Firmware download successful, booting...
[   99.810826] sof-audio sof-audio: ipc rx: 0x70000000: FW_READY
[   99.810835] sof-audio sof-audio: ipc: DSP is ready 0x70000000 offset 0x81000
[   99.810876] sof-audio sof-audio:  Firmware info: version 1.1-83ed9 build 32 on Aug 22 2018:17:28:31
[   99.810968] sof-audio sof-audio: found ext header type 1 size 0x9c
[   99.810997] sof-audio sof-audio: cannot create debugfs entry.
[   99.811373] sof-audio sof-audio: cannot create debugfs entry.
[   99.811806] sof-audio sof-audio: cannot create debugfs entry.
[   99.812174] sof-audio sof-audio: cannot create debugfs entry.
[   99.812561] sof-audio sof-audio: cannot create debugfs entry.
[   99.812925] sof-audio sof-audio: cannot create debugfs entry.
[   99.813290] sof-audio sof-audio: cannot create debugfs entry.
[   99.813666] sof-audio sof-audio:  mailbox upstream 0x81000 - size 0x1000
[   99.813682] sof-audio sof-audio:  mailbox downstream 0xa0000 - size 0x2000
[   99.813692] sof-audio sof-audio:  stream region 0xc1000 - size 0x1000
[   99.813697] sof-audio sof-audio: booting DSP firmware completed
[   99.813705] sof-audio sof-audio: ipc rx done: 0x70000000: FW_READY
[   99.815614] sof-audio sof-audio: firmware boot complete
[   99.815647] sof-audio sof-audio: stream_tag: 1

Unclear to me why the resume happens precisely when the module is being removed?
In addition we shouldn't see this debugfs error.

[GLK] Suspend/resume failed at second time with HDMI/DP connected

How to reproduce:

  1. sudo suspend_stress_test -c 10
    chronos@localhost ~ $ sudo suspend_stress_test -c 10
    Password:
    Running 10 iterations with:
    suspend: 5-10 seconds
    wake: 5-10 seconds
    backup_rtc: false
    errors_fatal: true
    fw_errors_fatal: true
    bugs fatal: true
    warnings fatal: false
    crcs fatal: true
    suspend command: powerd_dbus_suspend --delay=0
    wakeup source to ignore: none
    record_dmesg_dir:
    pm_print_times: true
    powerd start/running, process 2684
    tlsdated stop/waiting
    Suspend 1 of 10: sleep for 6 seconds... wake for 10 seconds...
    Suspend 2 of 10: sleep for 10 seconds...Suspend failed.

powerd start/running, process 3076
tlsdated start/running, process 3094

Finished 2 iterations.
Suspend_failures: 1
Firmware log errors: 0
s0ix errors: 0

The output shows that suspend failed at the second time. without HDMI/DP, suspend/resume work well.

Test ENV:
SOF: 22fa01d059589b4710c12f1e8718ffdb73d75f18 branch: glk-003-drop-stable
SOFT: 6157e89 branch: master
kernel: 274bfc6 branch: topic/cros-sof-v4.14-rebase

dmesg.log
rmbox-t.log

ALSA Drain trigger is not supported in SOF

We don't seem to handle the DRAIN trigger, which is potentially an issue to play short sounds or to deal with deep buffers. This probably has firmware implications.
Note that Drain is pretty much required if we ever want to support compress offload.

noise issue when both front L and front R are connected on GP-MRB

This issue occurs when both front L and front R are connected, but disconnect one of them, the noise will disappear.
sof-dev:a3a39f21218c074c71cd28b0c2c782b1626df3e3
sof-master:c4a9cca0a94969fbf1ecb42d660c0e40279d9ffa
soft-master:2abbfc0910ce9767d01462638d719309746844d1
tplg:sof-apl-tdf8532.tplg

How to reproduce:

  1. Ensure both front L and front R are connected.
  2. aplay -D hw:0,0 -f S32_LE -r 48000 -c 4 /home/rander/4ch_32bit.wav , you can hear the noise and the noise sounds like a rustle.
  3. Disconnect front L or front R. the noise will disappear

Trace init failed

Summary:
[ 97.249675] sof-audio sof-audio: Firmware info: version 1.1-b9717 build 43 on Oct 16 2018:21:24:56
[ 97.249768] sof-audio sof-audio: found ext header type 1 size 0x9c
[ 97.249783] sof-audio sof-audio: booting DSP firmware completed
[ 97.249788] sof-audio sof-audio: ipc rx done: 0x70000000
[ 97.256163] sof-audio sof-audio: Firmware download successful, booting...
[ 97.256171] sof-audio sof-audio: firmware boot complete
[ 97.256310] sof-audio sof-audio: generating page table for 000000003e4a4c6c size 0x10000 pages 16
[ 97.256316] sof-audio sof-audio: pfn i 0 idx 0 pfn 16cd00
[ 97.256322] sof-audio sof-audio: pfn i 1 idx 2 pfn 16cd01
[ 97.256327] sof-audio sof-audio: pfn i 2 idx 5 pfn 16cd02
[ 97.256332] sof-audio sof-audio: pfn i 3 idx 7 pfn 16cd03
[ 97.256337] sof-audio sof-audio: pfn i 4 idx 10 pfn 16cd04
[ 97.256342] sof-audio sof-audio: pfn i 5 idx 12 pfn 16cd05
[ 97.256347] sof-audio sof-audio: pfn i 6 idx 15 pfn 16cd06
[ 97.256352] sof-audio sof-audio: pfn i 7 idx 17 pfn 16cd07
[ 97.256357] sof-audio sof-audio: pfn i 8 idx 20 pfn 16cd08
[ 97.256362] sof-audio sof-audio: pfn i 9 idx 22 pfn 16cd09
[ 97.256367] sof-audio sof-audio: pfn i 10 idx 25 pfn 16cd0a
[ 97.256373] sof-audio sof-audio: pfn i 11 idx 27 pfn 16cd0b
[ 97.256378] sof-audio sof-audio: pfn i 12 idx 30 pfn 16cd0c
[ 97.256383] sof-audio sof-audio: pfn i 13 idx 32 pfn 16cd0d
[ 97.256388] sof-audio sof-audio: pfn i 14 idx 35 pfn 16cd0e
[ 97.256393] sof-audio sof-audio: pfn i 15 idx 37 pfn 16cd0f
[ 97.256398] sof-audio sof-audio: dma_trace_pages: 16
[ 97.256414] sof-audio sof-audio: error: cannot create debugfs entry for trace
[ 97.256433] sof-audio sof-audio: warning: failed to init trace after resume -19

Test env:
sof-master: b971739
soft-master: 5b51dc0
kernel sof-dev: bf67a28
kernel commit 93853cb has no such issue.

Playback/Capture can't work on UP^2

Summary:
After booting, there was no error message in dmesg. Then I tried to playback/capture, but playback/capture couldn't work and ipc error occurred.

Environment:
on up^2 with gcc
sof-dev:7481f7af7ac711504ae52fa9ae5cb5c3322ea91f
sof:4aff776d1c290542ded98f8aa22f50d4b9477d37
soft:41861aac373eb1f6978bfdb0bbe97cd882b1785a
tplg:sof-apl-nocodec.tplg
(I tested on sof-dev : c465461 and there was no such issue)

Log:
dmesg-up2.log
rmbox-t-up2.log
rmbox-up2.log

kernel boot failed on APL and CNL

Summary:
kernel boot failed on APL and CNL most of the time, in the remaining time, kernel boot succeeded but kernel panic(call trace in dmesg).

[ 5.293961] BUG: unable to handle kernel paging request at ffff98602fbb7000
[ 5.294017] PGD 14f9fc067 P4D 14f9fc067 PUD 17a140063 PMD 16f7ee063 PTE 800000016fbb7161
[ 5.294065] Oops: 0003 [#1] SMP NOPTI
[ 5.294089] CPU: 0 PID: 247 Comm: systemd-udevd Not tainted 4.18.0+ #1
[ 5.294124] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM36 04/10/2018
[ 5.294170] RIP: 0010:snd_sof_create_page_table+0xd4/0xf0 [snd_sof]
[ 5.294204] Code: ce ee 45 89 e0 4c 03 04 24 41 8b 10 89 d1 09 d9 c1 e3 04 09 d3 41 f6 c7 01 0f 44 d9 41 83 c7 01 49 81 c6 00 10 00 00 44 39 fd <41> 89 18 75 85 48 83 c4 10 89 e8 5b 5d 41 5c 41 5d 41 5e 41 5f c3
[ 5.294332] RSP: 0000:ffffa7b6c0b87828 EFLAGS: 00010216
[ 5.294362] RAX: 0000000000000000 RBX: 00000000666e0000 RCX: 00000000666e0000
[ 5.294400] RDX: 00000000666e0000 RSI: 0000000000000096 RDI: ffff98603fc165d0
[ 5.294438] RBP: 0000000000010000 R08: ffff98602fbb6ffe R09: 0000000000000004
[ 5.294476] R10: ffffa7b6c0b87830 R11: 0000000000000001 R12: 0000000000001ffe
[ 5.294514] R13: ffff986031f48320 R14: 0000000000ccd000 R15: 0000000000000ccd
[ 5.294553] FS: 00007fc893854400(0000) GS:ffff98603fc00000(0000) knlGS:0000000000000000
[ 5.294596] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 5.294627] CR2: ffff98602fbb7000 CR3: 0000000176c7e000 CR4: 00000000003406f0
[ 5.294664] Call Trace:
[ 5.294691] snd_sof_init_trace+0x7a/0x1b0 [snd_sof]
[ 5.294723] sof_probe+0x1d9/0x320 [snd_sof]
[ 5.294752] platform_drv_probe+0x3a/0x90
[ 5.294777] ? driver_sysfs_add+0x75/0xd0
[ 5.294801] driver_probe_device+0x2fa/0x470
[ 5.294827] ? __driver_attach+0x100/0x100

Environment:
sof-dev: eeb4f6c

I tried with commit 6f71197, it was also a bad point. But commit 7889a7a had no such issue.

Log:
rmbox, rmbox-t can't work so I only got dmesg log file.
dmesg-bootpanic-apl.log
dmesg-bootpanic-cnl.log

kabylake/skylake load firmware

The Skylake/Kabylake has different load firmware sequence with APL, and the different DMA. This issue is to track enable skylake/kabylake to load the firmware

Audio device failed to suspend with HDA support enabled

Summary:
Check runtime_status, it always shows “active” whether audio is working or not.
on APL:
cat /sys/bus/pci/devices/0000:00:0e.0/power/runtime_status
on CNL:
cat /sys/bus/pci/devices/0000:00:1f.3/power/runtime_status

Test env:
kernel: sof-dev: ae5f868
sof: stable 1.2: f7ea2e6
soft: d77beaf

I test with kernel commit(64cf3e3), and the runtime_status works well.

"Kernel Panic" run 'soft/kmod_scripts/sof_bootone.sh', the second time will cause kernel panic on BYT with nocodec tplg

System Environment:
Kernel repo: topic/sof-dev: 2de67aa
soft repo: topic/master: cfff9e0
using tplg: test-ssp2-mclk-0-I2S-volume-s16le-s16le-48k-19200k-nocodec.tplg

Reproduce step:
run the "soft/kmod_scripts/sof_bootone.sh" script, that means do the module reload one time.
the first time, it is ok after with the PR #72 .
but the second time. this kernel will hit panic.

before the 219f401 commit and with PR#72
there is no panic during the 100 reload module test.

dmesg.txt

kernel warning related to hdac_hdmi seen during boot

On the glk platform, there's a kernel warning seen in the dmesg logs that relates to hdmic_hdac runtime suspend. It doesnt seem to have any impact on use cases though.

SOF branch: glk-003-drop-stable
Kernel: cros-sof-v4.14-rebase
SOFT: master

dmesg log: The error can be seend roughly after 9.6s

[ 0.000000] Linux version 4.14.63 (ranjani@ranjani-desktop) (gcc version 4.9.x 20150123 (prerelease) (4.9.2_cos_gg_4.9.2-r186-2cdcfd30c27f0d836cc477f2ae9f456287fd6b1b_4.9.2-r186)) #8 SMP PREEMPT Wed Sep 12 21:59:56 PDT 2018
[ 0.000000] Command line: cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=PARTUUID=e2c25024-2a04-4d47-b5d2-74427a2bd975/PARTNROFF=1 rootwait rw dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=0 dm="1 vroot none ro 1,0 4710400 verity payload=ROOT_DEV hashtree=HASH_DEV hashstart=4710400 alg=sha1 root_hexdigest=af67e8f91fea980106c3e45597ad11249a17873a salt=c151e4dcb91e634f0d3fb4e540bccddfc1c9a5c7b58f31ae69dce5ae9835940b" noinitrd cros_debug vt.global_cursor_default=0 kern_guid=e2c25024-2a04-4d47-b5d2-74427a2bd975 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic gsmi.s0ix_logging_enable=1 intel_idle.slp_s0_check=1
[ 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 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[3]: 576, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 640, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] type 16
[ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000012151000-0x00000000799f8fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000799f9000-0x0000000079ffffff] type 16
[ 0.000000] BIOS-e820: [mem 0x000000007a000000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe043fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Google Yorp/Yorp, BIOS Google_Yorp.11035.0.2018_09_04_1850 09/05/2018
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1094.400 MHz processor
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-back
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
[ 0.000000] 1 base 007B000000 mask 7FFF000000 uncachable
[ 0.000000] 2 base 007C000000 mask 7FFC000000 uncachable
[ 0.000000] 3 base 00B0000000 mask 7FF0000000 write-combining
[ 0.000000] 4 base 0100000000 mask 7F80000000 write-back
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: last_pfn = 0x799f9 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff968b80099000] 99000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x10fd32000, 0x10fd32fff] PGTABLE
[ 0.000000] BRK [0x10fd33000, 0x10fd33fff] PGTABLE
[ 0.000000] BRK [0x10fd34000, 0x10fd34fff] PGTABLE
[ 0.000000] BRK [0x10fd35000, 0x10fd35fff] PGTABLE
[ 0.000000] BRK [0x10fd36000, 0x10fd36fff] PGTABLE
[ 0.000000] BRK [0x10fd37000, 0x10fd37fff] PGTABLE
[ 0.000000] BRK [0x10fd38000, 0x10fd38fff] PGTABLE
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0000 000024 (v02 CORE )
[ 0.000000] ACPI: XSDT 0x0000000079B0A0E0 00005C (v01 CORE COREBOOT 00000000 CORE 00000000)
[ 0.000000] ACPI: FACP 0x0000000079B0D550 0000F4 (v04 CORE COREBOOT 00000000 CORE 00000000)
[ 0.000000] ACPI: DSDT 0x0000000079B0A280 0032C7 (v05 COREv4 COREBOOT 20110725 INTL 20180531)
[ 0.000000] ACPI: FACS 0x0000000079B0A240 000040
[ 0.000000] ACPI: FACS 0x0000000079B0A240 000040
[ 0.000000] ACPI: SSDT 0x0000000079B0D650 000FE8 (v02 CORE COREBOOT 0000002A CORE 0000002A)
[ 0.000000] ACPI: MCFG 0x0000000079B0E640 00003C (v01 CORE COREBOOT 00000000 CORE 00000000)
[ 0.000000] ACPI: TCPA 0x0000000079B0E680 000032 (v02 CORE COREBOOT 00000000 CORE 00000000)
[ 0.000000] ACPI: APIC 0x0000000079B0E6C0 00005C (v02 CORE COREBOOT 00000000 CORE 00000000)
[ 0.000000] ACPI: NHLT 0x0000000079B0E720 001A8F (v05 CORE COREBOOT 00000000 CORE 00000000)
[ 0.000000] ACPI: HPET 0x0000000079B121B0 000038 (v01 CORE COREBOOT 00000000 CORE 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000fffffff]
[ 0.000000] node 0: [mem 0x0000000012151000-0x00000000799f8fff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000017fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[ 0.000000] On node 0 totalpages: 1013831
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7587 pages used for memmap
[ 0.000000] DMA32 zone: 485544 pages, LIFO batch:31
[ 0.000000] Normal zone: 8192 pages used for memmap
[ 0.000000] Normal zone: 524288 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] e820: [mem 0x80000000-0xcfffffff] available for PCI devices
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x95/0x45c with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] percpu: Embedded 44 pages/cpu @ffff968cffc00000 s139624 r8192 d32408 u1048576
[ 0.000000] pcpu-alloc: s139624 r8192 d32408 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 997966
[ 0.000000] Kernel command line: cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=PARTUUID=e2c25024-2a04-4d47-b5d2-74427a2bd975/PARTNROFF=1 rootwait rw dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=0 dm="1 vroot none ro 1,0 4710400 verity payload=ROOT_DEV hashtree=HASH_DEV hashstart=4710400 alg=sha1 root_hexdigest=af67e8f91fea980106c3e45597ad11249a17873a salt=c151e4dcb91e634f0d3fb4e540bccddfc1c9a5c7b58f31ae69dce5ae9835940b" noinitrd cros_debug vt.global_cursor_default=0 kern_guid=e2c25024-2a04-4d47-b5d2-74427a2bd975 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic gsmi.s0ix_logging_enable=1 intel_idle.slp_s0_check=1
[ 0.000000] device-mapper: init: will configure 1 devices
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Memory: 3895404K/4055324K available (10252K kernel code, 1316K rwdata, 3120K rodata, 1420K init, 764K bss, 159920K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 37839 entries in 148 pages
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 4352, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[ 0.000000] hpet clockevent registered
[ 0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=1094400)
[ 0.000008] pid_max: default: 32768 minimum: 301
[ 0.000013] ACPI: Core revision 20170728
[ 0.001000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.001000] Security Framework initialized
[ 0.001000] Yama: becoming mindful.
[ 0.001000] LoadPin: ready to pin (currently enabled)
[ 0.001000] SELinux: Initializing.
[ 0.001000] SELinux: Starting in permissive mode
[ 0.001000] Chromium OS LSM: enabled
[ 0.001000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.001000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.001000] mce: CPU supports 7 MCE banks
[ 0.001000] CPU0: Thermal monitoring enabled (TM1)
[ 0.001000] process: using mwait in idle threads
[ 0.001000] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.001000] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.001000] Spectre V2 : Mitigation: Full generic retpoline
[ 0.001000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.001000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[ 0.001000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.001000] Speculative Store Bypass: Vulnerable
[ 0.001000] Freeing SMP alternatives memory: 20K
[ 0.001000] smpboot: Max logical packages: 1
[ 0.001000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.010034] TSC deadline timer enabled
[ 0.010039] smpboot: CPU0: Intel(R) Celeron(R) N4000 CPU @ 1.10GHz (family: 0x6, model: 0x7a, stepping: 0x1)
[ 0.014010] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.014031] ... version: 4
[ 0.014033] ... bit width: 48
[ 0.014034] ... generic registers: 4
[ 0.014036] ... value mask: 0000ffffffffffff
[ 0.014037] ... max period: 00007fffffffffff
[ 0.014038] ... fixed-purpose events: 3
[ 0.014040] ... event mask: 000000070000000f
[ 0.016004] Hierarchical SRCU implementation.
[ 0.020071] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.022004] smp: Bringing up secondary CPUs ...
[ 0.030014] x86: Booting SMP configuration:
[ 0.030017] .... node #0, CPUs: #1
[ 0.030928] smp: Brought up 1 node, 2 CPUs
[ 0.030928] smpboot: Total of 2 processors activated (4377.60 BogoMIPS)
[ 0.032341] devtmpfs: initialized
[ 0.033417] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.033423] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.033493] pinctrl core: initialized pinctrl subsystem
[ 0.033642] RTC time: 3:35:17, date: 09/14/18
[ 0.035853] NET: Registered protocol family 16
[ 0.037013] cpuidle: using governor ladder
[ 0.038007] cpuidle: using governor menu
[ 0.038423] clocksource: Switched to clocksource hpet
[ 0.038426] ACPI: bus type PCI registered
[ 0.038515] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.038520] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.038537] PCI: Using configuration type 1 for base access
[ 0.044035] ACPI: Added OSI(Module Device)
[ 0.044037] ACPI: Added OSI(Processor Device)
[ 0.044039] ACPI: Added OSI(3.0 SCP Extensions)
[ 0.044041] ACPI: Added OSI(Processor Aggregator Device)
[ 0.044319] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.046820] ACPI: EC: EC started
[ 0.046822] ACPI: EC: interrupt blocked
[ 0.046959] ACPI: _SB
.PCI0.LPCB.EC0
: Used as first EC
[ 0.046962] ACPI: _SB
.PCI0.LPCB.EC0
: GPE=0x14, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.046964] ACPI: _SB
.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[ 0.046966] ACPI: Interpreter enabled
[ 0.046982] ACPI: (supports S0 S3 S5)
[ 0.046985] ACPI: Using IOAPIC for interrupt routing
[ 0.046999] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.047213] ACPI: Enabled 1 GPEs in block 00 to 7F
[ 0.047868] ACPI: Power Resource [PXP] (on)
[ 0.156177] ACPI: Power Resource [PXP] (on)
[ 0.264554] ACPI: Power Resource [PRIC] (on)
[ 0.265362] ACPI: Power Resource [PRIC] (on)
[ 0.293381] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.293389] acpi PNP0A08:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.293440] acpi PNP0A08:00: OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.293589] PCI host bridge to bus 0000:00
[ 0.293593] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.293596] pci_bus 0000:00: root bus resource [io 0x1000-0xffff window]
[ 0.293598] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.293601] pci_bus 0000:00: root bus resource [mem 0x7b000000-0x7fffffff window]
[ 0.293603] pci_bus 0000:00: root bus resource [mem 0x80000000-0xe0000000 window]
[ 0.293606] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.293637] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[ 0.293800] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
[ 0.293830] pci 0000:00:00.1: reg 0x10: [mem 0xc1110000-0xc1117fff 64bit]
[ 0.294062] pci 0000:00:02.0: [8086:3185] type 00 class 0x030000
[ 0.294074] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff 64bit]
[ 0.294081] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.294086] pci 0000:00:02.0: reg 0x20: [io 0x1000-0x103f]
[ 0.294257] pci 0000:00:0c.0: [8086:31dc] type 00 class 0x028000
[ 0.294297] pci 0000:00:0c.0: reg 0x10: [mem 0xc1118000-0xc111bfff 64bit]
[ 0.294419] pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
[ 0.294602] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040100
[ 0.294626] pci 0000:00:0e.0: reg 0x10: [mem 0xc111c000-0xc111ffff 64bit]
[ 0.294653] pci 0000:00:0e.0: reg 0x20: [mem 0xc1000000-0xc10fffff 64bit]
[ 0.294716] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[ 0.294859] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[ 0.294890] pci 0000:00:0f.0: reg 0x10: [mem 0xc1122000-0xc1122fff 64bit]
[ 0.295045] pci 0000:00:0f.0: PME# supported from D3hot
[ 0.295183] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[ 0.295206] pci 0000:00:15.0: reg 0x10: [mem 0xc1100000-0xc110ffff 64bit]
[ 0.295274] pci 0000:00:15.0: PME# supported from D3hot D3cold
[ 0.295420] pci 0000:00:16.0: [8086:31ac] type 00 class 0x118000
[ 0.295449] pci 0000:00:16.0: reg 0x10: [mem 0xc1125000-0xc1125fff 64bit]
[ 0.295463] pci 0000:00:16.0: reg 0x18: [mem 0xc1126000-0xc1126fff 64bit]
[ 0.295631] pci 0000:00:16.1: [8086:31ae] type 00 class 0x118000
[ 0.295670] pci 0000:00:16.1: reg 0x10: [mem 0xc1127000-0xc1127fff 64bit]
[ 0.295685] pci 0000:00:16.1: reg 0x18: [mem 0xc1128000-0xc1128fff 64bit]
[ 0.295883] pci 0000:00:16.3: [8086:31b2] type 00 class 0x118000
[ 0.295912] pci 0000:00:16.3: reg 0x10: [mem 0xc1129000-0xc1129fff 64bit]
[ 0.295927] pci 0000:00:16.3: reg 0x18: [mem 0xc112a000-0xc112afff 64bit]
[ 0.296166] pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000
[ 0.296195] pci 0000:00:17.0: reg 0x10: [mem 0xc112b000-0xc112bfff 64bit]
[ 0.296210] pci 0000:00:17.0: reg 0x18: [mem 0xc112c000-0xc112cfff 64bit]
[ 0.296392] pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000
[ 0.296421] pci 0000:00:17.1: reg 0x10: [mem 0xc112d000-0xc112dfff 64bit]
[ 0.296447] pci 0000:00:17.1: reg 0x18: [mem 0xc112e000-0xc112efff 64bit]
[ 0.296623] pci 0000:00:17.2: [8086:31b8] type 00 class 0x118000
[ 0.296653] pci 0000:00:17.2: reg 0x10: [mem 0xc112f000-0xc112ffff 64bit]
[ 0.296668] pci 0000:00:17.2: reg 0x18: [mem 0xc1130000-0xc1130fff 64bit]
[ 0.296854] pci 0000:00:17.3: [8086:31ba] type 00 class 0x118000
[ 0.296883] pci 0000:00:17.3: reg 0x10: [mem 0xc1131000-0xc1131fff 64bit]
[ 0.296897] pci 0000:00:17.3: reg 0x18: [mem 0xc1132000-0xc1132fff 64bit]
[ 0.297137] pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000
[ 0.297166] pci 0000:00:18.0: reg 0x10: [mem 0xc1133000-0xc1133fff 64bit]
[ 0.297191] pci 0000:00:18.0: reg 0x18: [mem 0xc1134000-0xc1134fff 64bit]
[ 0.297371] pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000
[ 0.297398] pci 0000:00:18.2: reg 0x10: [mem 0xc1135000-0xc1135fff 64bit]
[ 0.297413] pci 0000:00:18.2: reg 0x18: [mem 0xc1136000-0xc1136fff 64bit]
[ 0.297617] pci 0000:00:19.0: [8086:31c2] type 00 class 0x118000
[ 0.297646] pci 0000:00:19.0: reg 0x10: [mem 0xc1137000-0xc1137fff 64bit]
[ 0.297671] pci 0000:00:19.0: reg 0x18: [mem 0xc1138000-0xc1138fff 64bit]
[ 0.297869] pci 0000:00:19.2: [8086:31c6] type 00 class 0x118000
[ 0.297898] pci 0000:00:19.2: reg 0x10: [mem 0xc1139000-0xc1139fff 64bit]
[ 0.297915] pci 0000:00:19.2: reg 0x18: [mem 0xc113a000-0xc113afff 64bit]
[ 0.298159] pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501
[ 0.298221] pci 0000:00:1c.0: reg 0x10: [mem 0xc113b000-0xc113bfff 64bit]
[ 0.298234] pci 0000:00:1c.0: reg 0x18: [mem 0xc113c000-0xc113cfff 64bit]
[ 0.298446] pci 0000:00:1f.0: [8086:3197] type 00 class 0x060100
[ 0.298651] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
[ 0.298727] pci 0000:00:1f.1: reg 0x10: [mem 0xc113d000-0xc113d0ff 64bit]
[ 0.298799] pci 0000:00:1f.1: reg 0x20: [io 0x1040-0x105f]
[ 0.298996] pci_bus 0000:00: on NUMA node 0
[ 0.299858] gpiochip_find_base: found new base at 432
[ 0.299967] gpio gpiochip0: (INT3453:00): added GPIO chardev (254:0)
[ 0.299984] gpiochip_setup_dev: registered GPIOs 432 to 511 on device: gpiochip0 (INT3453:00)
[ 0.299987] gpio gpiochip0: (INT3453:00): created GPIO range 0->79 ==> INT3453:00 PIN 0->79
[ 0.300194] gpiochip_find_base: found new base at 352
[ 0.300286] gpio gpiochip1: (INT3453:01): added GPIO chardev (254:1)
[ 0.300303] gpiochip_setup_dev: registered GPIOs 352 to 431 on device: gpiochip1 (INT3453:01)
[ 0.300306] gpio gpiochip1: (INT3453:01): created GPIO range 0->79 ==> INT3453:01 PIN 0->79
[ 0.300436] gpiochip_find_base: found new base at 332
[ 0.300524] gpio gpiochip2: (INT3453:02): added GPIO chardev (254:2)
[ 0.300540] gpiochip_setup_dev: registered GPIOs 332 to 351 on device: gpiochip2 (INT3453:02)
[ 0.300543] gpio gpiochip2: (INT3453:02): created GPIO range 0->19 ==> INT3453:02 PIN 0->19
[ 0.300681] gpiochip_find_base: found new base at 297
[ 0.300767] gpio gpiochip3: (INT3453:03): added GPIO chardev (254:3)
[ 0.300784] gpiochip_setup_dev: registered GPIOs 297 to 331 on device: gpiochip3 (INT3453:03)
[ 0.300786] gpio gpiochip3: (INT3453:03): created GPIO range 0->34 ==> INT3453:03 PIN 0->34
[ 0.301356] ACPI: EC: interrupt unblocked
[ 0.301376] ACPI: EC: event unblocked
[ 0.301396] ACPI: _SB
.PCI0.LPCB.EC0
: GPE=0x14, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.301398] ACPI: _SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[ 0.301560] SCSI subsystem initialized
[ 0.301642] libata version 3.00 loaded.
[ 0.301675] ACPI: bus type USB registered
[ 0.301694] usbcore: registered new interface driver usbfs
[ 0.301705] usbcore: registered new interface driver hub
[ 0.301722] usbcore: registered new device driver usb
[ 0.301751] media: Linux media interface: v0.10
[ 0.301758] Linux video capture interface: v2.00
[ 0.301951] chromeos_acpi: registering CHSW 0
[ 0.302170] chromeos_acpi: registering VBNV 0
[ 0.302173] chromeos_acpi: registering VBNV 1
[ 0.302535] chromeos_acpi: truncating buffer from 3072 to 1336
[ 0.302765] chromeos_acpi: installed
[ 0.302767] chromeos_acpi: chromeos_acpi: enabling S3 USB wake
[ 0.302769] chromeos_acpi: chromeos_acpi: failed to enable S3 USB wake
[ 0.302792] Advanced Linux Sound Architecture Driver Initialized.
[ 0.302794] PCI: Using ACPI for IRQ routing
[ 0.332675] PCI: pci_cache_line_size set to 64 bytes
[ 0.332783] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 0.332786] e820: reserve RAM buffer [mem 0x799f9000-0x7bffffff]
[ 0.333501] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.333510] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[ 0.353847] VFS: Disk quotas dquot_6.6.0
[ 0.353872] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.353937] pnp: PnP ACPI init
[ 0.354212] system 00:00: [io 0x0900-0x09fe] has been reserved
[ 0.354221] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.354273] system 00:01: [io 0x0200] has been reserved
[ 0.354276] system 00:01: [io 0x0204] has been reserved
[ 0.354279] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.354281] system 00:01: [io 0x0880-0x08ff] has been reserved
[ 0.354287] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.354329] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.354593] pnp: PnP ACPI: found 3 devices
[ 0.360066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.360116] pmc-ipc-plat INT34D2:00: io res: [io 0x0400-0x047f]
[ 0.360119] pmc-ipc-plat INT34D2:00: punit BIOS data res: [mem 0xfed17080-0xfed17083]
[ 0.360122] pmc-ipc-plat INT34D2:00: punit BIOS interface res: [mem 0xfed17084-0xfed17087]
[ 0.360137] pmc-ipc-plat INT34D2:00: ipc res: [mem 0xfe042000-0xfe043fff]
[ 0.360139] pmc-ipc-plat INT34D2:00: telemetry ssram res: [mem 0xfe900000-0xfe901fff]
[ 0.360257] intel_punit_ipc intel_punit_ipc: Invalid IRQ, using polling mode
[ 0.360281] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.360283] pci_bus 0000:00: resource 5 [io 0x1000-0xffff window]
[ 0.360284] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.360286] pci_bus 0000:00: resource 7 [mem 0x7b000000-0x7fffffff window]
[ 0.360288] pci_bus 0000:00: resource 8 [mem 0x80000000-0xe0000000 window]
[ 0.360356] NET: Registered protocol family 2
[ 0.360516] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.360565] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
[ 0.360742] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.360777] UDP hash table entries: 2048 (order: 5, 196608 bytes)
[ 0.360809] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
[ 0.360879] NET: Registered protocol family 1
[ 0.360900] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.361447] PCI: CLS 64 bytes, default 64
[ 0.361508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.361512] software IO TLB [mem 0x759f9000-0x799f9000] (64MB) mapped at [ffff968bf59f9000-ffff968bf99f8fff]
[ 0.361964] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 0.361966] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 0.361968] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 0.361969] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 0.361971] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 0.362060] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[ 0.362087] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.362651] Scanning for low memory corruption every 60 seconds
[ 0.363048] audit: initializing netlink subsys (disabled)
[ 0.363176] audit: type=2000 audit(1536896117.362:1): state=initialized audit_enabled=0 res=1
[ 0.363447] workingset: timestamp_bits=62 max_order=20 bucket_order=0
[ 0.365321] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.365479] Registering esdfs 0.2
[ 0.365518] SELinux: Registering netfilter hooks
[ 0.365628] device_jail: allocated device range 260046848 -> 260047104
[ 0.365784] alt_syscall: table 'read_write_test' available.
[ 0.365797] alt_syscall: table 'android' available.
[ 0.365809] alt_syscall: table 'android_permissive' available.
[ 0.365819] alt_syscall: table 'third_party' available.
[ 0.365828] alt_syscall: table 'third_party_permissive' available.
[ 0.365837] alt_syscall: table 'process_tree' available.
[ 0.365846] alt_syscall: table 'process_tree_permissive' available.
[ 0.369665] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.369668] io scheduler noop registered
[ 0.369669] io scheduler deadline registered
[ 0.369711] io scheduler cfq registered (default)
[ 0.369713] io scheduler mq-deadline registered
[ 0.369714] io scheduler kyber registered
[ 0.369870] intel_idle: MWAIT substates: 0x11242020
[ 0.369871] intel_idle: v0.4.1 model 0x7A
[ 0.370059] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.370179] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/PNP0C09:00/PNP0C0D:00/input/input0
[ 0.370279] ACPI: Lid Switch [LID0]
[ 0.370331] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.370373] ACPI: Sleep Button [SLP]
[ 0.370420] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.370462] ACPI: Power Button [PWRF]
[ 0.371750] ACPI: Battery Slot [BAT0] (battery present)
[ 0.371929] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.373231] Non-volatile memory driver v1.3
[ 0.373423] Linux agpgart interface v0.103
[ 0.373495] tpm tpm0: tpm_try_transmit: tpm_send: error -5
[ 0.373506] tpm_tis: probe of tpm_tis failed with error -5
[ 0.376119] [drm] Memory usable by graphics device = 4096M
[ 0.428240] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.428245] [drm] Driver supports precise vblank timestamp query.
[ 0.437667] [drm] Initialized i915 1.6.0 20170907 for 0000:00:02.0 on minor 0
[ 0.438113] [drm] Initialized vgem 1.0.0 20120112 for virtual device on minor 1
[ 0.438129] usbcore: registered new interface driver udl
[ 0.440919] loop: module loaded
[ 0.440931] lkdtm: No crash points registered, enable through debugfs
[ 0.441869] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 0.443310] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 0.444480] idma64 idma64.2: Found Intel integrated DMA 64-bit
[ 0.445642] idma64 idma64.3: Found Intel integrated DMA 64-bit
[ 0.446796] idma64 idma64.4: Found Intel integrated DMA 64-bit
[ 0.447993] idma64 idma64.5: Found Intel integrated DMA 64-bit
[ 0.449646] idma64 idma64.6: Found Intel integrated DMA 64-bit
[ 0.451207] idma64 idma64.7: Found Intel integrated DMA 64-bit
[ 0.451483] dw-apb-uart.7: ttyS0 at MMIO 0xc1133000 (irq = 4, base_baud = 115200) is a 16550A
[ 0.452310] dw-apb-uart.8: ttyS1 at MMIO 0xc1135000 (irq = 6, base_baud = 115200) is a 16550A
[ 0.452909] idma64 idma64.9: Found Intel integrated DMA 64-bit
[ 0.457044] NOHZ: local_softirq_pending 02
[ 0.460881] cr50_spi spi-PRP0001:00: TPM ready IRQ confirmed on attempt 1.
[ 0.463066] NOHZ: local_softirq_pending 40
[ 0.479542] cr50_spi spi-PRP0001:00: 2.0 TPM (device-id 0x28, rev-id 0)
[ 0.481438] random: fast init done
[ 0.508066] NOHZ: local_softirq_pending 40
[ 0.546079] NOHZ: local_softirq_pending 40
[ 0.552066] NOHZ: local_softirq_pending 40
[ 0.568064] NOHZ: local_softirq_pending 40
[ 0.593070] NOHZ: local_softirq_pending 40
[ 0.609079] NOHZ: local_softirq_pending 40
[ 0.609805] cr50_spi spi-PRP0001:00: Cr50 firmware version: B2-C:0 RO_A:0.0.10/29d77172 RW_B:0.3.9/cr50_v1.9308_87_mp.86-064
[ 0.610232] idma64 idma64.10: Found Intel integrated DMA 64-bit
[ 0.610873] mdio_bus fixed-0: GPIO lookup for consumer reset
[ 0.610875] mdio_bus fixed-0: using lookup tables for GPIO lookup
[ 0.610876] mdio_bus fixed-0: lookup for GPIO reset failed
[ 0.610885] libphy: Fixed MDIO Bus: probed
[ 0.610995] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.610997] ehci-pci: EHCI PCI platform driver
[ 0.611050] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.611055] ohci-pci: OHCI PCI platform driver
[ 0.611067] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.611301] xhci_hcd 0000:00:15.0: xHCI Host Controller
[ 0.611409] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[ 0.612526] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 0.612533] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[ 0.612633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.14
[ 0.612636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.612639] usb usb1: Product: xHCI Host Controller
[ 0.612641] usb usb1: Manufacturer: Linux 4.14.63 xhci-hcd
[ 0.612644] usb usb1: SerialNumber: 0000:00:15.0
[ 0.612833] hub 1-0:1.0: USB hub found
[ 0.612851] hub 1-0:1.0: 9 ports detected
[ 0.613193] xhci_hcd 0000:00:15.0: xHCI Host Controller
[ 0.613339] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[ 0.613343] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[ 0.613391] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.14
[ 0.613394] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.613396] usb usb2: Product: xHCI Host Controller
[ 0.613398] usb usb2: Manufacturer: Linux 4.14.63 xhci-hcd
[ 0.613400] usb usb2: SerialNumber: 0000:00:15.0
[ 0.613561] hub 2-0:1.0: USB hub found
[ 0.613579] hub 2-0:1.0: 7 ports detected
[ 0.613930] usbcore: registered new interface driver cdc_acm
[ 0.613932] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 0.613943] usbcore: registered new interface driver uas
[ 0.613961] usbcore: registered new interface driver usb-storage
[ 0.613972] usbcore: registered new interface driver ums-realtek
[ 0.613991] usbcore: registered new interface driver usbserial
[ 0.613999] usbcore: registered new interface driver usbserial_generic
[ 0.614039] usbserial: USB Serial support registered for generic
[ 0.614069] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.614072] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.614848] i8042: Warning: Keylock active
[ 0.615093] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.615483] rtc_cmos rtc_cmos: RTC can wake from S4
[ 0.615904] rtc_cmos rtc_cmos: registered as rtc0
[ 0.615924] rtc_cmos rtc_cmos: alarms up to one month, 114 bytes nvram
[ 0.615945] i2c /dev entries driver
[ 0.616623] elants_i2c i2c-ELAN0001:00: GPIO lookup for consumer reset
[ 0.616625] elants_i2c i2c-ELAN0001:00: using ACPI for GPIO lookup
[ 0.616627] acpi ELAN0001:00: GPIO: looking up reset-gpios
[ 0.616631] acpi ELAN0001:00: GPIO: _DSD returned ELAN0001:00 0 0 0
[ 0.617792] i801_smbus 0000:00:1f.1: can't derive routing for PCI INT A
[ 0.617795] i801_smbus 0000:00:1f.1: PCI INT A: no GSI
[ 0.617818] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[ 0.617844] genirq: Flags mismatch irq 0. 00000080 (i801_smbus) vs. 00015a00 (timer)
[ 0.617847] i801_smbus 0000:00:1f.1: Failed to allocate irq 0: -16
[ 0.617850] i801_smbus 0000:00:1f.1: SMBus using polling
[ 0.618041] IR NEC protocol handler initialized
[ 0.618043] IR RC5(x/sz) protocol handler initialized
[ 0.618044] IR RC6 protocol handler initialized
[ 0.618046] IR JVC protocol handler initialized
[ 0.618047] IR Sony protocol handler initialized
[ 0.618048] IR SANYO protocol handler initialized
[ 0.618050] IR Sharp protocol handler initialized
[ 0.618051] IR MCE Keyboard/mouse protocol handler initialized
[ 0.618052] IR XMP protocol handler initialized
[ 0.618248] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.619649] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 0.619668] iTCO_wdt: Found a Apollo Lake SoC TCO device (Version=5, TCOBASE=0x0460)
[ 0.619902] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 0.619916] iTCO_vendor_support: vendor-support=0
[ 0.620125] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: [email protected]
[ 0.620246] random: crng init done
[ 0.621297] device-mapper: verity-chromeos: dm-verity-chromeos registered
[ 0.621307] intel_pstate: Intel P-state driver initializing
[ 0.621469] sdhci: Secure Digital Host Controller Interface driver
[ 0.621471] sdhci: Copyright(c) Pierre Ossman
[ 0.621491] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 3)
[ 0.621908] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[ 0.622305] Registered efivars operations
[ 0.622309] gsmi version 1.0 loaded
[ 0.622901] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.623040] usbcore: registered new interface driver usbhid
[ 0.623041] usbhid: USB HID core driver
[ 0.623061] NOHZ: local_softirq_pending 40
[ 0.625075] NOHZ: local_softirq_pending 40
[ 0.635679] ashmem: initialized
[ 0.635682] intel_telemetry_core Init
[ 0.635684] intel_telemetry: version 1.0.0 loaded
[ 0.637192] chromeos ramoops using acpi device.
[ 0.637818] pstore: using zlib compression
[ 0.640638] console [pstore-1] enabled
[ 0.640641] pstore: Registered ramoops as persistent store backend
[ 0.640649] ramoops: attached 0x100000@0x79a0a000, ecc: 0/0
[ 0.640716] input: Tablet Mode Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/PNP0C09:00/GOOG0006:00/input/input4
[ 0.673158] cros_ec_lpcs GOOG0004:00: Chrome EC device registered
[ 0.673514] intel_rapl: Found RAPL domain package
[ 0.673534] intel_rapl: Found RAPL domain core
[ 0.673598] intel_rapl: Found RAPL domain uncore
[ 0.673602] intel_rapl: Found RAPL domain dram
[ 0.674610] GACT probability NOT on
[ 0.674630] Netfilter messages via NETLINK v0.30.
[ 0.674768] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 0.674845] ctnetlink v0.93: registering with nfnetlink.
[ 0.675150] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 0.675799] Initializing XFRM netlink socket
[ 0.675937] NET: Registered protocol family 10
[ 0.677353] Segment Routing with IPv6
[ 0.677391] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 0.678254] NET: Registered protocol family 17
[ 0.678263] NET: Registered protocol family 15
[ 0.678890] microcode: sig=0x706a1, pf=0x1, revision=0x22
[ 0.679144] microcode: Microcode Update Driver: v2.2.
[ 0.679158] SSE version of gcm_enc/dec engaged.
[ 0.681432] sched_clock: Marking stable (681389739, 0)->(703171728, -21781989)
[ 0.681804] registered taskstats version 1
[ 0.682300] Key type encrypted registered
[ 0.687199] Magic number: 2:415:563
[ 0.687224] platform cros-ec-accel.0: hash matches
[ 0.687272] platform Fixed MDIO bus.0: hash matches
[ 0.687494] ALSA device list:
[ 0.687501] No soundcards found.
[ 0.687521] Warning: unable to open an initial console.
[ 0.722145] mmc0: new HS400 MMC card at address 0001
[ 0.722469] mmcblk0: mmc0:0001 hB8aP> 29.1 GiB
[ 0.722638] mmcblk0boot0: mmc0:0001 hB8aP> partition 1 4.00 MiB
[ 0.722824] mmcblk0boot1: mmc0:0001 hB8aP> partition 2 4.00 MiB
[ 0.722983] mmcblk0rpmb: mmc0:0001 hB8aP> partition 3 16.0 MiB
[ 0.725729] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
[ 0.729476] elan_i2c i2c-ELAN0000:00: Elan Touchpad: Module ID: 0x009a, Firmware: 0x0002, Sample: 0x0002, IAP: 0x0009
[ 0.729732] input: Elan Touchpad as /devices/pci0000:00/0000:00:17.2/i2c_designware.5/i2c-11/i2c-ELAN0000:00/input/input5
[ 0.757653] input: Elan Touchscreen as /devices/pci0000:00/0000:00:17.3/i2c_designware.6/i2c-12/i2c-ELAN0001:00/input/input6
[ 0.758333] device-mapper: init: attempting early device configuration.
[ 0.758766] device-mapper: init: adding target '0 4710400 verity payload=ROOT_DEV hashtree=HASH_DEV hashstart=4710400 alg=sha1 root_hexdigest=af67e8f91fea980106c3e45597ad11249a17873a salt=c151e4dcb91e634f0d3fb4e540bccddfc1c9a5c7b58f31ae69dce5ae9835940b'
[ 0.758778] device-mapper: verity: Argument 0: 'payload=ROOT_DEV'
[ 0.758794] device-mapper: verity: Argument 1: 'hashtree=HASH_DEV'
[ 0.758799] device-mapper: verity: Argument 2: 'hashstart=4710400'
[ 0.758804] device-mapper: verity: Argument 3: 'alg=sha1'
[ 0.758811] device-mapper: verity: Argument 4: 'root_hexdigest=af67e8f91fea980106c3e45597ad11249a17873a'
[ 0.758818] device-mapper: verity: Argument 5: 'salt=c151e4dcb91e634f0d3fb4e540bccddfc1c9a5c7b58f31ae69dce5ae9835940b'
[ 0.758838] device-mapper: table: 254:0: verity: Data device lookup failed
[ 0.758856] device-mapper: init: starting dm-0 (vroot) failed
[ 0.759762] EXT4-fs (mmcblk0p3): mounting ext2 file system using the ext4 subsystem
[ 0.761060] EXT4-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended
[ 0.762613] EXT4-fs (mmcblk0p3): mounted filesystem without journal. Opts: (null)
[ 0.762662] VFS: Mounted root (ext2 filesystem) on device 179:3.
[ 0.763897] devtmpfs: mounted
[ 0.937102] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[ 1.063701] usb 1-4: New USB device found, idVendor=0424, idProduct=7500, bcdDevice= 1.00
[ 1.063720] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.063738] usb 1-4: Product: USB Gigabit LAN
[ 1.063755] usb 1-4: Manufacturer: WS
[ 1.063773] usb 1-4: SerialNumber: 00000006c8
[ 1.181098] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[ 1.316112] usb 1-7: New USB device found, idVendor=04f2, idProduct=b567, bcdDevice= 0.03
[ 1.316131] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.316148] usb 1-7: Product: HD WebCam
[ 1.316166] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[ 1.368508] clocksource: Switched to clocksource tsc
[ 1.431048] usb 1-8: new high-speed USB device number 4 using xhci_hcd
[ 1.467458] Freeing unused kernel memory: 1420K
[ 1.467463] Write protecting the kernel read-only data: 16384k
[ 1.470354] Freeing unused kernel memory: 2020K
[ 1.473651] Freeing unused kernel memory: 976K
[ 1.514483] audit: type=1404 audit(1536896118.513:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 1.535883] SELinux: 8192 avtab hash slots, 18882 rules.
[ 1.538817] LoadPin: dev(179,3): writable
[ 1.538832] LoadPin: load pinning can be disabled.
[ 1.538861] LoadPin: firmware pinned obj="/lib/firmware/i915/glk_dmc_ver1_04.bin" pid=23 cmdline=""
[ 1.539291] [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[ 1.541662] SELinux: 8192 avtab hash slots, 18882 rules.
[ 1.541665] SELinux: 1 users, 4 roles, 1360 types, 0 bools, 1 sens, 1024 cats
[ 1.541668] SELinux: 93 classes, 18882 rules
[ 1.542634] SELinux: Class process2 not defined in policy.
[ 1.542923] SELinux: Class infiniband_pkey not defined in policy.
[ 1.542926] SELinux: Class infiniband_endport not defined in policy.
[ 1.542928] SELinux: the above unknown classes and permissions will be denied
[ 1.542934] SELinux: policy capability network_peer_controls=1
[ 1.542936] SELinux: policy capability open_perms=1
[ 1.542938] SELinux: policy capability extended_socket_class=1
[ 1.542940] SELinux: policy capability always_check_network=0
[ 1.542942] SELinux: policy capability cgroup_seclabel=0
[ 1.542944] SELinux: policy capability nnp_nosuid_transition=0
[ 1.542947] SELinux: Completing initialization.
[ 1.542947] SELinux: Setting up existing superblocks.
[ 1.581665] audit: type=1403 audit(1536896118.580:3): policy loaded auid=4294967295 ses=4294967295
[ 1.623115] usb 1-8: New USB device found, idVendor=0bda, idProduct=5649, bcdDevice= 0.09
[ 1.623123] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.623126] usb 1-8: Product: 5M WebCam
[ 1.623129] usb 1-8: Manufacturer: Generic
[ 1.623132] usb 1-8: SerialNumber: \x07KS05M0500180303AB8LM09
[ 1.638065] audit: type=1400 audit(1536896118.637:4): avc: granted { execute } for pid=121 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1.639604] audit: type=1400 audit(1536896118.638:5): avc: granted { execute } for pid=122 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1.642798] audit: type=1400 audit(1536896118.641:6): avc: granted { execute } for pid=123 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1.643715] audit: type=1400 audit(1536896118.642:7): avc: granted { execute } for pid=124 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1.665364] audit: type=1400 audit(1536896118.664:8): avc: granted { execute } for pid=130 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1.665995] audit: type=1400 audit(1536896118.664:9): avc: granted { execute } for pid=131 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1.668577] audit: type=1400 audit(1536896118.667:10): avc: granted { execute } for pid=133 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1.696916] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 1.697486] Unsafe core_pattern used with fs.suid_dumpable=2.
Pipe handler or fully qualified core dump path required.
Set kernel.core_pattern before fs.suid_dumpable.
[ 1.715874] udevd[146]: starting version 225
[ 1.741025] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[ 1.752527] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: commit=600
[ 1.757040] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
[ 1.759343] [drm] RC6 on
[ 1.868034] usb 1-9: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[ 1.868043] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.886119] Bluetooth: af_bluetooth.c:bt_init() Core ver 2.22
[ 1.886171] NET: Registered protocol family 31
[ 1.886175] Bluetooth: af_bluetooth.c:bt_init() HCI device and connection manager initialized
[ 1.886181] Bluetooth: hci_sock.c:hci_sock_init() HCI socket layer initialized
[ 1.886185] Bluetooth: l2cap_sock.c:l2cap_init_sockets() L2CAP socket layer initialized
[ 1.886209] Bluetooth: sco.c:sco_init() SCO socket layer initialized
[ 1.891550] usbcore: registered new interface driver btusb
[ 1.896357] Bluetooth: btintel.c:btintel_version_info() hci0: Bootloader revision 0.1 build 42 week 52 2015
[ 1.897363] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Device revision is 2
[ 1.897368] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Secure boot is enabled
[ 1.897371] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: OTP lock is enabled
[ 1.897373] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: API lock is enabled
[ 1.897375] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Debug lock is disabled
[ 1.897378] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Minimum firmware build 1 week 10 2014
[ 1.900928] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Found device firmware: intel/ibt-17-16-1.sfi
[ 2.030408] frecon(280):
[ 2.030420] Frecon using drm driver i915, version 1.6, date(20170907), desc(Intel Graphics)

[ 2.033644] DEBUG: tsm_screen:
[ 2.033649] new screen

[ 2.033683] DEBUG: tsm_vte:
[ 2.033686] new vte object

[ 2.038280] DEBUG: tsm_screen:
[ 2.091678] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: discard,commit=600
[ 2.184946] EXT4-fs (mmcblk0p1): re-mounted. Opts: resgid=20119,commit=600,data=ordered
[ 2.242804] EXT4-fs (mmcblk0p1): re-mounted. Opts: resgid=20119,commit=600,data=ordered
[ 2.316424] Intel(R) Wireless WiFi driver for Linux
[ 2.316431] Copyright(c) 2003- 2015 Intel Corporation
[ 2.326835] iwlwifi 0000:00:0c.0: Direct firmware load for iwl-dbg-cfg.ini failed with error -2
[ 2.342316] iwlwifi 0000:00:0c.0: loaded firmware version 38.755cfdd8.0 op_mode iwlmvm
[ 2.346613] smsc75xx v1.0.0
[ 2.389456] smsc75xx 1-4:1.0 eth0: register 'smsc75xx' at usb-0000:00:15.0-4, smsc75xx USB 2.0 Gigabit Ethernet, 80:3f:5d:0a:6b:77
[ 2.389504] usbcore: registered new interface driver smsc75xx
[ 2.398693] iwlwifi 0000:00:0c.0: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 2.448249] iwlwifi 0000:00:0c.0: base HW address: c0:b6:f9:75:b4:80
[ 2.514416] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 2.514803] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 2.514833] thermal thermal_zone6: failed to read out thermal zone (-61)
[ 2.535141] ttyS1 - failed to request DMA
[ 3.108789] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Waiting for firmware download to complete
[ 3.109341] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Firmware loaded in 1187925 usecs
[ 3.109407] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Waiting for device to boot
[ 3.122353] Bluetooth: btusb.c:btusb_setup_intel_new() hci0: Device booted in 12661 usecs
[ 3.122661] Bluetooth: btintel.c:btintel_load_ddc_config() hci0: Found Intel DDC parameters: intel/ibt-17-16-1.ddc
[ 3.125355] Bluetooth: btintel.c:btintel_load_ddc_config() hci0: Applying Intel DDC parameters completed
[ 3.231748] cros_ec_pd_update GOOG0003:00: Port1 FW is already up-to-date cros-pd/hoho_v1.7.684-69498dd.bin
[ 3.745956] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3.957358] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4.500538] init: failsafe-delay main process (579) killed by TERM signal
[ 4.675255] fuse init (API version 7.26)
[ 4.729035] low_mem: setting minfree to 202752 kB
[ 5.099327] init: cros-camera main process ended, respawning
[ 5.159471] zram: Added device: zram0
[ 5.203238] zram0: detected capacity change from 0 to 5849763840
[ 5.248196] Adding 5712656k swap on /dev/zram0. Priority:-2 extents:1 across:5712656k SS
[ 5.366850] sof-audio-pci 0000:00:0e.0: PCI DSP detected
[ 5.384764] sof-audio-pci 0000:00:0e.0: created machine glk_da7219_max98357a
[ 5.384937] sof-audio sof-audio: probing SOF DSP device....
[ 5.384939] sof-audio sof-audio: using platform alias 0000:00:0e.0
[ 5.384972] sof-audio sof-audio: checking for capabilities at offset 0xc00
[ 5.384973] sof-audio sof-audio: found ML capability at 0xc00
[ 5.384977] sof-audio sof-audio: checking for capabilities at offset 0x800
[ 5.384978] sof-audio sof-audio: found DSP capability at 0x800
[ 5.384983] sof-audio sof-audio: checking for capabilities at offset 0x500
[ 5.384984] sof-audio sof-audio: found GTS capability at 0x500
[ 5.384989] sof-audio sof-audio: checking for capabilities at offset 0x1f00
[ 5.384990] sof-audio sof-audio: found DRSM capability at 0x1f00
[ 5.384995] sof-audio sof-audio: checking for capabilities at offset 0x700
[ 5.384996] sof-audio sof-audio: found SPIB capability at 0x700
[ 5.388594] sof-audio-pci 0000:00:0e.0: DMA mask is 64 bit
[ 5.388610] sof-audio sof-audio: hda global caps = 0x1006701
[ 5.388612] sof-audio sof-audio: detected 6 playback and 7 capture streams
[ 5.388643] sof-audio sof-audio: use msi interrupt mode
[ 5.388650] sof-audio sof-audio: using HDA IRQ 25
[ 5.394971] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b567)
[ 5.403161] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
[ 5.403171] uvcvideo 1-7:1.0: Entity type for entity Extension 3 was not initialized!
[ 5.403175] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
[ 5.403178] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
[ 5.404225] sof-audio sof-audio: using IPC IRQ 25
[ 5.404628] uvcvideo: Found UVC 1.00 device 5M WebCam (0bda:5649)
[ 5.409306] uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
[ 5.409313] uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
[ 5.409316] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
[ 5.409477] usbcore: registered new interface driver uvcvideo
[ 5.409480] USB Video Class driver (1.1.1)
[ 5.413090] udevd[1596]: error opening ATTR{/sys/devices/pci0000:00/0000:00:1c.0/power/wakeup} for writing: Permission denied
[ 5.423064] sof-audio sof-audio: Debug PCIR: 00000000 at 00000044
[ 5.423072] sof-audio sof-audio: Debug PCIR: 00000000 at 00000048
[ 5.423077] sof-audio sof-audio: Debug PCIW: 00000000 at 00000048
[ 5.426251] sof-audio sof-audio: Debug PCIR: 00000000 at 00000048
[ 5.426264] sof-audio sof-audio: Debug PCIW: 00000040 at 00000048
[ 5.426267] sof-audio-pci 0000:00:0e.0: PP capbility, will probe DSP later.
[ 5.426332] sof-audio-pci 0000:00:0e.0: bound 0000:00:02.0 (ops 0xffffffff8ae96700)
[ 5.439523] kauditd_printk_skb: 237 callbacks suppressed
[ 5.439525] audit: type=1400 audit(1536896122.438:248): avc: granted { execute } for pid=1627 comm="modprobe" path="/bin/kmod" dev="mmcblk0p3" ino=131084 scontext=u:r:modprobe:s0 tcontext=u:object_r:cros_modprobe_exec:s0 tclass=file
[ 5.735886] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 5.736311] smsc75xx 1-4:1.0 eth0: device_set_wakeup_enable error -22
[ 5.737046] smsc75xx 1-4:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 5.741735] smsc75xx 1-4:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 6.805738] sof-audio sof-audio: Debug PCIR: 00000000 at 00000048
[ 6.805753] sof-audio sof-audio: Debug PCIW: 00000000 at 00000048
[ 6.810031] sof-audio sof-audio: Debug PCIR: 00000000 at 00000048
[ 6.810038] sof-audio sof-audio: Debug PCIW: 00000040 at 00000048
[ 6.810129] sof-audio sof-audio: HDA codec #2 probed OK: response: 8086280d
[ 7.861602] audit: type=1400 audit(1536896124.860:249): avc: granted { execute } for pid=1671 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 7.865924] audit: type=1400 audit(1536896124.864:250): avc: granted { execute } for pid=1672 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 8.130162] audit: type=1400 audit(1536896125.129:251): avc: granted { execute } for pid=1677 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 8.134474] audit: type=1400 audit(1536896125.133:252): avc: granted { execute } for pid=1678 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 8.150167] audit: type=1400 audit(1536896125.149:253): avc: granted { execute } for pid=1680 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 8.152229] audit: type=1400 audit(1536896125.151:254): avc: granted { execute } for pid=1680 comm="minijail0" path="/sbin/minijail0" dev="mmcblk0p3" ino=122904 scontext=u:r:minijail:s0 tcontext=u:object_r:cros_minijail_exec:s0 tclass=file
[ 8.153982] audit: type=1400 audit(1536896125.152:255): avc: granted { execute } for pid=1680 comm="minijail0" name="cros_camera_service" dev="mmcblk0p3" ino=19329 scontext=u:r:minijail:s0 tcontext=u:object_r:cros_unconfined_exec:s0 tclass=file
[ 8.166712] audit: type=1400 audit(1536896125.165:256): avc: granted { execute } for pid=1682 comm="minijail0" name="cros_camera_service" dev="mmcblk0p3" ino=19329 scontext=u:r:minijail:s0 tcontext=u:object_r:cros_unconfined_exec:s0 tclass=file
[ 8.212055] sof-audio sof-audio: Debug PCIR: 00000000 at 00000048
[ 8.212110] sof-audio sof-audio: pre-allocate 8 IPC messages
[ 8.212136] sof-audio sof-audio: loading firmware
[ 8.214859] sof-audio sof-audio: booting DSP firmware
[ 8.236045] sof-audio sof-audio: unstall/run core: core_mask = 1
[ 8.236060] sof-audio sof-audio: DSP core(s) enabled? 1 : core_mask 1
[ 8.284476] sof-audio-pci 0000:00:0e.0: stream 7 status 0x4
[ 8.303038] sof-audio sof-audio: ipc rx: 0x70000000: FW_READY
[ 8.303042] sof-audio sof-audio: ipc: DSP is ready 0x70000000 offset 0x81000
[ 8.303087] sof-audio sof-audio: Firmware info: version 1.1-13ac4 build 32 on Sep 13 2018:11:04:05
[ 8.303184] sof-audio sof-audio: found ext header type 1 size 0x9c
[ 8.303266] sof-audio sof-audio: mailbox upstream 0x81000 - size 0x1000
[ 8.303268] sof-audio sof-audio: mailbox downstream 0xa0000 - size 0x2000
[ 8.303270] sof-audio sof-audio: stream region 0xc1000 - size 0x1000
[ 8.303271] sof-audio sof-audio: booting DSP firmware completed
[ 8.303273] sof-audio sof-audio: ipc rx done: 0x70000000: FW_READY
[ 8.304045] sof-audio sof-audio: Firmware download successful, booting...
[ 8.304047] sof-audio sof-audio: firmware boot complete
[ 8.304126] sof-audio sof-audio: generating page table for ffff9e908322d000 size 0x10000 pages 16
[ 8.304129] sof-audio sof-audio: pfn i 0 idx 0 pfn 1444f0
[ 8.304131] sof-audio sof-audio: pfn i 1 idx 2 pfn 1444f1
[ 8.304132] sof-audio sof-audio: pfn i 2 idx 5 pfn 1444f2
[ 8.304134] sof-audio sof-audio: pfn i 3 idx 7 pfn 1444f3
[ 8.304135] sof-audio sof-audio: pfn i 4 idx 10 pfn 1444f4
[ 8.304137] sof-audio sof-audio: pfn i 5 idx 12 pfn 1444f5
[ 8.304139] sof-audio sof-audio: pfn i 6 idx 15 pfn 1444f6
[ 8.304140] sof-audio sof-audio: pfn i 7 idx 17 pfn 1444f7
[ 8.304142] sof-audio sof-audio: pfn i 8 idx 20 pfn 1444f8
[ 8.304143] sof-audio sof-audio: pfn i 9 idx 22 pfn 1444f9
[ 8.304145] sof-audio sof-audio: pfn i 10 idx 25 pfn 1444fa
[ 8.304146] sof-audio sof-audio: pfn i 11 idx 27 pfn 1444fb
[ 8.304148] sof-audio sof-audio: pfn i 12 idx 30 pfn 1444fc
[ 8.304149] sof-audio sof-audio: pfn i 13 idx 32 pfn 1444fd
[ 8.304151] sof-audio sof-audio: pfn i 14 idx 35 pfn 1444fe
[ 8.304152] sof-audio sof-audio: pfn i 15 idx 37 pfn 1444ff
[ 8.304154] sof-audio sof-audio: dma_trace_pages: 16
[ 8.304199] sof-audio sof-audio: stream_tag: 1
[ 8.304223] sof-audio sof-audio: ipc tx: 0x90010000: GLB_TRACE_MSG
[ 8.304445] sof-audio sof-audio: ipc tx succeeded: 0x90010000: GLB_TRACE_MSG
[ 9.241552] audit: type=1400 audit(1536896126.240:257): avc: denied { use } for pid=1704 comm="init" path="/dev/null" dev="devtmpfs" ino=11 scontext=u:r:init:s0 tcontext=u:r:cros_init:s0 tclass=fd permissive=0
[ 9.304461] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 9.304487] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 9.586111] HDMI HDA Codec ehdaudio0D2: Max dais supported: 3
[ 9.588732] plb:broxton_audio_probe
[ 9.588740] plb name SSP1-Codec cpu_dai_name SSP1 Pin codec_name MX98357A:00 id 0
[ 9.588744] plb name SSP2-Codec cpu_dai_name SSP2 Pin codec_name i2c-DLGS7219:00 id 1
[ 9.588746] plb name dmic01 cpu_dai_name DMIC01 Pin codec_name snd-soc-dummy id 2
[ 9.588749] plb name iDisp1 cpu_dai_name iDisp1 Pin codec_name ehdaudio0D2 id 3
[ 9.588751] plb name iDisp2 cpu_dai_name iDisp2 Pin codec_name ehdaudio0D2 id 4
[ 9.588754] plb name iDisp3 cpu_dai_name iDisp3 Pin codec_name ehdaudio0D2 id 5
[ 9.588760] bxt_da7219_max98357a glk_da7219_max98357a: info: override FE DAI link SSP1-Codec
[ 9.588763] bxt_da7219_max98357a glk_da7219_max98357a: info: override FE DAI link SSP2-Codec
[ 9.588766] bxt_da7219_max98357a glk_da7219_max98357a: info: override FE DAI link dmic01
[ 9.588769] bxt_da7219_max98357a glk_da7219_max98357a: info: override FE DAI link iDisp1
[ 9.588772] bxt_da7219_max98357a glk_da7219_max98357a: info: override FE DAI link iDisp2
[ 9.588775] bxt_da7219_max98357a glk_da7219_max98357a: info: override FE DAI link iDisp3
[ 9.588906] max98357a MX98357A:00: GPIO lookup for consumer sdmode
[ 9.588908] max98357a MX98357A:00: using ACPI for GPIO lookup
[ 9.588912] acpi MX98357A:00: GPIO: looking up sdmode-gpios
[ 9.588915] acpi MX98357A:00: GPIO: looking up sdmode-gpio
[ 9.588919] acpi MX98357A:00: GPIO: _DSD returned MX98357A:00 0 0 0
[ 9.589106] sof-audio sof-audio: loading topology:intel/sof-glk-da7219.tplg
[ 9.589507] sof-audio sof-audio: tplg: ready widget id 0 pipe 0 type 7 name : ssp5 Tx stream none
[ 9.589509] sof-audio sof-audio: warning: widget type 7 name ssp5 Tx not handled
[ 9.589515] sof-audio sof-audio: tplg: ready widget id 1 pipe 1 type 22 name : PCM0P stream Passthrough Playback 0
[ 9.589519] sof-audio sof-audio: loaded host PCM0P
[ 9.589520] sof-audio sof-audio: config: periods snk 2 src 0 fmt 0
[ 9.589543] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.589620] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.589631] sof-audio sof-audio: tplg: load control type 1 name : Master Playback Volume 1
[ 9.589633] sof-audio sof-audio: tplg: load kcontrol index 2 chans 2
[ 9.589637] sof-audio sof-audio: tplg: ready widget id 2 pipe 1 type 6 name : PGA1.0 stream none
[ 9.589643] sof-audio sof-audio: config: periods snk 2 src 2 fmt 2
[ 9.589667] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.589738] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.589745] sof-audio sof-audio: tplg: ready widget id 3 pipe 1 type 30 name : BUF1.0 stream none
[ 9.589747] sof-audio sof-audio: buffer BUF1.0: size 768 caps 0x71
[ 9.589774] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.589849] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.589857] sof-audio sof-audio: tplg: ready widget id 4 pipe 1 type 30 name : BUF1.1 stream none
[ 9.589859] sof-audio sof-audio: buffer BUF1.1: size 768 caps 0x71
[ 9.589870] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.589945] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.589962] sof-audio sof-audio: tplg: ready widget id 5 pipe 1 type 26 name : SSP1.OUT stream SSP1-Codec
[ 9.589964] sof-audio sof-audio: dai SSP1.OUT: type 1 index 1
[ 9.589966] sof-audio sof-audio: config: periods snk 0 src 2 fmt 0
[ 9.589981] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590064] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590069] sof-audio sof-audio: tplg: check widget: SSP1.OUT stream: SSP1-Codec dai stream: SSP1-Codec
[ 9.590071] sof-audio sof-audio: tplg: connected widget SSP1.OUT -> DAI link SSP1-Codec
[ 9.590072] sof-audio sof-audio: tplg: check widget: SSP1.OUT stream: SSP1-Codec dai stream: SSP2-Codec
[ 9.590074] sof-audio sof-audio: tplg: check widget: SSP1.OUT stream: SSP1-Codec dai stream: dmic01
[ 9.590076] sof-audio sof-audio: tplg: check widget: SSP1.OUT stream: SSP1-Codec dai stream: iDisp1
[ 9.590078] sof-audio sof-audio: tplg: check widget: SSP1.OUT stream: SSP1-Codec dai stream: iDisp2
[ 9.590079] sof-audio sof-audio: tplg: check widget: SSP1.OUT stream: SSP1-Codec dai stream: iDisp3
[ 9.590083] sof-audio sof-audio: tplg: ready widget id 6 pipe 1 type 31 name : PIPELINE.1.SSP1.OUT stream SSP1.OUT
[ 9.590086] sof-audio sof-audio: tplg: pipeline id 1 comp 6 scheduling comp id 5
[ 9.590090] sof-audio sof-audio: pipeline PIPELINE.1.SSP1.OUT: deadline 1000 pri 0 mips 5000 core 0 frames 48
[ 9.590115] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.590181] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.590189] sof-audio sof-audio: tplg: ready widget id 7 pipe 2 type 22 name : PCM1P stream Passthrough Playback 1
[ 9.590191] sof-audio sof-audio: loaded host PCM1P
[ 9.590193] sof-audio sof-audio: config: periods snk 2 src 0 fmt 0
[ 9.590223] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590293] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590300] sof-audio sof-audio: tplg: load control type 1 name : Master Playback Volume 2
[ 9.590302] sof-audio sof-audio: tplg: load kcontrol index 8 chans 2
[ 9.590304] sof-audio sof-audio: tplg: ready widget id 8 pipe 2 type 6 name : PGA2.0 stream none
[ 9.590311] sof-audio sof-audio: config: periods snk 2 src 2 fmt 2
[ 9.590334] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590413] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590420] sof-audio sof-audio: tplg: ready widget id 9 pipe 2 type 30 name : BUF2.0 stream none
[ 9.590422] sof-audio sof-audio: buffer BUF2.0: size 768 caps 0x71
[ 9.590442] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.590515] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.590523] sof-audio sof-audio: tplg: ready widget id 10 pipe 2 type 30 name : BUF2.1 stream none
[ 9.590525] sof-audio sof-audio: buffer BUF2.1: size 768 caps 0x71
[ 9.590553] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.590627] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.590635] sof-audio sof-audio: tplg: ready widget id 11 pipe 2 type 26 name : SSP2.OUT stream SSP2-Codec
[ 9.590638] sof-audio sof-audio: dai SSP2.OUT: type 1 index 2
[ 9.590639] sof-audio sof-audio: config: periods snk 0 src 2 fmt 0
[ 9.590662] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590731] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590736] sof-audio sof-audio: tplg: check widget: SSP2.OUT stream: SSP2-Codec dai stream: SSP1-Codec
[ 9.590738] sof-audio sof-audio: tplg: check widget: SSP2.OUT stream: SSP2-Codec dai stream: SSP2-Codec
[ 9.590740] sof-audio sof-audio: tplg: connected widget SSP2.OUT -> DAI link SSP2-Codec
[ 9.590742] sof-audio sof-audio: tplg: check widget: SSP2.OUT stream: SSP2-Codec dai stream: dmic01
[ 9.590743] sof-audio sof-audio: tplg: check widget: SSP2.OUT stream: SSP2-Codec dai stream: iDisp1
[ 9.590745] sof-audio sof-audio: tplg: check widget: SSP2.OUT stream: SSP2-Codec dai stream: iDisp2
[ 9.590746] sof-audio sof-audio: tplg: check widget: SSP2.OUT stream: SSP2-Codec dai stream: iDisp3
[ 9.590749] sof-audio sof-audio: tplg: ready widget id 12 pipe 2 type 31 name : PIPELINE.2.SSP2.OUT stream SSP2.OUT
[ 9.590751] sof-audio sof-audio: tplg: pipeline id 2 comp 12 scheduling comp id 11
[ 9.590754] sof-audio sof-audio: pipeline PIPELINE.2.SSP2.OUT: deadline 1000 pri 0 mips 5000 core 0 frames 48
[ 9.590784] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.590861] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.590868] sof-audio sof-audio: tplg: ready widget id 13 pipe 3 type 23 name : PCM1C stream Passthrough Capture 1
[ 9.590870] sof-audio sof-audio: loaded host PCM1C
[ 9.590872] sof-audio sof-audio: config: periods snk 0 src 2 fmt 0
[ 9.590894] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.590996] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591014] sof-audio sof-audio: tplg: load control type 1 name : Master Capture Volume 3
[ 9.591016] sof-audio sof-audio: tplg: load kcontrol index 14 chans 2
[ 9.591019] sof-audio sof-audio: tplg: ready widget id 14 pipe 3 type 6 name : PGA3.0 stream none
[ 9.591025] sof-audio sof-audio: config: periods snk 2 src 2 fmt 2
[ 9.591060] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591131] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591138] sof-audio sof-audio: tplg: ready widget id 15 pipe 3 type 30 name : BUF3.0 stream none
[ 9.591140] sof-audio sof-audio: buffer BUF3.0: size 768 caps 0x71
[ 9.591168] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.591242] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.591250] sof-audio sof-audio: tplg: ready widget id 16 pipe 3 type 30 name : BUF3.1 stream none
[ 9.591252] sof-audio sof-audio: buffer BUF3.1: size 768 caps 0x71
[ 9.591263] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.591347] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.591355] sof-audio sof-audio: tplg: ready widget id 17 pipe 3 type 27 name : SSP2.IN stream SSP2-Codec
[ 9.591357] sof-audio sof-audio: dai SSP2.IN: type 1 index 2
[ 9.591359] sof-audio sof-audio: config: periods snk 2 src 0 fmt 0
[ 9.591382] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591452] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591458] sof-audio sof-audio: tplg: check widget: SSP2.IN stream: SSP2-Codec dai stream: SSP1-Codec
[ 9.591460] sof-audio sof-audio: tplg: check widget: SSP2.IN stream: SSP2-Codec dai stream: SSP2-Codec
[ 9.591461] sof-audio sof-audio: tplg: connected widget SSP2.IN -> DAI link SSP2-Codec
[ 9.591463] sof-audio sof-audio: tplg: check widget: SSP2.IN stream: SSP2-Codec dai stream: dmic01
[ 9.591465] sof-audio sof-audio: tplg: check widget: SSP2.IN stream: SSP2-Codec dai stream: iDisp1
[ 9.591466] sof-audio sof-audio: tplg: check widget: SSP2.IN stream: SSP2-Codec dai stream: iDisp2
[ 9.591468] sof-audio sof-audio: tplg: check widget: SSP2.IN stream: SSP2-Codec dai stream: iDisp3
[ 9.591471] sof-audio sof-audio: tplg: ready widget id 18 pipe 3 type 31 name : PIPELINE.3.SSP2.IN stream SSP2.IN
[ 9.591473] sof-audio sof-audio: tplg: pipeline id 3 comp 18 scheduling comp id 17
[ 9.591476] sof-audio sof-audio: pipeline PIPELINE.3.SSP2.IN: deadline 1000 pri 0 mips 5000 core 0 frames 48
[ 9.591497] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.591565] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.591573] sof-audio sof-audio: tplg: ready widget id 19 pipe 3 type 7 name : DMIC01 Rx stream none
[ 9.591574] sof-audio sof-audio: warning: widget type 7 name DMIC01 Rx not handled
[ 9.591580] sof-audio sof-audio: tplg: ready widget id 20 pipe 4 type 23 name : PCM99C stream Passthrough Capture 99
[ 9.591583] sof-audio sof-audio: loaded host PCM99C
[ 9.591585] sof-audio sof-audio: config: periods snk 0 src 2 fmt 0
[ 9.591608] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591678] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591688] sof-audio sof-audio: tplg: ready widget id 21 pipe 4 type 30 name : BUF4.0 stream none
[ 9.591690] sof-audio sof-audio: buffer BUF4.0: size 1536 caps 0x71
[ 9.591710] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.591798] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.591806] sof-audio sof-audio: tplg: ready widget id 22 pipe 4 type 27 name : DMIC0.IN stream dmic01
[ 9.591809] sof-audio sof-audio: dai DMIC0.IN: type 2 index 0
[ 9.591810] sof-audio sof-audio: config: periods snk 2 src 0 fmt 2
[ 9.591833] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591909] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.591923] sof-audio sof-audio: tplg: check widget: DMIC0.IN stream: dmic01 dai stream: SSP1-Codec
[ 9.591925] sof-audio sof-audio: tplg: check widget: DMIC0.IN stream: dmic01 dai stream: SSP2-Codec
[ 9.591927] sof-audio sof-audio: tplg: check widget: DMIC0.IN stream: dmic01 dai stream: dmic01
[ 9.591928] sof-audio sof-audio: tplg: connected widget DMIC0.IN -> DAI link dmic01
[ 9.591930] sof-audio sof-audio: tplg: check widget: DMIC0.IN stream: dmic01 dai stream: iDisp1
[ 9.591932] sof-audio sof-audio: tplg: check widget: DMIC0.IN stream: dmic01 dai stream: iDisp2
[ 9.591933] sof-audio sof-audio: tplg: check widget: DMIC0.IN stream: dmic01 dai stream: iDisp3
[ 9.591936] sof-audio sof-audio: tplg: ready widget id 23 pipe 4 type 31 name : PIPELINE.4.DMIC0.IN stream DMIC0.IN
[ 9.591938] sof-audio sof-audio: tplg: pipeline id 4 comp 23 scheduling comp id 22
[ 9.591941] sof-audio sof-audio: pipeline PIPELINE.4.DMIC0.IN: deadline 1000 pri 0 mips 5000 core 0 frames 48
[ 9.591962] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.592051] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.592066] sof-audio sof-audio: tplg: ready widget id 24 pipe 4 type 7 name : DMic stream none
[ 9.592068] sof-audio sof-audio: warning: widget type 7 name DMic not handled
[ 9.592073] sof-audio sof-audio: tplg: ready widget id 25 pipe 5 type 22 name : PCM5P stream Passthrough Playback 5
[ 9.592075] sof-audio sof-audio: loaded host PCM5P
[ 9.592077] sof-audio sof-audio: config: periods snk 2 src 0 fmt 0
[ 9.592097] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.592172] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.592179] sof-audio sof-audio: tplg: load control type 1 name : Master Playback Volume 5
[ 9.592181] sof-audio sof-audio: tplg: load kcontrol index 26 chans 2
[ 9.592184] sof-audio sof-audio: tplg: ready widget id 26 pipe 5 type 6 name : PGA5.0 stream none
[ 9.592190] sof-audio sof-audio: config: periods snk 2 src 2 fmt 0
[ 9.592211] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.592283] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.592289] sof-audio sof-audio: tplg: ready widget id 27 pipe 5 type 30 name : BUF5.0 stream none
[ 9.592292] sof-audio sof-audio: buffer BUF5.0: size 384 caps 0x71
[ 9.592310] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.592382] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.592398] sof-audio sof-audio: tplg: ready widget id 28 pipe 5 type 30 name : BUF5.1 stream none
[ 9.592400] sof-audio sof-audio: buffer BUF5.1: size 768 caps 0x71
[ 9.592427] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.592514] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.592522] sof-audio sof-audio: tplg: ready widget id 29 pipe 5 type 26 name : HDA3.OUT stream iDisp1
[ 9.592524] sof-audio sof-audio: dai HDA3.OUT: type 3 index 3
[ 9.592526] sof-audio sof-audio: config: periods snk 0 src 2 fmt 0
[ 9.592546] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.592620] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.592626] sof-audio sof-audio: tplg: check widget: HDA3.OUT stream: iDisp1 dai stream: SSP1-Codec
[ 9.592641] sof-audio sof-audio: tplg: check widget: HDA3.OUT stream: iDisp1 dai stream: SSP2-Codec
[ 9.592642] sof-audio sof-audio: tplg: check widget: HDA3.OUT stream: iDisp1 dai stream: dmic01
[ 9.592644] sof-audio sof-audio: tplg: check widget: HDA3.OUT stream: iDisp1 dai stream: iDisp1
[ 9.592646] sof-audio sof-audio: tplg: connected widget HDA3.OUT -> DAI link iDisp1
[ 9.592647] sof-audio sof-audio: tplg: check widget: HDA3.OUT stream: iDisp1 dai stream: iDisp2
[ 9.592649] sof-audio sof-audio: tplg: check widget: HDA3.OUT stream: iDisp1 dai stream: iDisp3
[ 9.592652] sof-audio sof-audio: tplg: ready widget id 30 pipe 5 type 31 name : PIPELINE.5.HDA3.OUT stream HDA3.OUT
[ 9.592654] sof-audio sof-audio: tplg: pipeline id 5 comp 30 scheduling comp id 29
[ 9.592657] sof-audio sof-audio: pipeline PIPELINE.5.HDA3.OUT: deadline 1000 pri 0 mips 5000 core 0 frames 48
[ 9.592678] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.592760] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.592771] sof-audio sof-audio: tplg: ready widget id 31 pipe 5 type 7 name : dmic01_hifi stream none
[ 9.592772] sof-audio sof-audio: warning: widget type 7 name dmic01_hifi not handled
[ 9.592777] sof-audio sof-audio: tplg: ready widget id 32 pipe 6 type 22 name : PCM6P stream Passthrough Playback 6
[ 9.592779] sof-audio sof-audio: loaded host PCM6P
[ 9.592781] sof-audio sof-audio: config: periods snk 2 src 0 fmt 0
[ 9.592809] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.592892] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.592900] sof-audio sof-audio: tplg: load control type 1 name : Master Playback Volume 6
[ 9.592902] sof-audio sof-audio: tplg: load kcontrol index 33 chans 2
[ 9.592904] sof-audio sof-audio: tplg: ready widget id 33 pipe 6 type 6 name : PGA6.0 stream none
[ 9.592910] sof-audio sof-audio: config: periods snk 2 src 2 fmt 0
[ 9.592939] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.593014] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.593046] sof-audio sof-audio: tplg: ready widget id 34 pipe 6 type 30 name : BUF6.0 stream none
[ 9.593051] sof-audio sof-audio: buffer BUF6.0: size 384 caps 0x71
[ 9.593071] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.593143] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.593151] sof-audio sof-audio: tplg: ready widget id 35 pipe 6 type 30 name : BUF6.1 stream none
[ 9.593153] sof-audio sof-audio: buffer BUF6.1: size 768 caps 0x71
[ 9.593172] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.593259] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.593266] sof-audio sof-audio: tplg: ready widget id 36 pipe 6 type 26 name : HDA4.OUT stream iDisp2
[ 9.593269] sof-audio sof-audio: dai HDA4.OUT: type 3 index 4
[ 9.593270] sof-audio sof-audio: config: periods snk 0 src 2 fmt 0
[ 9.593291] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.593367] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.593372] sof-audio sof-audio: tplg: check widget: HDA4.OUT stream: iDisp2 dai stream: SSP1-Codec
[ 9.593374] sof-audio sof-audio: tplg: check widget: HDA4.OUT stream: iDisp2 dai stream: SSP2-Codec
[ 9.593375] sof-audio sof-audio: tplg: check widget: HDA4.OUT stream: iDisp2 dai stream: dmic01
[ 9.593377] sof-audio sof-audio: tplg: check widget: HDA4.OUT stream: iDisp2 dai stream: iDisp1
[ 9.593379] sof-audio sof-audio: tplg: check widget: HDA4.OUT stream: iDisp2 dai stream: iDisp2
[ 9.593380] sof-audio sof-audio: tplg: connected widget HDA4.OUT -> DAI link iDisp2
[ 9.593382] sof-audio sof-audio: tplg: check widget: HDA4.OUT stream: iDisp2 dai stream: iDisp3
[ 9.593387] sof-audio sof-audio: tplg: ready widget id 37 pipe 6 type 31 name : PIPELINE.6.HDA4.OUT stream HDA4.OUT
[ 9.593389] sof-audio sof-audio: tplg: pipeline id 6 comp 37 scheduling comp id 36
[ 9.593391] sof-audio sof-audio: pipeline PIPELINE.6.HDA4.OUT: deadline 1000 pri 0 mips 5000 core 0 frames 48
[ 9.593411] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.593484] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.593490] sof-audio sof-audio: tplg: ready widget id 38 pipe 6 type 7 name : hif5-0 Output stream none
[ 9.593492] sof-audio sof-audio: warning: widget type 7 name hif5-0 Output not handled
[ 9.593497] sof-audio sof-audio: tplg: ready widget id 39 pipe 7 type 22 name : PCM7P stream Passthrough Playback 7
[ 9.593499] sof-audio sof-audio: loaded host PCM7P
[ 9.593501] sof-audio sof-audio: config: periods snk 2 src 0 fmt 0
[ 9.593529] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.593604] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.593611] sof-audio sof-audio: tplg: load control type 1 name : Master Playback Volume 7
[ 9.593613] sof-audio sof-audio: tplg: load kcontrol index 40 chans 2
[ 9.593616] sof-audio sof-audio: tplg: ready widget id 40 pipe 7 type 6 name : PGA7.0 stream none
[ 9.593622] sof-audio sof-audio: config: periods snk 2 src 2 fmt 0
[ 9.593643] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.593717] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.593724] sof-audio sof-audio: tplg: ready widget id 41 pipe 7 type 30 name : BUF7.0 stream none
[ 9.593726] sof-audio sof-audio: buffer BUF7.0: size 384 caps 0x71
[ 9.593753] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.593827] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.593833] sof-audio sof-audio: tplg: ready widget id 42 pipe 7 type 30 name : BUF7.1 stream none
[ 9.593835] sof-audio sof-audio: buffer BUF7.1: size 768 caps 0x71
[ 9.593853] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.593932] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 9.593938] sof-audio sof-audio: tplg: ready widget id 43 pipe 7 type 26 name : HDA5.OUT stream iDisp3
[ 9.593942] sof-audio sof-audio: dai HDA5.OUT: type 3 index 5
[ 9.593943] sof-audio sof-audio: config: periods snk 0 src 2 fmt 0
[ 9.593972] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.594068] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 9.594076] sof-audio sof-audio: tplg: check widget: HDA5.OUT stream: iDisp3 dai stream: SSP1-Codec
[ 9.594078] sof-audio sof-audio: tplg: check widget: HDA5.OUT stream: iDisp3 dai stream: SSP2-Codec
[ 9.594080] sof-audio sof-audio: tplg: check widget: HDA5.OUT stream: iDisp3 dai stream: dmic01
[ 9.594081] sof-audio sof-audio: tplg: check widget: HDA5.OUT stream: iDisp3 dai stream: iDisp1
[ 9.594083] sof-audio sof-audio: tplg: check widget: HDA5.OUT stream: iDisp3 dai stream: iDisp2
[ 9.594084] sof-audio sof-audio: tplg: check widget: HDA5.OUT stream: iDisp3 dai stream: iDisp3
[ 9.594086] sof-audio sof-audio: tplg: connected widget HDA5.OUT -> DAI link iDisp3
[ 9.594089] sof-audio sof-audio: tplg: ready widget id 44 pipe 7 type 31 name : PIPELINE.7.HDA5.OUT stream HDA5.OUT
[ 9.594091] sof-audio sof-audio: tplg: pipeline id 7 comp 44 scheduling comp id 43
[ 9.594093] sof-audio sof-audio: pipeline PIPELINE.7.HDA5.OUT: deadline 1000 pri 0 mips 5000 core 0 frames 48
[ 9.594114] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.594187] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 9.594203] sof-audio sof-audio: tplg: ready widget id 45 pipe 7 type 7 name : hif6-0 Output stream none
[ 9.594204] sof-audio sof-audio: warning: widget type 7 name hif6-0 Output not handled
[ 9.594209] sof-audio sof-audio: tplg: ready widget id 46 pipe 8 type 7 name : hif7-0 Output stream none
[ 9.594211] sof-audio sof-audio: warning: widget type 7 name hif7-0 Output not handled
[ 9.594215] sof-audio sof-audio: tplg: ready widget id 47 pipe 12 type 1 name : codec0_out stream none
[ 9.594216] sof-audio sof-audio: warning: widget type 1 name codec0_out not handled
[ 9.594220] sof-audio sof-audio: tplg: ready widget id 48 pipe 13 type 1 name : codec1_out stream none
[ 9.594222] sof-audio sof-audio: warning: widget type 1 name codec1_out not handled
[ 9.594225] sof-audio sof-audio: tplg: ready widget id 49 pipe 14 type 1 name : ssp1 Tx stream none
[ 9.594227] sof-audio sof-audio: warning: widget type 1 name ssp1 Tx not handled
[ 9.594231] sof-audio sof-audio: tplg: ready widget id 50 pipe 15 type 0 name : ssp1 Rx stream none
[ 9.594232] sof-audio sof-audio: warning: widget type 0 name ssp1 Rx not handled
[ 9.594236] sof-audio sof-audio: tplg: ready widget id 51 pipe 16 type 1 name : Capture stream none
[ 9.594237] sof-audio sof-audio: warning: widget type 1 name Capture not handled
[ 9.594241] sof-audio sof-audio: tplg: ready widget id 52 pipe 17 type 1 name : SoC DMIC stream none
[ 9.594243] sof-audio sof-audio: warning: widget type 1 name SoC DMIC not handled
[ 9.594248] sof-audio sof-audio: tplg: ready widget id 53 pipe 18 type 0 name : codec0_in stream none
[ 9.594249] sof-audio sof-audio: warning: widget type 0 name codec0_in not handled
[ 9.594257] sof-audio sof-audio: tplg: load pcm Speakers 0
[ 9.594262] sof-audio sof-audio: tplg: load pcm Headset 1
[ 9.594265] sof-audio sof-audio: tplg: load pcm DMIC01 99
[ 9.594269] sof-audio sof-audio: tplg: load pcm HDMI1 5
[ 9.594273] sof-audio sof-audio: tplg: load pcm HDMI2 6
[ 9.594277] sof-audio sof-audio: tplg: load pcm HDMI3 7
[ 9.594281] sof-audio sof-audio: sink PCM0P control none source Passthrough Playback 0
[ 9.594294] sof-audio sof-audio: sink BUF1.0 control none source PCM0P
[ 9.594321] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594379] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594387] sof-audio sof-audio: sink PGA1.0 control none source BUF1.0
[ 9.594414] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594479] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594487] sof-audio sof-audio: sink BUF1.1 control none source PGA1.0
[ 9.594505] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594608] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594615] sof-audio sof-audio: sink PCM1P control none source Passthrough Playback 1
[ 9.594621] sof-audio sof-audio: sink BUF2.0 control none source PCM1P
[ 9.594640] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594714] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594730] sof-audio sof-audio: sink PGA2.0 control none source BUF2.0
[ 9.594748] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594804] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594812] sof-audio sof-audio: sink BUF2.1 control none source PGA2.0
[ 9.594830] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594885] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594892] sof-audio sof-audio: sink Passthrough Capture 1 control none source PCM1C
[ 9.594898] sof-audio sof-audio: sink PCM1C control none source BUF3.0
[ 9.594916] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594970] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.594986] sof-audio sof-audio: sink BUF3.0 control none source PGA3.0
[ 9.595004] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595062] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595080] sof-audio sof-audio: sink PGA3.0 control none source BUF3.1
[ 9.595093] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595149] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595157] sof-audio sof-audio: sink Passthrough Capture 99 control none source PCM99C
[ 9.595165] sof-audio sof-audio: sink PCM99C control none source BUF4.0
[ 9.595183] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595239] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595247] sof-audio sof-audio: sink PCM5P control none source Passthrough Playback 5
[ 9.595255] sof-audio sof-audio: sink BUF5.0 control none source PCM5P
[ 9.595273] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595330] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595347] sof-audio sof-audio: sink PGA5.0 control none source BUF5.0
[ 9.595367] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595425] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595442] sof-audio sof-audio: sink BUF5.1 control none source PGA5.0
[ 9.595462] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595519] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595527] sof-audio sof-audio: sink PCM6P control none source Passthrough Playback 6
[ 9.595535] sof-audio sof-audio: sink BUF6.0 control none source PCM6P
[ 9.595561] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595617] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595624] sof-audio sof-audio: sink PGA6.0 control none source BUF6.0
[ 9.595644] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595702] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595717] sof-audio sof-audio: sink BUF6.1 control none source PGA6.0
[ 9.595729] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595790] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595807] sof-audio sof-audio: sink PCM7P control none source Passthrough Playback 7
[ 9.595815] sof-audio sof-audio: sink BUF7.0 control none source PCM7P
[ 9.595841] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595901] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.595917] sof-audio sof-audio: sink PGA7.0 control none source BUF7.0
[ 9.595938] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596007] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596030] sof-audio sof-audio: sink BUF7.1 control none source PGA7.0
[ 9.596061] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596131] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596139] sof-audio sof-audio: sink SSP1.OUT control none source BUF1.1
[ 9.596160] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596215] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596223] sof-audio sof-audio: sink SSP2.OUT control none source BUF2.1
[ 9.596244] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596299] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596314] sof-audio sof-audio: sink BUF3.1 control none source SSP2.IN
[ 9.596335] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596391] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596398] sof-audio sof-audio: sink BUF4.0 control none source DMIC0.IN
[ 9.596419] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596485] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596494] sof-audio sof-audio: sink HDA3.OUT control none source BUF5.1
[ 9.596514] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596573] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596590] sof-audio sof-audio: sink HDA4.OUT control none source BUF6.1
[ 9.596610] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596671] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596688] sof-audio sof-audio: sink HDA5.OUT control none source BUF7.1
[ 9.596716] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596785] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 9.596802] sof-audio sof-audio: sink codec0_out control none source SSP0.OUT
[ 9.596807] sof-audio sof-audio: error: source SSP0.OUT not found
[ 9.596814] sof-audio sof-audio: ASoC: no source widget found for SSP0.OUT
[ 9.596817] sof-audio sof-audio: ASoC: Failed to add route SSP0.OUT -> direct -> codec0_out
[ 9.596820] sof-audio sof-audio: sink codec1_out control none source SSP0.OUT
[ 9.596822] sof-audio sof-audio: error: source SSP0.OUT not found
[ 9.596827] sof-audio sof-audio: ASoC: no source widget found for SSP0.OUT
[ 9.596830] sof-audio sof-audio: ASoC: Failed to add route SSP0.OUT -> direct -> codec1_out
[ 9.596833] sof-audio sof-audio: sink ssp1 Tx control none source SSP0.OUT
[ 9.596835] sof-audio sof-audio: error: source SSP0.OUT not found
[ 9.596839] sof-audio sof-audio: ASoC: no source widget found for SSP0.OUT
[ 9.596842] sof-audio sof-audio: ASoC: Failed to add route SSP0.OUT -> direct -> ssp1 Tx
[ 9.596845] sof-audio sof-audio: sink SSP0.IN control none source ssp1 Rx
[ 9.596848] sof-audio sof-audio: error: sink SSP0.IN not found
[ 9.596852] sof-audio sof-audio: ASoC: no sink widget found for SSP0.IN
[ 9.596855] sof-audio sof-audio: ASoC: Failed to add route ssp1 Rx -> direct -> SSP0.IN
[ 9.596858] sof-audio sof-audio: sink Capture control none source SSP0.OUT
[ 9.596860] sof-audio sof-audio: error: source SSP0.OUT not found
[ 9.596864] sof-audio sof-audio: ASoC: no source widget found for SSP0.OUT
[ 9.596867] sof-audio sof-audio: ASoC: Failed to add route SSP0.OUT -> direct -> Capture
[ 9.596870] sof-audio sof-audio: sink SoC DMIC control none source SSP0.OUT
[ 9.596872] sof-audio sof-audio: error: source SSP0.OUT not found
[ 9.596877] sof-audio sof-audio: ASoC: no source widget found for SSP0.OUT
[ 9.596880] sof-audio sof-audio: ASoC: Failed to add route SSP0.OUT -> direct -> SoC DMIC
[ 9.596883] sof-audio sof-audio: sink SSP0.IN control none source codec0_in
[ 9.596885] sof-audio sof-audio: error: sink SSP0.IN not found
[ 9.596889] sof-audio sof-audio: ASoC: no sink widget found for SSP0.IN
[ 9.596892] sof-audio sof-audio: ASoC: Failed to add route codec0_in -> direct -> SSP0.IN
[ 9.596902] sof-audio sof-audio: tplg: config SSP1 fmt 0x4001 mclk 19200000 bclk 1536000 fclk 48000 width (16)16 slots 2 mclk id 1
[ 9.596925] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597016] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597039] sof-audio sof-audio: tplg: config SSP2 fmt 0x4001 mclk 19200000 bclk 1920000 fclk 48000 width (16)20 slots 2 mclk id 1
[ 9.597067] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597148] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597158] sof-audio sof-audio: tplg: config DMIC0 driver version 1
[ 9.597162] sof-audio sof-audio: pdmclk_min 500000 pdm_clkmax 4800000 duty_min 40
[ 9.597164] sof-audio sof-audio: duty_max 60 fifo_fs 48000 num_pdms active 1
[ 9.597166] sof-audio sof-audio: fifo word length 32
[ 9.597167] sof-audio sof-audio: pdm 0 mic a 1 mic b 1
[ 9.597169] sof-audio sof-audio: pdm 0 polarity a 0 polarity b 0
[ 9.597171] sof-audio sof-audio: pdm 0 clk_edge 0 skew 0
[ 9.597194] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597466] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 9.597482] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 9.597501] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597508] sof-audio sof-audio: warn: unexpected DAI config count 0!
[ 9.597514] sof-audio sof-audio: tplg: config HDA3 fmt 0x0
[ 9.597546] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597602] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597607] sof-audio sof-audio: warn: unexpected DAI config count 0!
[ 9.597614] sof-audio sof-audio: tplg: config HDA4 fmt 0x0
[ 9.597636] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597693] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597699] sof-audio sof-audio: warn: unexpected DAI config count 0!
[ 9.597705] sof-audio sof-audio: tplg: config HDA5 fmt 0x0
[ 9.597727] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597786] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 9.597801] sof-audio sof-audio: ASoC: Parent card not yet available, widget card binding deferred
[ 9.597807] sof-audio sof-audio: tplg: complete pipeline PIPELINE.7.HDA5.OUT id 44
[ 9.597833] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.597893] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.597907] sof-audio sof-audio: tplg: complete pipeline PIPELINE.6.HDA4.OUT id 37
[ 9.597927] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.597995] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598026] sof-audio sof-audio: tplg: complete pipeline PIPELINE.5.HDA3.OUT id 30
[ 9.598056] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598112] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598118] sof-audio sof-audio: tplg: complete pipeline PIPELINE.4.DMIC0.IN id 23
[ 9.598137] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598196] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598202] sof-audio sof-audio: tplg: complete pipeline PIPELINE.3.SSP2.IN id 18
[ 9.598221] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598274] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598280] sof-audio sof-audio: tplg: complete pipeline PIPELINE.2.SSP2.OUT id 12
[ 9.598290] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598345] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598359] sof-audio sof-audio: tplg: complete pipeline PIPELINE.1.SSP1.OUT id 6
[ 9.598369] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598426] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 9.598500] da7219 i2c-DLGS7219:00: Invalid VDDIO voltage
[ 9.610509] da7219 i2c-DLGS7219:00: Using default clk name: da7219-dai-clks
[ 9.618577] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: disconnect for pin:port 5:0
[ 9.618838] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: disconnect for pin:port 7:0
[ 9.619105] WARNING: CPU: 0 PID: 76 at /mnt/host/source/src/third_party/kernel/v4.14/sound/hda/hdac_i915.c:92 snd_hdac_display_power+0x70/0x97 [snd_hda_core]
[ 9.619109] Modules linked in: snd_soc_sst_bxt_da7219_max98357a(+) snd_soc_hdac_hdmi uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_xtensa_dsp acpi_als snd_soc_max98357a snd_sof snd_soc_acpi_intel_match snd_soc_da7219 snd_soc_acpi snd_hda_ext_core snd_hda_codec snd_hwdep snd_hda_core lzo lzo_compress zram snd_seq_dummy snd_seq snd_seq_device bridge stp llc ipt_MASQUERADE nf_nat_masquerade_ipv4 xt_mark fuse iio_trig_sysfs cros_ec_sensors cros_ec_sensors_ring cros_ec_sensors_core industrialio_triggered_buffer kfifo_buf industrialio iwlmvm iwl7000_mac80211 smsc75xx usbnet mii iwlwifi cfg80211 btusb btrtl btbcm btintel bluetooth ecdh_generic joydev
[ 9.619157] CPU: 0 PID: 76 Comm: kworker/0:5 Not tainted 4.14.63 #8
[ 9.619160] Hardware name: Google Yorp/Yorp, BIOS Google_Yorp.11035.0.2018_09_04_1850 09/05/2018
[ 9.619167] Workqueue: pm pm_runtime_work
[ 9.619170] task: ffff968cfabb5400 task.stack: ffff9e9080434000
[ 9.619175] RIP: 0010:snd_hdac_display_power+0x70/0x97 [snd_hda_core]
[ 9.619177] RSP: 0000:ffff9e9080437d28 EFLAGS: 00010246
[ 9.619180] RAX: ffff968cd4a0a780 RBX: 0000000000000000 RCX: ffff9e9081874000
[ 9.619183] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff968cd4a71028
[ 9.619185] RBP: ffff9e9080437d38 R08: 0000000000000002 R09: 0000000000000001
[ 9.619187] R10: ffff9e90817e77e0 R11: ffff9e9080437bf8 R12: ffff968cd4a71028
[ 9.619189] R13: ffff968cd4a71028 R14: ffff9e9080437df8 R15: ffff9e9080437e00
[ 9.619192] FS: 0000000000000000(0000) GS:ffff968cffc00000(0000) knlGS:0000000000000000
[ 9.619194] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 9.619197] CR2: 00007ad988e07000 CR3: 00000001556ee000 CR4: 00000000003406f0
[ 9.619199] Call Trace:
[ 9.619210] hdac_hdmi_runtime_suspend+0x9e/0xc1 [snd_soc_hdac_hdmi]
[ 9.619214] __rpm_callback+0xf4/0x15c
[ 9.619221] ? __switch_to_asm+0x40/0x70
[ 9.619224] ? __switch_to_asm+0x34/0x70
[ 9.619227] ? hdac_hdmi_runtime_resume+0xb6/0xb6 [snd_soc_hdac_hdmi]
[ 9.619231] ? hdac_hdmi_runtime_resume+0xb6/0xb6 [snd_soc_hdac_hdmi]
[ 9.619234] rpm_callback+0x74/0x8a
[ 9.619237] rpm_suspend+0x2d3/0x443
[ 9.619241] pm_runtime_work+0x52/0x87
[ 9.619246] process_one_work+0x1b0/0x314
[ 9.619251] worker_thread+0x1cb/0x2c1
[ 9.619255] ? create_worker+0x1da/0x1da
[ 9.619258] kthread+0x156/0x15e
[ 9.619261] ? kthread_flush_work+0xea/0xea
[ 9.619265] ret_from_fork+0x35/0x40
[ 9.619268] Code: 50 20 48 8b 38 48 8b 52 08 e8 10 61 6e ca 4c 89 e7 be 01 00 00 00 e8 53 ff ff ff 31 f6 4c 89 e7 e8 49 ff ff ff eb 24 85 db 75 02 <0f> 0b ff cb 41 89 9c 24 d0 04 00 00 85 db 75 bf 48 8b 50 20 48
[ 9.619305] ---[ end trace b68214011f3729a5 ]---
[ 9.619316] plb name Speakers cpu_dai_name Speakers 0 codec_name snd-soc-dummy id 0
[ 9.619329] plb name Headset cpu_dai_name Headset 1 codec_name snd-soc-dummy id 1
[ 9.619334] plb name DMIC01 cpu_dai_name DMIC01 99 codec_name snd-soc-dummy id 99
[ 9.619338] plb name HDMI1 cpu_dai_name HDMI1 5 codec_name snd-soc-dummy id 5
[ 9.619345] plb name HDMI2 cpu_dai_name HDMI2 6 codec_name snd-soc-dummy id 6
[ 9.619350] plb name HDMI3 cpu_dai_name HDMI3 7 codec_name snd-soc-dummy id 7
[ 9.619397] bxt_da7219_max98357a glk_da7219_max98357a: HiFi <-> SSP1 Pin mapping ok
[ 9.619552] bxt_da7219_max98357a glk_da7219_max98357a: da7219-hifi <-> SSP2 Pin mapping ok
[ 9.619568] bxt_da7219_max98357a glk_da7219_max98357a: snd-soc-dummy-dai <-> DMIC01 Pin mapping ok
[ 9.619583] bxt_da7219_max98357a glk_da7219_max98357a: intel-hdmi-hifi1 <-> iDisp1 Pin mapping ok
[ 9.619596] bxt_da7219_max98357a glk_da7219_max98357a: intel-hdmi-hifi2 <-> iDisp2 Pin mapping ok
[ 9.619611] bxt_da7219_max98357a glk_da7219_max98357a: intel-hdmi-hifi3 <-> iDisp3 Pin mapping ok
[ 9.619656] sof-audio sof-audio: creating new PCM Speakers
[ 9.619658] sof-audio sof-audio: spcm: allocate Passthrough Playback 0 playback DMA buffer size 0x10000 max 0x10000
[ 9.619725] bxt_da7219_max98357a glk_da7219_max98357a: snd-soc-dummy-dai <-> Speakers 0 mapping ok
[ 9.619765] sof-audio sof-audio: creating new PCM Headset
[ 9.619767] sof-audio sof-audio: spcm: allocate Passthrough Playback 1 playback DMA buffer size 0x10000 max 0x10000
[ 9.619782] sof-audio sof-audio: spcm: allocate Passthrough Capture 1 capture DMA buffer size 0x10000 max 0x10000
[ 9.619796] bxt_da7219_max98357a glk_da7219_max98357a: snd-soc-dummy-dai <-> Headset 1 mapping ok
[ 9.619830] sof-audio sof-audio: creating new PCM DMIC01
[ 9.619832] sof-audio sof-audio: spcm: allocate Passthrough Capture 99 capture DMA buffer size 0x10000 max 0x10000
[ 9.619846] bxt_da7219_max98357a glk_da7219_max98357a: snd-soc-dummy-dai <-> DMIC01 99 mapping ok
[ 9.619878] sof-audio sof-audio: creating new PCM HDMI1
[ 9.619881] sof-audio sof-audio: spcm: allocate Passthrough Playback 5 playback DMA buffer size 0x10000 max 0x10000
[ 9.619895] bxt_da7219_max98357a glk_da7219_max98357a: snd-soc-dummy-dai <-> HDMI1 5 mapping ok
[ 9.619933] sof-audio sof-audio: creating new PCM HDMI2
[ 9.619935] sof-audio sof-audio: spcm: allocate Passthrough Playback 6 playback DMA buffer size 0x10000 max 0x10000
[ 9.619949] bxt_da7219_max98357a glk_da7219_max98357a: snd-soc-dummy-dai <-> HDMI2 6 mapping ok
[ 9.619982] sof-audio sof-audio: creating new PCM HDMI3
[ 9.619984] sof-audio sof-audio: spcm: allocate Passthrough Playback 7 playback DMA buffer size 0x10000 max 0x10000
[ 9.619998] bxt_da7219_max98357a glk_da7219_max98357a: snd-soc-dummy-dai <-> HDMI3 7 mapping ok
[ 9.620123] bxt_da7219_max98357a glk_da7219_max98357a: ASoC: no source widget found for iDisp3_out
[ 9.620127] bxt_da7219_max98357a glk_da7219_max98357a: ASoC: Failed to add route iDisp3_out -> direct -> iDisp3 Tx
[ 9.620132] bxt_da7219_max98357a glk_da7219_max98357a: ASoC: no source widget found for iDisp2_out
[ 9.620135] bxt_da7219_max98357a glk_da7219_max98357a: ASoC: Failed to add route iDisp2_out -> direct -> iDisp2 Tx
[ 9.620140] bxt_da7219_max98357a glk_da7219_max98357a: ASoC: no source widget found for iDisp1_out
[ 9.620146] bxt_da7219_max98357a glk_da7219_max98357a: ASoC: Failed to add route iDisp1_out -> direct -> iDisp1 Tx
[ 9.620157] bxt_da7219_max98357a glk_da7219_max98357a: ASoC: no source widget found for DMIC AIF
[ 9.620162] bxt_da7219_max98357a glk_da7219_max98357a: ASoC: Failed to add route DMIC AIF -> direct -> DMIC01 Rx
[ 9.621953] input: sof-glkda7219max Headset Jack as /devices/pci0000:00/0000:00:0e.0/glk_da7219_max98357a/sound/card0/input7
[ 9.622142] input: sof-glkda7219max HDMI/DP, pcm=5 Jack as /devices/pci0000:00/0000:00:0e.0/glk_da7219_max98357a/sound/card0/input8
[ 9.622306] input: sof-glkda7219max HDMI/DP, pcm=6 Jack as /devices/pci0000:00/0000:00:0e.0/glk_da7219_max98357a/sound/card0/input9
[ 9.622475] input: sof-glkda7219max HDMI/DP, pcm=7 Jack as /devices/pci0000:00/0000:00:0e.0/glk_da7219_max98357a/sound/card0/input10
[ 9.622715] plb:broxton_audio_probe 0
[ 9.851817] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.851951] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.851993] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852110] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852163] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852301] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852338] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852484] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852531] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852661] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852705] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852816] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852882] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.852993] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 9.853026] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.853056] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 9.853257] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.853412] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.853470] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.853622] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.853667] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.854947] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.855037] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.855158] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.855202] sof-audio sof-audio: ipc tx: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 9.855309] sof-audio sof-audio: ipc tx succeeded: 0x50020000: GLB_COMP_MSG: GET_VALUE
[ 10.353052] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 10.353078] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 10.447997] Bluetooth: sock.c:rfcomm_init_sockets() RFCOMM socket layer initialized
[ 10.448059] Bluetooth: core.c:rfcomm_init() RFCOMM ver 1.11
[ 10.460552] kauditd_printk_skb: 361 callbacks suppressed
[ 10.460554] audit: type=1400 audit(1536896127.074:619): avc: granted { execute } for pid=2091 comm="modprobe" path="/bin/kmod" dev="mmcblk0p3" ino=131084 scontext=u:r:modprobe:s0 tcontext=u:object_r:cros_modprobe_exec:s0 tclass=file
[ 10.468190] audit: type=1400 audit(1536896127.082:620): avc: granted { execute } for pid=2097 comm="modprobe" path="/bin/kmod" dev="mmcblk0p3" ino=131084 scontext=u:r:modprobe:s0 tcontext=u:object_r:cros_modprobe_exec:s0 tclass=file
[ 10.486890] audit: type=1400 audit(1536896127.100:621): avc: granted { execute } for pid=2110 comm="modprobe" path="/bin/kmod" dev="mmcblk0p3" ino=131084 scontext=u:r:modprobe:s0 tcontext=u:object_r:cros_modprobe_exec:s0 tclass=file
[ 10.547137] audit: type=1400 audit(1536896127.161:622): avc: granted { execute } for pid=2132 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 10.553326] audit: type=1400 audit(1536896127.167:623): avc: granted { execute } for pid=2140 comm="init" name="ui-init-late" dev="mmcblk0p3" ino=27233 scontext=u:r:cros_init:s0 tcontext=u:object_r:cros_init_shell_scripts:s0 tclass=file
[ 10.558142] audit: type=1400 audit(1536896127.172:624): avc: granted { execute } for pid=2140 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 10.669364] audit: type=1400 audit(1536896127.283:625): avc: granted { execute } for pid=2182 comm="ec_info" name="kmod" dev="mmcblk0p3" ino=131084 scontext=u:r:chromeos:s0 tcontext=u:object_r:cros_modprobe_exec:s0 tclass=file
[ 10.671235] audit: type=1400 audit(1536896127.285:626): avc: granted { execute } for pid=2182 comm="modprobe" path="/bin/kmod" dev="mmcblk0p3" ino=131084 scontext=u:r:modprobe:s0 tcontext=u:object_r:cros_modprobe_exec:s0 tclass=file
[ 10.853017] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 10.853044] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 11.863064] sof-audio sof-audio: ipc tx: 0x40010000: GLB_PM_MSG: CTX_SAVE
[ 11.863135] sof-audio sof-audio: ipc tx succeeded: 0x40010000: GLB_PM_MSG: CTX_SAVE
[ 11.863143] sof-audio sof-audio: tag 1 not opened!
[ 11.885039] sof-audio sof-audio: DSP core(s) enabled? 0 : core_mask 3
[ 12.439730] audit: type=1400 audit(1536896128.823:627): avc: denied { read } for pid=1744 comm="android.hardwar" name="vndbinder" dev="tmpfs" ino=16969 scontext=u:r:hal_drm_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=0
[ 13.325070] sof-audio sof-audio: loading firmware
[ 13.325077] sof-audio sof-audio: booting DSP firmware
[ 13.325272] sof-audio sof-audio: unstall/run core: core_mask = 1
[ 13.325276] sof-audio sof-audio: DSP core(s) enabled? 1 : core_mask 1
[ 13.387627] sof-audio sof-audio: ipc rx: 0x70000000: FW_READY
[ 13.387641] sof-audio sof-audio: ipc: DSP is ready 0x70000000 offset 0x81000
[ 13.387691] sof-audio sof-audio: Firmware info: version 1.1-13ac4 build 32 on Sep 13 2018:11:04:05
[ 13.387820] sof-audio sof-audio: found ext header type 1 size 0x9c
[ 13.387877] sof-audio sof-audio: cannot create debugfs entry.
[ 13.387886] sof-audio sof-audio: cannot create debugfs entry.
[ 13.387890] sof-audio sof-audio: cannot create debugfs entry.
[ 13.387895] sof-audio sof-audio: cannot create debugfs entry.
[ 13.387902] sof-audio sof-audio: cannot create debugfs entry.
[ 13.387905] sof-audio sof-audio: cannot create debugfs entry.
[ 13.387912] sof-audio sof-audio: cannot create debugfs entry.
[ 13.387915] sof-audio sof-audio: mailbox upstream 0x81000 - size 0x1000
[ 13.387919] sof-audio sof-audio: mailbox downstream 0xa0000 - size 0x2000
[ 13.387920] sof-audio sof-audio: stream region 0xc1000 - size 0x1000
[ 13.387922] sof-audio sof-audio: booting DSP firmware completed
[ 13.387925] sof-audio sof-audio: ipc rx done: 0x70000000: FW_READY
[ 13.392068] sof-audio sof-audio: Firmware download successful, booting...
[ 13.392070] sof-audio sof-audio: firmware boot complete
[ 13.392105] sof-audio sof-audio: stream_tag: 1
[ 13.392132] sof-audio sof-audio: ipc tx: 0x90010000: GLB_TRACE_MSG
[ 13.392359] sof-audio sof-audio: ipc tx succeeded: 0x90010000: GLB_TRACE_MSG
[ 13.392387] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.392517] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.392544] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.392699] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.392724] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.392796] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.392810] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.392881] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.392906] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.392974] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.392999] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.393226] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.393251] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393393] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393420] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393488] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393511] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.393583] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.393595] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.393668] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.393683] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393750] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393764] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.393829] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.393845] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393915] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393930] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.393997] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394210] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.394291] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.394307] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.394378] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.394394] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394463] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394479] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.394548] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.394563] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394632] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394646] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.394725] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.394740] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394810] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394824] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.394889] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.394905] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394975] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.394991] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.395236] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.395252] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.395320] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.395334] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.395405] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.395419] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.395490] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.395505] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.395572] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.395587] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.395658] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.395672] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.395742] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.395754] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.395821] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.395843] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.395915] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.395932] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.396002] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.396088] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.396279] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.396303] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.396382] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.396400] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.396472] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.396494] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.396565] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.396588] sof-audio sof-audio: ipc tx: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.396709] sof-audio sof-audio: ipc tx succeeded: 0x30200000: GLB_TPLG_MSG: BUFFER_NEW
[ 13.396736] sof-audio sof-audio: ipc tx: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.396816] sof-audio sof-audio: ipc tx succeeded: 0x30010000: GLB_TPLG_MSG: COMP_NEW
[ 13.396841] sof-audio sof-audio: ipc tx: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.396912] sof-audio sof-audio: ipc tx succeeded: 0x30100000: GLB_TPLG_MSG: PIPE_NEW
[ 13.396936] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397238] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397262] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397334] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397349] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397401] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397414] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397466] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397479] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397530] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397541] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397592] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397604] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397656] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397668] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397721] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397745] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397808] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397823] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397885] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397899] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397955] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.397978] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398246] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398261] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398325] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398340] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398397] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398429] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398485] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398496] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398552] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398565] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398621] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398633] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398689] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398709] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398765] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398778] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398829] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398842] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398895] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398906] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398959] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.398973] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.399243] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.399267] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.399323] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.399336] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.399393] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.399415] sof-audio sof-audio: ipc tx: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.399482] sof-audio sof-audio: ipc tx succeeded: 0x30030000: GLB_TPLG_MSG: COMP_CONNECT
[ 13.399500] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.399578] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.399594] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.399670] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.399687] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.399804] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 13.399809] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.399820] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 13.399826] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.400202] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.400239] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.400294] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.400314] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.400368] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.400386] sof-audio sof-audio: ipc tx: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.400438] sof-audio sof-audio: ipc tx succeeded: 0x80010000: GLB_DAI_MSG: CONFIG
[ 13.400444] sof-audio sof-audio: tplg: complete pipeline PIPELINE.7.HDA5.OUT id 44
[ 13.400464] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400519] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400524] sof-audio sof-audio: tplg: complete pipeline PIPELINE.6.HDA4.OUT id 37
[ 13.400543] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400598] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400604] sof-audio sof-audio: tplg: complete pipeline PIPELINE.5.HDA3.OUT id 30
[ 13.400615] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400669] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400674] sof-audio sof-audio: tplg: complete pipeline PIPELINE.4.DMIC0.IN id 23
[ 13.400692] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400745] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400750] sof-audio sof-audio: tplg: complete pipeline PIPELINE.3.SSP2.IN id 18
[ 13.400761] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400813] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400828] sof-audio sof-audio: tplg: complete pipeline PIPELINE.2.SSP2.OUT id 12
[ 13.400837] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400890] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400904] sof-audio sof-audio: tplg: complete pipeline PIPELINE.1.SSP1.OUT id 6
[ 13.400923] sof-audio sof-audio: ipc tx: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400976] sof-audio sof-audio: ipc tx succeeded: 0x30130000: GLB_TPLG_MSG: PIPE_COMPLETE
[ 13.400992] sof-audio sof-audio: ipc tx: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401331] sof-audio sof-audio: ipc tx succeeded: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401350] sof-audio sof-audio: ipc tx: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401449] sof-audio sof-audio: ipc tx succeeded: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401466] sof-audio sof-audio: ipc tx: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401561] sof-audio sof-audio: ipc tx succeeded: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401585] sof-audio sof-audio: ipc tx: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401693] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 13.401707] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 13.401724] sof-audio sof-audio: ipc tx succeeded: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401740] sof-audio sof-audio: ipc tx: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401834] sof-audio sof-audio: ipc tx succeeded: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401849] sof-audio sof-audio: ipc tx: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401943] sof-audio sof-audio: ipc tx succeeded: 0x50010000: GLB_COMP_MSG: SET_VALUE
[ 13.401956] sof-audio sof-audio: ipc tx: 0x40020000: GLB_PM_MSG: CTX_RESTORE
[ 13.402008] sof-audio sof-audio: ipc tx succeeded: 0x40020000: GLB_PM_MSG: CTX_RESTORE
[ 13.402196] sof-audio sof-audio: pcm: open stream 1 dir 1
[ 13.402200] sof-audio sof-audio: period min 192 max 16384 bytes
[ 13.402202] sof-audio sof-audio: period count 2 max 16
[ 13.402204] sof-audio sof-audio: buffer max 65536 bytes
[ 13.402625] sof-audio sof-audio: rate_min: 48000 rate_max: 48000
[ 13.402628] sof-audio sof-audio: channels_min: 2 channels_max: 2
[ 13.402630] sof-audio sof-audio: rate_min: 48000 rate_max: 48000
[ 13.402632] sof-audio sof-audio: channels_min: 2 channels_max: 2
[ 13.414467] sof-audio sof-audio: rate_min: 48000 rate_max: 48000
[ 13.414470] sof-audio sof-audio: channels_min: 2 channels_max: 2
[ 13.414473] sof-audio sof-audio: pcm: hw params stream 1 dir 1
[ 13.414476] sof-audio sof-audio: generating page table for ffff9e908365f000 size 0xff00 pages 16
[ 13.414477] sof-audio sof-audio: pfn i 0 idx 0 pfn 13b9a0
[ 13.414479] sof-audio sof-audio: pfn i 1 idx 2 pfn 13b9a1
[ 13.414481] sof-audio sof-audio: pfn i 2 idx 5 pfn 13b9a2
[ 13.414482] sof-audio sof-audio: pfn i 3 idx 7 pfn 13b9a3
[ 13.414484] sof-audio sof-audio: pfn i 4 idx 10 pfn 13b9a4
[ 13.414485] sof-audio sof-audio: pfn i 5 idx 12 pfn 13b9a5
[ 13.414487] sof-audio sof-audio: pfn i 6 idx 15 pfn 13b9a6
[ 13.414488] sof-audio sof-audio: pfn i 7 idx 17 pfn 13b9a7
[ 13.414490] sof-audio sof-audio: pfn i 8 idx 20 pfn 13b9a8
[ 13.414491] sof-audio sof-audio: pfn i 9 idx 22 pfn 13b9a9
[ 13.414493] sof-audio sof-audio: pfn i 10 idx 25 pfn 13b9aa
[ 13.414494] sof-audio sof-audio: pfn i 11 idx 27 pfn 13b9ab
[ 13.414496] sof-audio sof-audio: pfn i 12 idx 30 pfn 13b9ac
[ 13.414497] sof-audio sof-audio: pfn i 13 idx 32 pfn 13b9ad
[ 13.414499] sof-audio sof-audio: pfn i 14 idx 35 pfn 13b9ae
[ 13.414501] sof-audio sof-audio: pfn i 15 idx 37 pfn 13b9af
[ 13.414544] sof-audio sof-audio: period_bytes:0x1200
[ 13.414560] sof-audio sof-audio: stream_tag 2
[ 13.414581] sof-audio sof-audio: ipc tx: 0x60010000: GLB_STREAM_MSG: PCM_PARAMS
[ 13.414749] sof-audio sof-audio: ipc tx succeeded: 0x60010000: GLB_STREAM_MSG: PCM_PARAMS
[ 13.419054] sof-audio sof-audio: pcm: trigger stream 1 dir 1 cmd 1
[ 13.419082] sof-audio sof-audio: ipc tx: 0x60040000: GLB_STREAM_MSG: TRIG_START
[ 13.419227] sof-audio sof-audio: ipc tx succeeded: 0x60040000: GLB_STREAM_MSG: TRIG_START
[ 13.419380] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.419395] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.419405] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.419454] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.419474] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.419484] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.419496] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.425219] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.425230] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.425243] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.430659] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.430669] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.430681] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.436097] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.436108] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.436120] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.441537] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.441547] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.441559] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 0 DAI position 0
[ 13.443309] sof-audio sof-audio: ipc rx: 0x600a000d: GLB_STREAM_MSG: POSITION
[ 13.443356] sof-audio sof-audio: posn mailbox: posn offset is 0xc1000
[ 13.443358] sof-audio sof-audio: posn : host 0x1200 dai 0x1200 wall 0x70c6a
[ 13.443360] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.443363] sof-audio sof-audio: ipc rx done: 0x600a000d: GLB_STREAM_MSG: POSITION
[ 13.446978] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.446988] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.447054] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.448858] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.448869] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.448907] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.451809] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.451820] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.451832] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.454647] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.454658] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.454681] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.459447] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.459459] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.459496] sof-audio sof-audio: PCM: stream 1 dir 1 DMA position 1152 DAI position 1152
[ 13.459569] sof-audio sof-audio: pcm: trigger stream 1 dir 1 cmd 0
[ 13.459608] sof-audio sof-audio: ipc tx: 0x60050000: GLB_STREAM_MSG: TRIG_STOP
[ 13.460269] sof-audio sof-audio: ipc tx succeeded: 0x60050000: GLB_STREAM_MSG: TRIG_STOP
[ 13.460300] sof-audio sof-audio: pcm: free stream 1 dir 1
[ 13.460326] sof-audio sof-audio: ipc tx: 0x60030000: GLB_STREAM_MSG: PCM_FREE
[ 13.460404] sof-audio sof-audio: ipc tx succeeded: 0x60030000: GLB_STREAM_MSG: PCM_FREE
[ 13.461438] sof-audio sof-audio: pcm: close stream 1 dir 1
[ 13.901753] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 13.901797] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 14.401810] sof-audio sof-audio: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 14.401838] sof-audio sof-audio: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 14.785411] audit: type=1400 audit(1536896131.169:628): avc: granted { execute } for pid=2368 comm="init" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 15.711094] sof-audio sof-audio: ipc tx: 0x40010000: GLB_PM_MSG: CTX_SAVE
[ 15.711171] sof-audio sof-audio: ipc tx succeeded: 0x40010000: GLB_PM_MSG: CTX_SAVE
[ 15.711211] sof-audio sof-audio: tag 1 not opened!
[ 15.733635] sof-audio sof-audio: DSP core(s) enabled? 0 : core_mask 3
[ 100.313761] kauditd_printk_skb: 6 callbacks suppressed
[ 100.313763] audit: type=1400 audit(1536896216.697:635): avc: granted { execute } for pid=2547 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 100.314022] audit: type=1400 audit(1536896216.697:636): avc: granted { execute } for pid=2547 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 160.377075] audit: type=1400 audit(1536896276.761:637): avc: granted { execute } for pid=2552 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 160.377378] audit: type=1400 audit(1536896276.761:638): avc: granted { execute } for pid=2552 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 220.423578] audit: type=1400 audit(1536896336.807:639): avc: granted { execute } for pid=2556 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 220.423840] audit: type=1400 audit(1536896336.807:640): avc: granted { execute } for pid=2556 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 280.484767] audit: type=1400 audit(1536896396.868:641): avc: granted { execute } for pid=2559 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 280.484988] audit: type=1400 audit(1536896396.868:642): avc: granted { execute } for pid=2559 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 340.492398] audit: type=1400 audit(1536896456.876:643): avc: granted { execute } for pid=2584 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 340.492671] audit: type=1400 audit(1536896456.876:644): avc: granted { execute } for pid=2584 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 400.551640] audit: type=1400 audit(1536896516.935:645): avc: granted { execute } for pid=2589 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 400.552615] audit: type=1400 audit(1536896516.935:646): avc: granted { execute } for pid=2589 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 460.589276] audit: type=1400 audit(1536896576.973:647): avc: granted { execute } for pid=2593 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 460.589682] audit: type=1400 audit(1536896576.973:648): avc: granted { execute } for pid=2593 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 520.630188] audit: type=1400 audit(1536896637.014:649): avc: granted { execute } for pid=2596 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 520.630456] audit: type=1400 audit(1536896637.014:650): avc: granted { execute } for pid=2596 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 580.658988] audit: type=1400 audit(1536896697.042:651): avc: granted { execute } for pid=2600 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 580.659550] audit: type=1400 audit(1536896697.043:652): avc: granted { execute } for pid=2600 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 640.722265] audit: type=1400 audit(1536896757.106:653): avc: granted { execute } for pid=2624 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 640.722525] audit: type=1400 audit(1536896757.106:654): avc: granted { execute } for pid=2624 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 700.784779] audit: type=1400 audit(1536896817.168:655): avc: granted { execute } for pid=2628 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 700.784890] audit: type=1400 audit(1536896817.168:656): avc: granted { execute } for pid=2628 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 760.848521] audit: type=1400 audit(1536896877.232:657): avc: granted { execute } for pid=2631 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 760.848780] audit: type=1400 audit(1536896877.232:658): avc: granted { execute } for pid=2631 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 820.912161] audit: type=1400 audit(1536896937.296:659): avc: granted { execute } for pid=2635 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 820.912427] audit: type=1400 audit(1536896937.296:660): avc: granted { execute } for pid=2635 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 880.212479] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: disconnect for pin:port 6:0
[ 880.929325] audit: type=1400 audit(1536896997.313:661): avc: granted { execute } for pid=2658 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 880.929585] audit: type=1400 audit(1536896997.313:662): avc: granted { execute } for pid=2658 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 940.992199] audit: type=1400 audit(1536897057.376:663): avc: granted { execute } for pid=2692 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 940.992468] audit: type=1400 audit(1536897057.376:664): avc: granted { execute } for pid=2692 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1001.052193] audit: type=1400 audit(1536897117.436:665): avc: granted { execute } for pid=2706 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1001.052460] audit: type=1400 audit(1536897117.436:666): avc: granted { execute } for pid=2706 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1061.088928] audit: type=1400 audit(1536897177.472:667): avc: granted { execute } for pid=2719 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1061.089923] audit: type=1400 audit(1536897177.473:668): avc: granted { execute } for pid=2719 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1121.148837] audit: type=1400 audit(1536897237.532:669): avc: granted { execute } for pid=2733 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1121.149590] audit: type=1400 audit(1536897237.533:670): avc: granted { execute } for pid=2733 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1181.162450] audit: type=1400 audit(1536897297.546:671): avc: granted { execute } for pid=2747 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1181.162714] audit: type=1400 audit(1536897297.546:672): avc: granted { execute } for pid=2747 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1241.192827] audit: type=1400 audit(1536897357.576:673): avc: granted { execute } for pid=2761 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1241.193035] audit: type=1400 audit(1536897357.576:674): avc: granted { execute } for pid=2761 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1301.231733] audit: type=1400 audit(1536897417.615:675): avc: granted { execute } for pid=2795 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1301.232483] audit: type=1400 audit(1536897417.615:676): avc: granted { execute } for pid=2795 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1361.288727] audit: type=1400 audit(1536897477.672:677): avc: granted { execute } for pid=2809 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1361.289008] audit: type=1400 audit(1536897477.672:678): avc: granted { execute } for pid=2809 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1421.309241] audit: type=1400 audit(1536897537.693:679): avc: granted { execute } for pid=2823 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1421.309501] audit: type=1400 audit(1536897537.693:680): avc: granted { execute } for pid=2823 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1481.372630] audit: type=1400 audit(1536897597.756:681): avc: granted { execute } for pid=2837 comm="python" name="dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1481.372883] audit: type=1400 audit(1536897597.756:682): avc: granted { execute } for pid=2837 comm="check_ethernet." path="/bin/dash" dev="mmcblk0p3" ino=131160 scontext=u:r:cros_init:s0 tcontext=u:object_r:sh_exec:s0 tclass=file
[ 1511.705119] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: disconnect for pin:port 6:0
[ 1512.568178] frecon(280):
[ 1512.568184] Frecon using drm driver i915, version 1.6, date(20170907), desc(Intel Graphics)

[ 1515.059826] DEBUG: tsm_vte:
[ 1515.059833] unhandled DA: 4 0 -1 -1...

[ 1523.333408] frecon(280):
[ 1523.333414] Frecon using drm driver i915, version 1.6, date(20170907), desc(Intel Graphics)

[ 1524.407507] frecon(280):
[ 1524.407512] Frecon using drm driver i915, version 1.6, date(20170907), desc(Intel Graphics)

Enable SOF driver to support built-in mode

Currently SOF driver only support modular mode, but we have requirement to support built-in mode, the main gap currently is that rootfs may be unavailable yet during SOF driver loading stage.

Kernel panic after unloading and reloading driver

Summary:
Run the "soft/kmod_scripts/sof_bootone.sh" script, which means to do the module reload once, but after unloading and reloading driver, kernel panic happens.

[ 31.980316] sof-audio sof-audio: warn: can't find PCM with DAI ID 0
[ 31.980776] sof-audio sof-audio: tag 1 not opened!
[ 31.980817] sof-audio sof-audio: DSP core(s) enabled? 0 : core_mask f
[ 32.301721] sof-audio-pci 0000:00:1f.3: PCI DSP detected
[ 32.301952] sof-audio-pci 0000:00:1f.3: No matching ASoC machine driver found - using nocodec

[ 32.306463] Call Trace:
[ 32.306468] hda_codec_i915_init+0x19/0x60 [snd_sof_intel_hda]
[ 32.306472] hda_dsp_probe+0x458/0x8f0 [snd_sof_intel_hda_common]
[ 32.306477] sof_probe+0x145/0x320 [snd_sof]
[ 32.306483] platform_drv_probe+0x3a/0x90
[ 32.306485] ? driver_sysfs_add+0x75/0xd0
[ 32.306487] driver_probe_device+0x2fa/0x470
[ 32.306489] ? __driver_attach+0x100/0x100
[ 32.306491] bus_for_each_drv+0x66/0xb0
[ 32.306494] __device_attach+0xd9/0x150
[ 32.306496] bus_probe_device+0x8a/0xa0
[ 32.306497] device_add+0x3f7/0x620
[ 32.306500] ? _cond_resched+0x15/0x40
[ 32.306503] platform_device_add+0x10e/0x260
[ 32.306506] platform_device_register_full+0xf0/0x100
[ 32.306509] sof_create_platform_device+0x5d/0xa0 [snd_sof]
[ 32.306513] sof_pci_probe+0x232/0x346 [sof_pci_dev]
[ 32.306518] local_pci_probe+0x42/0xa0
[ 32.306520] ? pci_assign_irq+0x27/0x130
[ 32.306522] pci_device_probe+0x146/0x1b0
[ 32.306524] driver_probe_device+0x2fa/0x470
[ 32.306526] __driver_attach+0xdc/0x100
[ 32.306528] ? driver_probe_device+0x470/0x470
[ 32.306529] bus_for_each_dev+0x76/0xc0
[ 32.306531] bus_add_driver+0x161/0x260
[ 32.306533] ? 0xffffffffc05c9000
[ 32.306535] driver_register+0x5b/0xe0
[ 32.306536] ? 0xffffffffc05c9000
[ 32.306539] do_one_initcall+0x46/0x1c8
[ 32.306542] ? kobject_uevent_env+0x117/0x810
[ 32.306544] ? _cond_resched+0x15/0x40
[ 32.306546] ? kmem_cache_alloc_trace+0x3e/0x1c0
[ 32.306549] do_init_module+0x5b/0x201
[ 32.306552] load_module+0x2689/0x2e00
[ 32.306556] ? __do_sys_finit_module+0xe9/0x110
[ 32.306558] __do_sys_finit_module+0xe9/0x110
[ 32.306560] do_syscall_64+0x55/0x110
[ 32.306563] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 32.306565] RIP: 0033:0x7f6ae6e7da49
[ 32.306565] Code: 00 f3 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0f b4 2c 00 f7 d8 64 89 01 48
[ 32.306592] RSP: 002b:00007ffdaeec0b08 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 32.306593] RAX: ffffffffffffffda RBX: 000055842d93ce90 RCX: 00007f6ae6e7da49
[ 32.306594] RDX: 0000000000000000 RSI: 000055842d1a6cee RDI: 0000000000000004
[ 32.306595] RBP: 000055842d1a6cee R08: 0000000000000000 R09: 0000000000000000
[ 32.306596] R10: 0000000000000004 R11: 0000000000000246 R12: 0000000000000000
[ 32.306597] R13: 000055842d93d3a0 R14: 0000000000040000 R15: 000055842d93ce90
[ 32.306598] ---[ end trace 37c92cd1f0a66c62 ]---

[ 32.306646] sof-audio sof-audio: error: failed to probe DSP -16
[ 32.306654] sof-audio: probe of sof-audio failed with error -16
[ 32.306933] sdhci-pci 0000:00:14.5: SDHCI controller found [8086:9df5] (rev 11)
[ 32.307753] sof-nocodec sof-nocodec: ASoC: CPU DAI SSP0 Pin not registered

Test env:
kernel: c3ba91f
sof stable-1.2: 0875f0c
soft: d77beaf
tplg: sof-apl-nocodec.tplg on APL and test-ssp0-mclk-0-I2S-volume-s16le-s16le-48k-24000k-nocodec.tplg on CNL

Log:
dmesg-apl.log
dmesg-cnl.log

[GLK] IPC communication misaligned with SOF FW

Attempting to enable HDMI/DP on Yorp [GLK] results in an IPC error:

dmesg:
[ 133.586371] sof-audio sof-audio: ipc tx: 0x60010000: GLB_STREAM_MSG: PCM_PARAMS [ 133.586534] sof-audio sof-audio: error: ipc error for 0x60010000 size 0x14 [ 133.586546] sof-audio sof-audio: ASoC: sof-audio hw params failed: -22 [ 133.586553] HDMI1: ASoC: hw_params FE failed -22

SOF FW: master, ccaff5c

Feature: enable DPIB/posbuf pointer mode for SKL+ platforms

To enable DPIB/posbuf pointer mode for SKL+ platforms, we need:

  1. refine BDL settings.
  2. add pointer callback to read postion from DPIB/posbuf;
  3. add Kconfig to force IPC update mode on SKL+, that is:
    for SKL-, we will always use IPC update mode;
    for SKL+, we will use DPIB/posbuf by default, but be able to force IPC mode for debug.

Stress Test: repetitive unloading and reloading driver causes computer halted on UP^2 and CNL using nocodec topology

Run soft/kmod_scripts/sof_bootloop.sh cause computer halted on UP^2 and CNL using nocodec topology

description:
In "sof_bootone.sh" , the sleep time is 1 second . After about 2 to 4 cycles , the system halted and can't resume anymore . Can't get dmesg log since computer already halted .

System Environment:
sof-dev: 6786cd0
sof: d696d8f
soft: a25f4b0
using test-ssp5-mclk-0-I2S-volume-s16le-s16le-48k-24576k-nocodec.tplg

reproduce steps:
./sof_bootloop.sh

log:
boot_0.boot.log
boot_1.boot.log
boot_2.boot.log

New sparse warning after PM patches merged

new error after PM patches merged:

make SUBDIRS=sound/soc/sof C=1

sound/soc/sof/pm.c:178:31: warning: incorrect type in assignment (different base types)
sound/soc/sof/pm.c:178:31: expected int [signed] state
sound/soc/sof/pm.c:178:31: got restricted snd_pcm_state_t [usertype] state
sound/soc/sof/pm.c:193:31: warning: incorrect type in assignment (different base types)
sound/soc/sof/pm.c:193:31: expected int [signed] state
sound/soc/sof/pm.c:193:31: got restricted snd_pcm_state_t [usertype] state

Enhance SOF driver support for HDAudio on SKL+ platforms

This will include a group of features

  • Enable SOF driver to support 3rd party HD-A analog codec. #135
  • Enable SOF driver to support DP MST (DisplayPort's Multi-stream transport) #136
  • Enable SOF driver to support legacy HD-A mode #138
  • Enable DPIB/posbuf pointer mode for SKL+ platforms #122

It cannot refer to issues in SOF repo now.

Kernel panic after system booted

Summary:
kernel panic happened after system booted. Only happen on BYT, not found on UP2 and CNL.

[ 8.223585] sysfs: cannot create duplicate filename '/bus/platform/devices/bytcr_rt5651'
[ 8.223591] CPU: 2 PID: 248 Comm: systemd-udevd Not tainted 4.18.0+ #5
[ 8.223593] Hardware name: ADI Minnowboard Turbot D0 PLATFORM/MinnowBoard Turbot, BIOS MNW2MAX1.X64.0097.R01.1709211052 09/21/2017

[ 8.223594] Call Trace:
[ 8.223606] dump_stack+0x5c/0x7b
[ 8.223613] sysfs_warn_dup+0x56/0x70
[ 8.223617] sysfs_do_create_link_sd.isra.2+0x98/0xb0
[ 8.223622] bus_add_device+0x77/0x160
[ 8.223626] device_add+0x38c/0x620
[ 8.223630] ? _cond_resched+0x15/0x40
[ 8.223633] platform_device_add+0x10e/0x260

[ 8.223904] sof-audio sof-audio: free topology...
[ 8.223915] BUG: unable to handle kernel NULL pointer dereference at 00000000000000b0
[ 8.224013] PGD 0 P4D 0
[ 8.224048] Oops: 0000 [#1] SMP PTI
[ 8.224089] CPU: 2 PID: 248 Comm: systemd-udevd Not tainted 4.18.0+ #5
[ 8.224158] Hardware name: ADI Minnowboard Turbot D0 PLATFORM/MinnowBoard Turbot, BIOS MNW2MAX1.X64.0097.R01.1709211052 09/21/2017
[ 8.224294] RIP: 0010:snd_soc_tplg_component_remove+0x2e/0x3e0 [snd_soc_core]

[ 8.225265] Call Trace:
[ 8.225306] snd_sof_free_topology+0xc0/0xf0 [snd_sof]
[ 8.225370] sof_probe+0x397/0x3d0 [snd_sof]
[ 8.225423] platform_drv_probe+0x3a/0x90
[ 8.225470] ? driver_sysfs_add+0x75/0xd0
[ 8.225517] driver_probe_device+0x2fa/0x470
[ 8.225567] ? __driver_attach+0x100/0x100

Test env:
sof master:
sof tool:
kernel sof-dev:
tplg: test-ssp2-mclk-0-I2S-volume-s16le-s16le-48k-19200k-codec.tplg

I test with kernel sof-dev commit 1f6c9cf and found no kernel panic issue. So should be caused by Rander's patch. @RanderWang

Log:
dmesg-kernel.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.