leifliddy / macbook12-audio-driver

WIP audio driver for the cs4208 codec found in the 12" MacBook (MacBook9,1, MacBook10,1).
89 stars 9 forks source link

Error running install.cirrus.driver.sh #6

Closed marcusenglert closed 3 years ago

marcusenglert commented 4 years ago

Hi, just tried to run install.cirrus.driver.sh on my MCBOOK12 2017: ......... killall alsactl &> /dev/null modprobe -r snd_hda_intel modprobe: FATAL: Module snd_hda_intel is in use. Makefile:10: recipe for target 'install' failed make: *** [install] Error 1

contents of /lib/modules/5.0.0-37-generic/updates insgesamt 332 drwxr-xr-x 2 root root 4096 Dez 25 18:17 dkms -rw-r--r-- 1 root root 229160 Dez 26 10:28 hci_uart.ko lrwxrwxrwx 1 root root 31 Dez 26 10:51 snd-hda-codec-cirrus.ko -> snd-hda-codec-cirrus.ko_speaker -rw-r--r-- 1 root root 104368 Dez 26 10:51 snd-hda-codec-cirrus.ko_speaker marcus@Marcus-MacBook:~/macbook12-audio-driver$ alsactl: Kein Prozess gefunden

Thanks for your help

Best

Marcus

leifliddy commented 4 years ago

That's normal. It can't remove the snd_hda_intel module because it's in use. Just reboot your system, and the speakers should work.

marcusenglert commented 4 years ago

Thanks! Not working though.... even after reboot

leifliddy commented 4 years ago

The driver should work on a macbook10,1. But, I don't think anyone has confirmed that yet. It should be almost identical hardware-wise to a macbook9,1.

can you post the output of: pacmd list-sinks aplay --list-devices amixer

Also, If you run alsamixer -c0

Do see one PCM channel and four S/PDIF {1,2,3,4} channels?

marcusenglert commented 4 years ago

Thanks! Here are the outputs:

1 sink(s) available.
  * index: 0
    name: <alsa_output.pci-0000_00_1f.3.analog-surround-40>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE 
    priority: 9039
    volume: front-left: 61604 /  94% / -1,61 dB,   front-right: 61604 /  94% / -1,61 dB,   rear-left: 61604 /  94% / -1,61 dB,   rear-right: 61604 /  94% / -1,61 dB
            balance 0,00
    base volume: 65536 / 100% / 0,00 dB
    volume steps: 65537
    muted: no
    current latency: 0,00 ms
    max request: 0 KiB
    max rewind: 0 KiB
    monitor source: 0
    sample spec: s16le 4ch 44100Hz
    channel map: front-left,front-right,rear-left,rear-right
                 Surround 4.0
    used by: 0
    linked by: 0
    configured latency: 0,00 ms; range is 0,50 .. 185,76 ms
    card: 0 <alsa_card.pci-0000_00_1f.3>
    module: 7
    properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
        device.class = "sound"
        alsa.class = "generic"
        alsa.subclass = "generic-mix"
        alsa.name = "CS4208 Analog"
        alsa.id = "CS4208 Analog"
        alsa.subdevice = "0"
        alsa.subdevice_name = "subdevice #0"
        alsa.device = "0"
        alsa.card = "0"
        alsa.card_name = "HDA Intel PCH"
        alsa.long_card_name = "HDA Intel PCH at 0x92820000 irq 32"
        alsa.driver_name = "snd_hda_intel"
        device.bus_path = "pci-0000:00:1f.3"
        sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
        device.bus = "pci"
        device.vendor.id = "8086"
        device.vendor.name = "Intel Corporation"
        device.product.id = "9d71"
        device.product.name = "Sunrise Point-LP HD Audio"
        device.form_factor = "internal"
        device.string = "surround40:0"
        device.buffering.buffer_size = "65536"
        device.buffering.fragment_size = "32768"
        device.access_mode = "mmap+timer"
        device.profile.name = "analog-surround-40"
        device.profile.description = "Analog Surround 4.0"
        device.description = "Eingebautes Tongerät Analog Surround 4.0"
        alsa.mixer_name = "Cirrus Logic CS4208"
        alsa.components = "HDA:10134208,106b6600,00100401 HDA:8086280b,80860101,00100000"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-pci"
    ports:
        analog-output: Analoge Ausgabe (priority 9900, latency offset 0 usec, available: unknown)
            properties:

    active port: <analog-output>
**** Liste der Hardware-Geräte (PLAYBACK) ****
Karte 0: PCH [HDA Intel PCH], Gerät 0: CS4208 Analog [CS4208 Analog]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 3: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 7: HDMI 1 [HDMI 1]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 8: HDMI 2 [HDMI 2]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 9: HDMI 3 [HDMI 3]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 10: HDMI 4 [HDMI 4]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Simple mixer control 'PCM',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 247 [97%] [-1.60dB]
  Front Right: Playback 247 [97%] [-1.60dB]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',2
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',3
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',4
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]

I see one PCM and five S/PDIF Channels (one without number and 1,2,3,4)

Many thanks!!

Best

Marcus

leifliddy commented 4 years ago

this what is looks like on my macbook9,1

pacmd list-sinks

1 sink(s) available.
  * index: 0
        name: <alsa_output.pci-0000_00_1f.3.analog-surround-40>
        driver: <module-alsa-card.c>
        flags: HARDWARE HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
        state: SUSPENDED
        suspend cause: IDLE
        priority: 9039
        volume: front-left: 43299 /  66% / -10.80 dB,   front-right: 41350 /  63% / -12.00 dB,   rear-left: 43299 /  66% / -10.80 dB,   rear-right: 41350 /  63% / -12.00 dB
                balance -0.05
        base volume: 65536 / 100% / 0.00 dB
        volume steps: 65537
        muted: no
        current latency: 0.00 ms
        max request: 0 KiB
        max rewind: 0 KiB
        monitor source: 0
        sample spec: s16le 4ch 44100Hz
        channel map: front-left,front-right,rear-left,rear-right
                     Surround 4.0
        used by: 0
        linked by: 0
        configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
        card: 0 <alsa_card.pci-0000_00_1f.3>
        module: 6
        properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "CS4208 Analog"
                alsa.id = "CS4208 Analog"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "0"
                alsa.card_name = "HDA Intel PCH"
                alsa.long_card_name = "HDA Intel PCH at 0xc1820000 irq 34"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:1f.3"
                sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
                device.bus = "pci"
                device.vendor.id = "8086"
                device.vendor.name = "Intel Corporation"
                device.product.id = "9d70"
                device.product.name = "Sunrise Point-LP HD Audio"
                device.form_factor = "internal"
                device.string = "surround40:0"
                device.buffering.buffer_size = "705600"
                device.buffering.fragment_size = "352800"
                device.access_mode = "mmap+timer"
                device.profile.name = "analog-surround-40"
                device.profile.description = "Analog Surround 4.0"
                device.description = "Built-in Audio Analog Surround 4.0"
                alsa.mixer_name = "Cirrus Logic CS4208"
                alsa.components = "HDA:10134208,106b6500,00100401 HDA:80862809,80860101,00100000"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        ports:
                analog-output: Analog Output (priority 9900, latency offset 0 usec, available: unknown)
                        properties:

        active port: <analog-output>

amixer

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 43299 [66%] [on]
  Front Right: Playback 41350 [63%] [on]
  Rear Left: Playback 43299 [66%] [on]
  Rear Right: Playback 41350 [63%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Capture 0 - 65536
  Front Left: Capture 65536 [100%] [on]
  Front Right: Capture 65536 [100%] [on]
  Rear Left: Capture 65536 [100%] [on]
  Rear Right: Capture 65536 [100%] [on]

**my aplay and alsamixer output is exactly the same

**what we really need is the output of alsa-info.sh could you post this output?

There's only very minor differences hardware-wise between the macbook9,1 and macbook10,1. The vendor node commands used in patch_cirrus_a1534_setup.h might be different. That's what I was afraid of....but I didn't have a macbook10,1 to test on when this driver was being developed. Unfortunately, it's not going to be an easy process to get the macbook10,1 supported. I really need three things for that to happen.

  1. a macbook10,1 to test on (obviously)
  2. to get in touch w/ the kernel developer who wrote most of this driver (in the event that I can't figure out the source of the issue)
  3. ...and to setup a bounty or other form of payment for said kernel developer. (It's not super expensive or anything).

The time needed to get the the macbook10,1 supported would be far less then what it took to get the initial driver working (which was several weeks). I would estimate that it would only take a day or two for the developer to get it working.

Alternatively, I could put you in touch w/ the developer and see if you guys could work something out.

In any case, I was thinking about getting a macbook10,1 sometime next year. I could work on the driver when that happens, but that could be a few months away.

leifliddy commented 4 years ago

I might have figured it out.

patch_cirrus_a1534_setup.h:        retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_SUBSYSTEM_ID, 0x00000000, 0x106b6500, 8); // 0x001f2000
patch_cirrus_a1534_setup.h:        retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_SUBSYSTEM_ID, 0x00000000, 0x106b6500, 22); // 0x001f2000

In patch_cirrus_a1534_setup.h there are two vendor node commands sent to 0x106b6500 however, the device id on the macbook10,1 is 0x106b6600

leifliddy commented 4 years ago

How good are your Linux skills? Can you edit patch_cirrus/patch_cirrus_a1534_setup.h and change the two instances of 0x106b6500 to 0x106b6600 and then re-run install.cirrus.sh?

marcusenglert commented 4 years ago

Many Thanks for your answer! happy to provide a bounty if it helps. I am not very IT savy so I would probably not be the right partner for a developer... Pls. see: http://alsa-project.org/db/?f=9a6f36e28529c35b10a8a319b64b63411986e06a

Many Thanks Marcus

marcusenglert commented 4 years ago

ahhhh, thanks! I am a lousy Linux person, but I will try and revert. Best Marcus

leifliddy commented 4 years ago

No worries, I can send you a script to do this if you want.

leifliddy commented 4 years ago

Can you try this whenever you have time?

git clone https://github.com/leifliddy/macbook12-audio-driver.git  
cd macbook12-audio-driver/
cp patch_cirrus/patch_cirrus_a1534_setup.h patch_cirrus/patch_cirrus_a1534_setup.h.orig
sed -i 's/106b6500/106b6600/' patch_cirrus/patch_cirrus_a1534_setup.h
./install.cirrus.driver.sh
reboot
leifliddy commented 4 years ago

the alsa-info.sh is pretty much identical between the macbook9,1 and 10,1

[root@mac tmp]$ diff -up 9file 10file 
--- 9file   2019-12-26 21:26:24.220057099 +0100
+++ 10file  2019-12-26 21:25:52.031397663 +0100
@@ -6,7 +6,7 @@ Codec: Cirrus Logic CS4208
 Address: 0
 AFG Function Id: 0x1 (unsol 1)
 Vendor Id: 0x10134208
-Subsystem Id: 0x106b6500
+Subsystem Id: 0x106b6600
 Revision Id: 0x100401
 No Modem Function Group found
 Default PCM:
@@ -389,10 +389,10 @@ Node 0x23 [Beep Generator Widget] wcaps
 Node 0x24 [Vendor Defined Widget] wcaps 0xf0e2c1: 16-Channels Digital
   Unsolicited: tag=00, enabled=0
   Processing caps: benign=0, ncoeff=128
-Codec: Intel Skylake HDMI
+Codec: Intel Kabylake HDMI
 Address: 2
 AFG Function Id: 0x1 (unsol 0)
-Vendor Id: 0x80862809
+Vendor Id: 0x8086280b
 Subsystem Id: 0x80860101
 Revision Id: 0x100000
 No Modem Function Group found
@@ -486,3 +486,4 @@ Node 0x07 [Pin Complex] wcaps 0x40778d:
      0x02 0x03 0x04
 Node 0x08 [Vendor Defined Widget] wcaps 0xf00000: Mono
 --endcollapse--

the Subsystem Id of codec#0 and the Vendor ID of codec#1 (hdmi) is different. But, that's pretty much it.

marcusenglert commented 4 years ago

Thank you! Unfortunately still not working, sorry! Best Marcus

leifliddy commented 4 years ago

Can you please verify that the subsystem id's have changed? Please post the output from the following grep command

cd macbook12-audio-driver/patch_cirrus/
grep -i subsystem patch_cirrus_a1534_setup.h
arturasb commented 4 years ago

Hi.

Your work is inspiring. I have a question regarding the Mac BookPro 14,1 - is it possible to utilize your patch for the 14,1 model ? Can you point what modifications are needed to your files in order to work on 14,1 ?

Regards ArtūrasB.

marcusenglert commented 4 years ago

Hi, here you go: retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_SUBSYSTEM_ID, 0x00000000, 0x106b6600, 8); // 0x001f2000 retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_SUBSYSTEM_ID, 0x00000000, 0x106b6600, 22); // 0x001f2000

Thank you!

Best

Marcus

arturasb commented 4 years ago

Hi, here you go: retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_SUBSYSTEM_ID, 0x00000000, 0x106b6600, 8); // 0x001f2000 retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_SUBSYSTEM_ID, 0x00000000, 0x106b6600, 22); // 0x001f2000

Thank you!

Best

Marcus

Thank you. Unfortunately no sound after changes were made and everything was recompiled and installed :( I guess there are 14,1 specific bits and pieces which needs to be addressed somehow.

leifliddy commented 4 years ago

@arturasb this driver is only for the 12 inch macbooks (2015-2017). davidjo's repo provides an audio driver for the MBP 14,1 14,2, and 14,3 models. https://github.com/davidjo/snd_hda_macbookpro

arturasb commented 4 years ago

@arturasb this driver is only for the 12 inch macbooks (2015-2017). davidjo's repo provides an audio driver for the MBP 14,1 14,2, and 14,3 models. https://github.com/davidjo/snd_hda_macbookpro

Got it. Posted my question there :D

leifliddy commented 4 years ago

so....I now have the tools necessary to create the macbook10,1 driver myself. Today, I was able to recreate the macbook9,1 Linux driver from macOS kernel logs. No need for an outside developer anymore! I've also created a macOS bootable usb stick running a custom (macOS) kernel that can be used to generate the logs needed to create the Linux driver. I just need a macbook10,1 to test on.

marcusenglert commented 4 years ago

wow! that is great news, thank you so much! Anything I can do? Where are you based? Thanks and kind regards Marcus

Von meinem iPhone gesendet

Am 28.12.2019 um 20:04 schrieb leifliddy notifications@github.com:

 so....I now have the tools necessary to create the macbook10,1 driver myself. Today, I was able to recreate the macbook9,1 driver from macOS kernel logs. No need for an outside developer anymore! I've also created a macOS bootable usb stick running a custom (macOS) kernel that can be used to generate the logs needed to create the Linux driver. I just need a macbook10,1 to test on.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

leifliddy commented 4 years ago

I'm based out of Germany. If you want, I could send you a usb stick that you would boot macOS from. From there, you would just run a couple of commands to generate and extract the necessary log files.

leifliddy commented 4 years ago

Can you post the output of amixer contents

numid=4,iface=MIXER,name='Master Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=3,iface=MIXER,name='Master Playback Volume'
  ; type=INTEGER,access=rw------,values=4,min=0,max=65536,step=1
  : values=11225,9257,9257,9257
numid=2,iface=MIXER,name='Capture Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=1,iface=MIXER,name='Capture Volume'
  ; type=INTEGER,access=rw------,values=4,min=0,max=65536,step=1
  : values=65536,65536,65536,65536

]

...and amixer scontents

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 13193 [20%] [on]
  Front Right: Playback 9257 [14%] [on]
  Rear Left: Playback 9257 [14%] [on]
  Rear Right: Playback 9257 [14%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Capture 0 - 65536
  Front Left: Capture 65536 [100%] [on]
  Front Right: Capture 65536 [100%] [on]
  Rear Left: Capture 65536 [100%] [on]
  Rear Right: Capture 65536 [100%] [on]
savoca commented 4 years ago

Hi! I also have a 2017 model, maybe I can add some info.

My install:

alex@macbook:~$ lsb_release -d
Description:    Ubuntu 19.10
alex@macbook:~$ uname -r
5.3.0-26-generic

Subsystem/Vendor IDs from alsa-info:

alex@macbook:~$ grep -e "Subsystem Id" -e "Vendor Id:" Desktop/alsa-info.txt 
Vendor Id: 0x10134208
Subsystem Id: 0x106b6600
Vendor Id: 0x8086280b
Subsystem Id: 0x80860101

I've followed the issue and applied the sed changes above. The switch.audio script works without errors.

amixer contents:

numid=26,iface=CARD,name='HDMI/DP,pcm=10 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=2,iface=CARD,name='HDMI/DP,pcm=3 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=8,iface=CARD,name='HDMI/DP,pcm=7 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=14,iface=CARD,name='HDMI/DP,pcm=8 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=20,iface=CARD,name='HDMI/DP,pcm=9 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=3,iface=MIXER,name='IEC958 Playback Con Mask'
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=9,iface=MIXER,name='IEC958 Playback Con Mask',index=1
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=15,iface=MIXER,name='IEC958 Playback Con Mask',index=2
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=21,iface=MIXER,name='IEC958 Playback Con Mask',index=3
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=27,iface=MIXER,name='IEC958 Playback Con Mask',index=4
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=4,iface=MIXER,name='IEC958 Playback Pro Mask'
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=10,iface=MIXER,name='IEC958 Playback Pro Mask',index=1
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=16,iface=MIXER,name='IEC958 Playback Pro Mask',index=2
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=22,iface=MIXER,name='IEC958 Playback Pro Mask',index=3
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=28,iface=MIXER,name='IEC958 Playback Pro Mask',index=4
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=5,iface=MIXER,name='IEC958 Playback Default'
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=11,iface=MIXER,name='IEC958 Playback Default',index=1
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=17,iface=MIXER,name='IEC958 Playback Default',index=2
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=23,iface=MIXER,name='IEC958 Playback Default',index=3
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=29,iface=MIXER,name='IEC958 Playback Default',index=4
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=6,iface=MIXER,name='IEC958 Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=12,iface=MIXER,name='IEC958 Playback Switch',index=1
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=18,iface=MIXER,name='IEC958 Playback Switch',index=2
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=24,iface=MIXER,name='IEC958 Playback Switch',index=3
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=30,iface=MIXER,name='IEC958 Playback Switch',index=4
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=1,iface=PCM,name='Playback Channel Map'
  ; type=INTEGER,access=r----R--,values=4,min=0,max=36,step=0
  : values=0,0,0,0
  | container
    | chmap-fixed=FL,FR
    | chmap-fixed=FL,FR,RL,RR

numid=7,iface=PCM,name='ELD',device=3
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=32,iface=PCM,name='Playback Channel Map',device=3
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

numid=13,iface=PCM,name='ELD',device=7
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=33,iface=PCM,name='Playback Channel Map',device=7
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

numid=19,iface=PCM,name='ELD',device=8
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=34,iface=PCM,name='Playback Channel Map',device=8
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

numid=25,iface=PCM,name='ELD',device=9
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=35,iface=PCM,name='Playback Channel Map',device=9
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

numid=31,iface=PCM,name='ELD',device=10
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=36,iface=PCM,name='Playback Channel Map',device=10
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

amixer scontents:

Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',2
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',3
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',4
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]

Full alsa-info: https://paste.ubuntu.com/p/vPbfM2Tp6Y/ Win10 cirrus info including init verbs: https://paste.ubuntu.com/p/YY9qTnhjsZ/

Thank you for your hard work! :+1:

leifliddy commented 4 years ago

Thanks for that. Something isn't right with the mixers. If you look at my amixer output above, I get the same output with just the stock kernel module. With the macbook10,1, there's no master playback switch or volume control created. Do you also get the same output with the stock kernel module, or is it different?

Could you try this:

  1. enable kernel debug messages for the snd_hda_codec_cirrus module echo "options snd_hda_codec_cirrus dyndbg==pmf" > /etc/modprobe.d/cirrus.conf

  2. then clone and run the install script from this test repo: https://github.com/leifliddy/macbook10-1-audio-driver-test

  3. reboot

  4. then post this output dmesg | egrep 'snd|cirrus'

  5. also, post the output of amixer sget Master

savoca commented 4 years ago

amixer contents with stock kernel:

numid=40,iface=CARD,name='HDMI/DP,pcm=10 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=16,iface=CARD,name='HDMI/DP,pcm=3 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=22,iface=CARD,name='HDMI/DP,pcm=7 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=28,iface=CARD,name='HDMI/DP,pcm=8 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=34,iface=CARD,name='HDMI/DP,pcm=9 Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=12,iface=CARD,name='Headphone Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=10,iface=CARD,name='Internal Mic Phantom Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=on
numid=11,iface=CARD,name='Mic Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=off
numid=13,iface=CARD,name='Speaker Phantom Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=on
numid=9,iface=MIXER,name='Master Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=8,iface=MIXER,name='Master Playback Volume'
  ; type=INTEGER,access=rw---R--,values=1,min=0,max=127,step=0
  : values=87
  | dBscale-min=-63.50dB,step=0.50dB,mute=0
numid=2,iface=MIXER,name='Line Out Playback Switch'
  ; type=BOOLEAN,access=rw------,values=2
  : values=on,on
numid=1,iface=MIXER,name='Line Out Playback Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=127,step=0
  : values=127,127
  | dBscale-min=-63.50dB,step=0.50dB,mute=0
numid=7,iface=MIXER,name='Mic Boost Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=3,step=0
  : values=0,0
  | dBscale-min=-20.00dB,step=10.00dB,mute=0
numid=5,iface=MIXER,name='Capture Switch'
  ; type=BOOLEAN,access=rw------,values=2
  : values=on,on
numid=4,iface=MIXER,name='Capture Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=63,step=0
  : values=63,63
  | dBscale-min=-51.00dB,step=1.00dB,mute=0
numid=17,iface=MIXER,name='IEC958 Playback Con Mask'
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=23,iface=MIXER,name='IEC958 Playback Con Mask',index=1
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=29,iface=MIXER,name='IEC958 Playback Con Mask',index=2
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=35,iface=MIXER,name='IEC958 Playback Con Mask',index=3
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=41,iface=MIXER,name='IEC958 Playback Con Mask',index=4
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00]
numid=18,iface=MIXER,name='IEC958 Playback Pro Mask'
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=24,iface=MIXER,name='IEC958 Playback Pro Mask',index=1
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=30,iface=MIXER,name='IEC958 Playback Pro Mask',index=2
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=36,iface=MIXER,name='IEC958 Playback Pro Mask',index=3
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=42,iface=MIXER,name='IEC958 Playback Pro Mask',index=4
  ; type=IEC958,access=r-------,values=1
  : values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00]
numid=19,iface=MIXER,name='IEC958 Playback Default'
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=25,iface=MIXER,name='IEC958 Playback Default',index=1
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=31,iface=MIXER,name='IEC958 Playback Default',index=2
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=37,iface=MIXER,name='IEC958 Playback Default',index=3
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=43,iface=MIXER,name='IEC958 Playback Default',index=4
  ; type=IEC958,access=rw------,values=1
  : values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00]
numid=20,iface=MIXER,name='IEC958 Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=26,iface=MIXER,name='IEC958 Playback Switch',index=1
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=32,iface=MIXER,name='IEC958 Playback Switch',index=2
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=38,iface=MIXER,name='IEC958 Playback Switch',index=3
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=44,iface=MIXER,name='IEC958 Playback Switch',index=4
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=3,iface=MIXER,name='Auto-Mute Mode'
  ; type=ENUMERATED,access=rw------,values=1,items=2
  ; Item #0 'Disabled'
  ; Item #1 'Enabled'
  : values=1
numid=6,iface=MIXER,name='Internal Mic Boost Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=2,step=0
  : values=0,0
  | dBscale-min=0.00dB,step=10.00dB,mute=0
numid=15,iface=PCM,name='Capture Channel Map'
  ; type=INTEGER,access=r----R--,values=2,min=0,max=36,step=0
  : values=0,0
  | container
    | chmap-fixed=FL,FR

numid=14,iface=PCM,name='Playback Channel Map'
  ; type=INTEGER,access=r----R--,values=2,min=0,max=36,step=0
  : values=0,0
  | container
    | chmap-fixed=FL,FR

numid=21,iface=PCM,name='ELD',device=3
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=46,iface=PCM,name='Playback Channel Map',device=3
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

numid=27,iface=PCM,name='ELD',device=7
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=47,iface=PCM,name='Playback Channel Map',device=7
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

numid=33,iface=PCM,name='ELD',device=8
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=48,iface=PCM,name='Playback Channel Map',device=8
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

numid=39,iface=PCM,name='ELD',device=9
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=49,iface=PCM,name='Playback Channel Map',device=9
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

numid=45,iface=PCM,name='ELD',device=10
  ; type=BYTES,access=r--v----,values=0
  : values=
numid=50,iface=PCM,name='Playback Channel Map',device=10
  ; type=INTEGER,access=rw---R--,values=8,min=0,max=36,step=0
  : values=0,0,0,0,0,0,0,0
  | container
    | chmap-variable=FL,FR

amixer scontents with stock kernel:

Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 127
  Mono: Playback 87 [69%] [-20.00dB] [on]
Simple mixer control 'Line Out',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 127
  Mono:
  Front Left: Playback 127 [100%] [0.00dB] [on]
  Front Right: Playback 127 [100%] [0.00dB] [on]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [-20.00dB]
  Front Right: 0 [0%] [-20.00dB]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',2
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',3
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',4
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 63
  Front Left: Capture 63 [100%] [12.00dB] [on]
  Front Right: Capture 63 [100%] [12.00dB] [on]
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Enabled'
Simple mixer control 'Internal Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 2
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]

After applying macbook-10-1-audio-driver test repo: dmesg | egrep 'snd|cirrus'

[    3.173405] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.238154] snd_hda_codec_cirrus: loading out-of-tree module taints kernel.
[    3.238204] snd_hda_codec_cirrus: module verification failed: signature and/or required key missing - tainting kernel
[    3.238639] patch_cirrus: patch_cs4208 begin
[    3.238639] patch_cirrus: cs_spec begin
[    3.238640] snd_hda_intel: setup_a1534 begin
[    3.239945] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 24: 0x00000001 0x00000000
[    3.275075] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 1102: 0x00000003 0x00000002
[    3.314531] snd_hda_intel: setup_a1534 end
[    3.314532] snd_hda_intel: play_a1534 begin
[    3.319342] snd_hda_intel: play_a1534 end
[    3.319344] patch_cirrus: cs4208_fixup_mac begin
[    3.319345] patch_cirrus: cs420x_fixup_gpio0 begin
[    3.319346] patch_cirrus: cs4208_fix_amp_caps begin
[    3.319403] patch_cirrus: cs4208_fix_amp_caps begin
[    3.319464] patch_cirrus: cs4208_fix_amp_caps begin
[    3.319530] patch_cirrus: cs_parse_auto_config begin
[    3.319845] snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4208: line_outs=1 (0x1d/0x0/0x0/0x0/0x0) type:speaker
[    3.319848] snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.319850] snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[    3.319851] snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
[    3.319853] snd_hda_codec_cirrus hdaudioC0D0:    inputs:
[    3.319854] snd_hda_codec_cirrus hdaudioC0D0:      Internal Mic=0x19
[    3.319856] snd_hda_codec_cirrus hdaudioC0D0:      Mic=0x18
[    3.321701] patch_cirrus: cs420x_fixup_gpio0 begin
[    3.321702] snd_hda_intel: cs_4208_build_pcms_explicit
[    3.321704] snd_hda_intel: end cs_4208_build_pcms_explicit
[    3.321729] snd_hda_intel: cs_4208_init_explicit enter
[    3.321730] snd_hda_intel: cs_4208_init snd_hda_gen_init NOT CALLED
[    3.321730] snd_hda_intel: cs_4208_init_explicit end
[    3.321731] snd_hda_intel: cs_4208_build_controls_explicit
[    3.321731] snd_hda_intel: end cs_4208_build_controls_explicit
[    7.383682] snd_hda_intel: cs_4208_init_explicit enter
[    7.383683] snd_hda_intel: cs_4208_init snd_hda_gen_init NOT CALLED
[    7.383683] snd_hda_intel: cs_4208_init_explicit end
[    7.384060] snd_hda_intel: playback_pcm_open hook
[    7.384065] snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
[    7.384066] snd_hda_intel: playing to speakers
[    7.384067] snd_hda_intel: play_a1534 begin
[    7.384393] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
[    7.384807] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
[    7.388600] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
[    7.388910] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
[    7.388973] snd_hda_intel: play_a1534 end
[    7.389127] snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare enter
[    7.398347] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 0 cur 1578862618
[    7.398410] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD power check 0x01 2 0
[    7.398411] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD HOOK PREPARE end
[    7.398414] snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
[   12.435123] snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup enter
[   12.435125] snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup exit
[   15.756414] snd_hda_intel: cs_4208_init_explicit enter
[   15.756415] snd_hda_intel: cs_4208_init snd_hda_gen_init NOT CALLED
[   15.756415] snd_hda_intel: cs_4208_init_explicit end
[   15.756581] snd_hda_intel: playback_pcm_open hook
[   15.756585] snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
[   15.756585] snd_hda_intel: playing to speakers
[   15.756586] snd_hda_intel: play_a1534 begin
[   15.756860] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
[   15.757166] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
[   15.760678] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
[   15.760940] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
[   15.760975] snd_hda_intel: play_a1534 end
[   15.761132] snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare enter
[   15.770490] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1578862618 cur 1578862626
[   15.770596] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD power check 0x01 2 0
[   15.770597] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD HOOK PREPARE end
[   15.770602] snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
[   20.783081] snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup enter
[   20.783084] snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup exit
[   38.100476] snd_hda_intel: cs_4208_init_explicit enter
[   38.100478] snd_hda_intel: cs_4208_init snd_hda_gen_init NOT CALLED
[   38.100480] snd_hda_intel: cs_4208_init_explicit end
[   38.100746] snd_hda_intel: playback_pcm_open hook
[   38.100758] snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
[   38.100760] snd_hda_intel: playing to speakers
[   38.100761] snd_hda_intel: play_a1534 begin
[   38.101083] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
[   38.101537] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
[   38.105375] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
[   38.105703] snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
[   38.105765] snd_hda_intel: play_a1534 end
[   38.106124] snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare enter
[   38.118482] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1578862626 cur 1578862648
[   38.118621] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD power check 0x01 2 0
[   38.118623] snd_hda_intel: command nid cs_4208_playback_pcm_hook BAD HOOK PREPARE end
[   38.118632] snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
[   48.660389] snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup enter
[   48.660396] snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup exit

Lastly:

alex@macbook:~$ amixer sget Master
amixer: Unable to find simple control 'Master',0
leifliddy commented 4 years ago

I found this link today. https://forum.manjaro.org/t/no-sound-on-macbook-10-1/116882/8

Apparently, this guy is running Manjaro w/ kernel 5.4 on a macbook10,1 And his amixer output looks like this:

$ amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 43527 [66%] [on]
  Front Right: Playback 43527 [66%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 30419 [46%] [on]
  Front Right: Capture 30419 [46%] [on]

I'm really curious as to whether having this amixer 'Master',0 mixer control would make any difference or not. I'm not sure why savoca and marcusenglert aren't seeing this. We'll, it's going to be down to one of two things.

  1. kernel version
  2. something your particular Linux distro is doing on an OS-level
leifliddy commented 4 years ago

Just a quick note about this test project: https://github.com/leifliddy/macbook10-1-audio-driver-test

I built the macbook10-1-audio-driver driver using the logs generated from a custom AppleHDA kext we installed on marcusenglert's macbook10,1 (using the same process I used to build this driver) So, the macbook10-1 driver is specifically geared towards the macbook10,1, but there's only very minor differences between that and this driver. The subsystem id's are different, and some of the GPIO masks are different, but that's about it. I was able to install the macbook10-1-audio-driver-test driver on my macbook9,1 and it worked. But, it's yet to be seen whether the reverse is true.

So....back to square one. Once we figure out the issue and get the audio working for the macbook10,1, I'll merge these two projects together.

savoca commented 4 years ago

I've tried with up to kernel 5.5-rc5, so maybe I'm getting a separate bug with Ubuntu 19.10? I can try 18.04 next, but it doesn't ship with a kernel supporting the touchpad so I use Cubic to replace the kernel:

https://www.linuxuprising.com/2018/07/how-to-customize-ubuntu-or-linux-mint.html

leifliddy commented 4 years ago

I wouldn't try Ubuntu. marcusenglert is running Ubuntu 18.04 ,and is running into the same issue. I'm not even sure if this missing 'Master',0 mixer control is the source of the issue or not, but it would be nice to rule it out. I'm a long-time Fedora user. Would you be willing to try it out? I could give you clear instructions on how to install Fedora to a usb stick (w/ persistent storage), update the kernel, compile the driver...etc Should only take 15 min or so to setup everything up.

The other obvious distro to use would be Manjaro. I've just never used it before. Shouldn't be that hard to figure out how to create a live usb stick w/ persistent storage.

savoca commented 4 years ago

I'll give it a shot first! :) Am a long time Ubuntu/Debian user.

leifliddy commented 4 years ago

Cool, no worries. Let me know how it goes. I sent davidjo https://github.com/davidjo

...logs, alsa-info...etc from marcusenglert's macbook10,1 laptop + my macbook9,1 laptop. I'll let you guys know if he finds anything of significance.

quiteDEADlee commented 4 years ago

Hey, you recommended me this way from the Manjaro forums for help with my macbook10,1 (12 inch 2017) that's not playing audio. I ran this and my speakers still aren't working :cry: here's the outputs from my machine:

ALSA: http://alsa-project.org/db/?f=342443b5e837a1d7c248e303e7a1c482646a6fc9

amixer contents: numid=4,iface=MIXER,name='Master Playback Switch' ; type=BOOLEAN,access=rw------,values=1 : values=on numid=3,iface=MIXER,name='Master Playback Volume' ; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1 : values=58982,58982 numid=2,iface=MIXER,name='Capture Switch' ; type=BOOLEAN,access=rw------,values=1 : values=on numid=1,iface=MIXER,name='Capture Volume' ; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1 : values=65536,65536

amixer scontents: Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right Limits: Playback 0 - 65536 Mono: Front Left: Playback 58982 [90%] [on] Front Right: Playback 58982 [90%] [on] Simple mixer control 'Capture',0 Capabilities: cvolume cswitch cswitch-joined Capture channels: Front Left - Front Right Limits: Capture 0 - 65536 Front Left: Capture 65536 [100%] [on] Front Right: Capture 65536 [100%] [on]

Any help is much appreciated!

leifliddy commented 4 years ago

I sent a Fedora 31 live usb stick pre-loaded with the following driver to @marcusenglert https://github.com/leifliddy/macbook10-1-audio-driver-test

...and he confirmed that it worked. I'd like him to run a few more tests --like installing this driver on the usb stick (https://github.com/leifliddy/macbook12-audio-driver) and see if that works as well. **According to Marcus and savoca neither of these drivers worked on Ubuntu, which I'm not sure why. I think it may be due to an os-level or application-level config issue that's specific to Ubuntu.

So, the only thing I know for sure at this point --is that the speakers work (on macbook 12" 2017 model) on Fedora 31 w/ the macbook10-1-audio-driver-test driver installed.

Can you try installing the macbook10-1-audio-driver-test driver? Just use the same install instructions that you used for this driver, then reboot your system. Let me know if that works for you or not.

techguy9 commented 3 years ago

I would really like to see this working on the 10,1 on Fedora and Arch. Ran the install script on Fedora 32 and it currently results in errors on install and no working driver after reboot:

Resolving cdn.kernel.org (cdn.kernel.org)... 199.232.33.176, 2a04:4e42:45::432
Connecting to cdn.kernel.org (cdn.kernel.org)|199.232.33.176|:443... connected.
HTTP request sent, awaiting response... 416 Range Not Satisfiable

    The file is already fully retrieved; nothing to do.

linux-5.8.13/sound/pci/hda/
linux-5.8.13/sound/pci/hda/Kconfig
linux-5.8.13/sound/pci/hda/Makefile
linux-5.8.13/sound/pci/hda/ca0132_regs.h
linux-5.8.13/sound/pci/hda/hda_auto_parser.c
linux-5.8.13/sound/pci/hda/hda_auto_parser.h
linux-5.8.13/sound/pci/hda/hda_beep.c
linux-5.8.13/sound/pci/hda/hda_beep.h
linux-5.8.13/sound/pci/hda/hda_bind.c
linux-5.8.13/sound/pci/hda/hda_codec.c
linux-5.8.13/sound/pci/hda/hda_controller.c
linux-5.8.13/sound/pci/hda/hda_controller.h
linux-5.8.13/sound/pci/hda/hda_controller_trace.h
linux-5.8.13/sound/pci/hda/hda_eld.c
linux-5.8.13/sound/pci/hda/hda_generic.c
linux-5.8.13/sound/pci/hda/hda_generic.h
linux-5.8.13/sound/pci/hda/hda_hwdep.c
linux-5.8.13/sound/pci/hda/hda_intel.c
linux-5.8.13/sound/pci/hda/hda_intel.h
linux-5.8.13/sound/pci/hda/hda_intel_trace.h
linux-5.8.13/sound/pci/hda/hda_jack.c
linux-5.8.13/sound/pci/hda/hda_jack.h
linux-5.8.13/sound/pci/hda/hda_local.h
linux-5.8.13/sound/pci/hda/hda_proc.c
linux-5.8.13/sound/pci/hda/hda_sysfs.c
linux-5.8.13/sound/pci/hda/hda_tegra.c
linux-5.8.13/sound/pci/hda/hp_x360_helper.c
linux-5.8.13/sound/pci/hda/patch_analog.c
linux-5.8.13/sound/pci/hda/patch_ca0110.c
linux-5.8.13/sound/pci/hda/patch_ca0132.c
linux-5.8.13/sound/pci/hda/patch_cirrus.c
linux-5.8.13/sound/pci/hda/patch_cmedia.c
linux-5.8.13/sound/pci/hda/patch_conexant.c
linux-5.8.13/sound/pci/hda/patch_hdmi.c
linux-5.8.13/sound/pci/hda/patch_realtek.c
linux-5.8.13/sound/pci/hda/patch_si3054.c
linux-5.8.13/sound/pci/hda/patch_sigmatel.c
linux-5.8.13/sound/pci/hda/patch_via.c
linux-5.8.13/sound/pci/hda/thinkpad_helper.c
make -C /lib/modules/5.8.13-200.fc32.x86_64/build M=/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13 modules
make[1]: Entering directory '/usr/src/kernels/5.8.13-200.fc32.x86_64'
  CC [M]  /home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus.o
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus.c:43:18: error: field ‘last_play_time’ has incomplete type
   43 |  struct timespec last_play_time;
      |                  ^~~~~~~~~~~~~~
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus.c:48:18: error: field ‘first_play_time’ has incomplete type
   48 |  struct timespec first_play_time;
      |                  ^~~~~~~~~~~~~~~
In file included from /home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_setup.h:1158,
                 from /home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus.c:533:
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_pcm.h: In function ‘cs_4208_playback_pcm_hook’:
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_pcm.h:172:20: error: storage size of ‘curtim’ isn’t known
  172 |    struct timespec curtim;
      |                    ^~~~~~
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_pcm.h:173:4: error: implicit declaration of function ‘getnstimeofday’ [-Werror=implicit-function-declaration]
  173 |    getnstimeofday(&curtim);
      |    ^~~~~~~~~~~~~~
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_pcm.h:172:20: warning: unused variable ‘curtim’ [-Wunused-variable]
  172 |    struct timespec curtim;
      |                    ^~~~~~
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_pcm.h:206:19: error: storage size of ‘curtim’ isn’t known
  206 |   struct timespec curtim;
      |                   ^~~~~~
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_pcm.h:206:19: warning: unused variable ‘curtim’ [-Wunused-variable]
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_pcm.h: In function ‘cs_4208_jack_unsol_event’:
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus_a1534_pcm.h:287:10: error: too few arguments to function ‘snd_hda_jack_tbl_get_from_tag’
  287 |  event = snd_hda_jack_tbl_get_from_tag(codec, tag);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus.c:17:
/home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/hda_jack.h:68:1: note: declared here
   68 | snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:281: /home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13/patch_cirrus.o] Error 1
make[1]: *** [Makefile:1752: /home/sebastian/macbook10-1-audio-driver-test/build/hda-5.8.13] Error 2
make[1]: Leaving directory '/usr/src/kernels/5.8.13-200.fc32.x86_64'
make: *** [Makefile:5: all] Error 2
cp snd-hda-codec-cirrus.ko /lib/modules/5.8.13-200.fc32.x86_64/updates/snd-hda-codec-cirrus.ko_speaker
cp: cannot stat 'snd-hda-codec-cirrus.ko': No such file or directory
make: *** [Makefile:10: install] Error 1

contents of /lib/modules/5.8.13-200.fc32.x86_64/updates
total 0

I'm willing to help in any way to have sound working on it and have it functional across distros.

leifliddy commented 3 years ago

@techguy9 Haven't updated that macbook10-1-audio-driver-test repo in a while as it seems like savoca and marcusenglert have dropped off the map. Ok, I've just updated it. I've gotten rid the debug versions of the driver files I was using before. If you want to see the codec_dbg statements in the kernel log then create the following modprobe file: echo "options snd_hda_codec_cirrus dyndbg==pmf" > /etc/modprobe.d/cirrus.conf

It would also be helpful if you posted the output of the following commands:

amixer
amixer contents
amixer scontents
amixer sget Master
pacmd list-sinks
techguy9 commented 3 years ago

@leifliddy Sorry for the delay, here are the outputs of the commands after running the test repo script on Fedora 33 and restarting (with Analog Stereo Output as the set configuration):

$ amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 65536 [100%] [on]
  Front Right: Playback 65536 [100%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 65536 [100%] [on]
  Front Right: Capture 65536 [100%] [on]
$ amixer contents
numid=4,iface=MIXER,name='Master Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=3,iface=MIXER,name='Master Playback Volume'
  ; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1
  : values=65536,65536
numid=2,iface=MIXER,name='Capture Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=1,iface=MIXER,name='Capture Volume'
  ; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1
  : values=65536,65536
$ amixer scontents
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 65536 [100%] [on]
  Front Right: Playback 65536 [100%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 65536 [100%] [on]
  Front Right: Capture 65536 [100%] [on]
$ amixer sget Master
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 65536 [100%] [on]
  Front Right: Playback 65536 [100%] [on]
$ pacmd list-sinks
1 sink(s) available.
  * index: 6
    name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 9039
    volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
            balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.00 ms
    max request: 0 KiB
    max rewind: 0 KiB
    monitor source: 6
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
                 Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
    card: 0 <alsa_card.pci-0000_00_1f.3>
    module: 6
    properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
        device.class = "sound"
        alsa.class = "generic"
        alsa.subclass = "generic-mix"
        alsa.name = "CS4208 Analog"
        alsa.id = "CS4208 Analog"
        alsa.subdevice = "0"
        alsa.subdevice_name = "subdevice #0"
        alsa.device = "0"
        alsa.card = "0"
        alsa.card_name = "HDA Intel PCH"
        alsa.long_card_name = "HDA Intel PCH at 0x92820000 irq 34"
        alsa.driver_name = "snd_hda_intel"
        device.bus_path = "pci-0000:00:1f.3"
        sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
        device.bus = "pci"
        device.vendor.id = "8086"
        device.vendor.name = "Intel Corporation"
        device.product.id = "9d71"
        device.product.name = "Sunrise Point-LP HD Audio"
        device.form_factor = "internal"
        device.string = "front:0"
        device.buffering.buffer_size = "352800"
        device.buffering.fragment_size = "176400"
        device.access_mode = "mmap+timer"
        device.profile.name = "analog-stereo"
        device.profile.description = "Analog Stereo"
        device.description = "Built-in Audio Analog Stereo"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-pci"
    ports:
        analog-output: Analog Output (priority 9900, latency offset 0 usec, available: unknown)
            properties:

    active port: <analog-output>

Kernel logs:

21:23:44 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:23:44 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:23:44 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:23:44 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:23:44 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:23:44 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
21:23:44 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:23:44 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:23:44 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:23:18 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:23:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:23:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:23:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:23:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:23:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:23:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
21:23:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:23:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:23:07 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:23:02 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:22:53 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:22:53 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:22:53 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:22:53 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:22:53 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:22:53 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
21:22:53 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:22:53 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:22:53 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:22:44 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:22:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:22:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:22:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:22:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:22:31 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:22:31 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
21:22:31 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:22:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:22:31 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:07:37 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:07:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:07:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:07:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:07:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:07:31 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:07:31 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:07:31 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:07:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:07:31 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:07:28 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:07:28 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:07:28 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:07:28 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:07:28 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:07:28 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
21:07:28 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:07:28 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:07:28 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:06:53 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:06:48 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:06:48 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:06:48 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:06:48 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:06:48 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:06:48 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
21:06:48 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:06:48 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:06:48 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:03:08 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:03:01 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:03:01 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:03:01 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:03:01 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:03:01 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:03:01 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:03:01 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:03:01 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:03:01 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:02:58 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:02:58 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:02:58 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:02:58 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:02:58 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:58 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:58 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:58 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:58 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:02:56 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:02:56 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:02:56 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:02:56 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:02:56 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:56 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:56 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:56 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:56 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:02:40 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:02:40 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:02:40 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:02:40 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:02:40 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:40 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
21:02:40 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:40 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:40 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:02:12 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:02:07 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:02:07 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:02:07 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:02:01 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000000 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_cleanup: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_hook: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_prepare: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:54 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 137: 0x00000030 0x00000033
21:01:54 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_playback_pcm_open: snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
21:01:54 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:01:44 kernel: snd_hda_codec_cirrus:cs_4208_build_controls_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_build_controls_explicit end
21:01:44 kernel: snd_hda_codec_cirrus:cs_4208_init_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
21:01:44 kernel: snd_hda_codec_cirrus:cs_4208_build_pcms_explicit: snd_hda_codec_cirrus hdaudioC0D0: cs_4208_build_pcms_explicit end
21:01:44 kernel: snd_hda_codec_cirrus hdaudioC0D0:      Mic=0x18
21:01:44 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:44 kernel: snd_hda_codec_cirrus:setup_a1534: snd_hda_codec_cirrus hdaudioC0D0: setup_a1534 end
21:01:44 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 1102: 0x00000003 0x00000002
21:01:44 kernel: snd_hda_codec_cirrus:setup_a1534: snd_hda_codec_cirrus hdaudioC0D0: setup_a1534 start
21:01:44 kernel: snd_hda_codec_cirrus: module verification failed: signature and/or required key missing - tainting kernel
leifliddy commented 3 years ago

Not sure why your dmesg output is in reverse order.

But, here's what it looks like on the macbook9,1

BTW, I have some additional debug options enabled in /etc/modprobe.d/cirrus.conf

options snd_hda_codec_cirrus dyndbg==pmf
options snd_hda_codec dyndbg==pmf
options snd_hda_intel dyndbg==pmf 

dmesg output

snd_hda_codec_cirrus:setup_a1534: snd_hda_codec_cirrus hdaudioC0D0: setup_a1534 start
snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 24: 0x00000001 0x00000000
snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 451: 0x00000040 0x00000000
snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 1335: 0x00000111 0x00000000
snd_hda_codec_cirrus:setup_a1534: snd_hda_codec_cirrus hdaudioC0D0: setup_a1534 end
snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec:apply_fixup: snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
snd_hda_codec:apply_fixup: snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4208: line_outs=1 (0x1d/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
snd_hda_codec_cirrus hdaudioC0D0:    inputs:
snd_hda_codec_cirrus hdaudioC0D0:      Internal Mic=0x19
snd_hda_codec_cirrus hdaudioC0D0:      Mic=0x18
snd_hda_codec:apply_fixup: snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)

vs your macbook10,1:

21:01:44 kernel: snd_hda_codec_cirrus: module verification failed: signature and/or required key missing - tainting kernel
21:01:44 kernel: snd_hda_codec_cirrus:setup_a1534: snd_hda_codec_cirrus hdaudioC0D0: setup_a1534 start
21:01:44 kernel: snd_hda_codec_cirrus:snd_hda_codec_read_check: snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 1102: 0x00000003 0x00000002
21:01:44 kernel: snd_hda_codec_cirrus:setup_a1534: snd_hda_codec_cirrus hdaudioC0D0: setup_a1534 end
21:01:44 kernel: snd_hda_codec_cirrus:play_a1534: snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
21:01:44 kernel: snd_hda_codec_cirrus hdaudioC0D0:      Mic=0x18

**it looks like it's not finding the speaker pinout.

which is odd considering the savoca's dmesg output on his macbook10,1 was

snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4208: line_outs=1 (0x1d/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
snd_hda_codec_cirrus hdaudioC0D0:    inputs:
snd_hda_codec_cirrus hdaudioC0D0:      Internal Mic=0x19
snd_hda_codec_cirrus hdaudioC0D0:      Mic=0x18

It also looks like the mb10,1 failing to read the return value (from seq number 1102), which probably shouldn't be happening.

retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_GPIO_DATA, 0x00000000, 0x00000002, 1102);

**The mb9,1 isn't failing to read any AC_VERB_GET_GPIO_DATA return values

the differences between the mb9,1 and 10,1 in this area are:

-   snd_hda_codec_write(codec, codec->core.afg, 0, AC_VERB_SET_GPIO_MASK, 0x00000004); // 0x00171604
-   retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_GPIO_DATA, 0x00000000, 0x00000004, 1102); // 0x001f1500
-   snd_hda_codec_write(codec, codec->core.afg, 0, AC_VERB_SET_GPIO_MASK, 0x00000006); // 0x00171606
-   retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_GPIO_DATA, 0x00000000, 0x00000006, 1105); // 0x001f1500
+   snd_hda_codec_write(codec, codec->core.afg, 0, AC_VERB_SET_GPIO_MASK, 0x00000002); // 0x00171602
+   retval = snd_hda_codec_read_check(codec, codec->core.afg, 0, AC_VERB_GET_GPIO_DATA, 0x00000000, 0x00000002, 1102); // 0x001f1500

I don't own a macbook10,1 and had rely on someone else to provide me me with the logging data that was necessary to create this function with. So, I'm not able to verify whether this data is correct or not. Unfortunately, I just don't have much time to dedicate towards this at the moment.

xaiki commented 3 years ago

already discussed this with @leifliddy by email: I can confirm that sound works on Macbook10,1 on Debian with kernel 5.10 and the code in this repository. I can also confirm that it works with this code: https://github.com/leifliddy/macbook10-1-audio-driver-test

(probably this bug should be renamed to Macbook10,1 issues, and closed)

for completness and futher reference, i'm attaching my logs:

MAINLINE KERNEL (i.e. no patch)

dmesg

Linux version 5.10.0-1-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-3) 10.2.1 20201224, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.10.4-1 (2020-12-31)
Command line: BOOT_IMAGE=/vmlinuz-5.10.0-1-amd64 root=/dev/mapper/kithira--vg-root ro quiet
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x0000000083dc1fff] usable
BIOS-e820: [mem 0x0000000083dc2000-0x0000000083fc3fff] reserved
BIOS-e820: [mem 0x0000000083fc4000-0x0000000084cbafff] usable
BIOS-e820: [mem 0x0000000084cbb000-0x0000000084cbbfff] ACPI NVS
BIOS-e820: [mem 0x0000000084cbc000-0x0000000084cbcfff] reserved
BIOS-e820: [mem 0x0000000084cbd000-0x0000000084f4dfff] usable
BIOS-e820: [mem 0x0000000084f4e000-0x0000000084f4efff] reserved
BIOS-e820: [mem 0x0000000084f4f000-0x000000008ab9efff] usable
BIOS-e820: [mem 0x000000008ab9f000-0x000000008ac0efff] type 20
BIOS-e820: [mem 0x000000008ac0f000-0x000000008af2efff] reserved
BIOS-e820: [mem 0x000000008af2f000-0x000000008af7efff] ACPI NVS
BIOS-e820: [mem 0x000000008af7f000-0x000000008affefff] ACPI data
BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] usable
BIOS-e820: [mem 0x000000008b000000-0x000000008fffffff] reserved
BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
BIOS-e820: [mem 0x00000000ff939000-0x00000000ff968fff] reserved
BIOS-e820: [mem 0x0000000100000000-0x000000046effffff] usable
NX (Execute Disable) protection: active
efi: EFI v2.40 by Apple
efi: ACPI=0x8affe000 ACPI 2.0=0x8affe014 SMBIOS=0x8af00000 SMBIOS 3.0=0x8aefe000 
secureboot: Secure boot could not be determined (mode 0)
SMBIOS 3.0.0 present.
DMI: Apple Inc. MacBook10,1/Mac-EE2EBD4B90B839A8, BIOS 429.60.3.0.0 11/03/2020
tsc: Detected 1400.000 MHz processor
tsc: Detected 1399.946 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x46f000 max_arch_pfn = 0x400000000
MTRR default type: write-back
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-FFFFF uncachable
MTRR variable ranges enabled:
  0 base 00C0000000 mask 7FC0000000 uncachable
  1 base 00A0000000 mask 7FE0000000 uncachable
  2 base 0090000000 mask 7FF0000000 uncachable
  3 base 008C000000 mask 7FFC000000 uncachable
  4 base 008B000000 mask 7FFF000000 uncachable
  5 base 4000000000 mask 4000000000 uncachable
  6 disabled
  7 disabled
  8 disabled
  9 disabled
x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
last_pfn = 0x8b000 max_arch_pfn = 0x400000000
Using GB pages for direct mapping
RAMDISK: [mem 0x2fde9000-0x33eebfff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x000000008AFFE014 000024 (v02 APPLE )
ACPI: XSDT 0x000000008AFFD0E8 0000B4 (v01 APPLE  Apple00  00000000      01000013)
ACPI: FACP 0x000000008AFF8000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
ACPI: DSDT 0x000000008AFEB000 008707 (v02 APPLE  MacBook  000A0001 INTL 20140424)
ACPI: FACS 0x000000008AF7C000 000040
ACPI: UEFI 0x000000008AF7D000 000042 (v01 INTEL  EDK2     00000002      01000013)
ACPI: ECDT 0x000000008AFFA000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: HPET 0x000000008AFF7000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: APIC 0x000000008AFF6000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: MCFG 0x000000008AFF5000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: SBST 0x000000008AFF4000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: SSDT 0x000000008AFEA000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFE5000 000031 (v01 APPLE  SsdtS3   00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFE4000 0000DD (v01 APPLE  SataAhci 00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFE3000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFDE000 0007FC (v02 APPLE  Xhci     00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFDD000 000423 (v02 PmRef  Cpu0Ist  00003000 INTL 20140424)
ACPI: SSDT 0x000000008AFDC000 0005AA (v02 PmRef  ApIst    00003000 INTL 20140424)
ACPI: SSDT 0x000000008AFDB000 000295 (v02 PmRef  Cpu0Cst  00003001 INTL 20140424)
ACPI: SSDT 0x000000008AFDA000 000119 (v02 PmRef  ApCst    00003000 INTL 20140424)
ACPI: SSDT 0x000000008AFD9000 000F16 (v02 CpuRef CpuSsdt  00003000 INTL 20140424)
ACPI: DMAR 0x000000008AFD8000 00013C (v01 APPLE  KBL      00000001 INTL 00000001)
ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
ACPI: Local APIC address 0xfee00000
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x000000046effffff]
NODE_DATA(0) allocated [mem 0x46efd4000-0x46effdfff]
Zone ranges:
  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  Normal   [mem 0x0000000100000000-0x000000046effffff]
  Device   empty
Movable zone start for each node
Early memory node ranges
  node   0: [mem 0x0000000000001000-0x0000000000057fff]
  node   0: [mem 0x0000000000059000-0x000000000009dfff]
  node   0: [mem 0x0000000000100000-0x0000000083dc1fff]
  node   0: [mem 0x0000000083fc4000-0x0000000084cbafff]
  node   0: [mem 0x0000000084cbd000-0x0000000084f4dfff]
  node   0: [mem 0x0000000084f4f000-0x000000008ab9efff]
  node   0: [mem 0x000000008afff000-0x000000008affffff]
  node   0: [mem 0x0000000100000000-0x000000046effffff]
Zeroed struct page in unavailable ranges: 26313 pages
Initmem setup node 0 [mem 0x0000000000001000-0x000000046effffff]
On node 0 totalpages: 4167991
  DMA zone: 64 pages used for memmap
  DMA zone: 23 pages reserved
  DMA zone: 3996 pages, LIFO batch:0
  DMA32 zone: 8807 pages used for memmap
  DMA32 zone: 563611 pages, LIFO batch:63
  Normal zone: 56256 pages used for memmap
  Normal zone: 3600384 pages, LIFO batch:63
Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
TSC deadline timer available
smpboot: Allowing 4 CPUs, 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x83dc2000-0x83fc3fff]
PM: hibernation: Registered nosave memory: [mem 0x84cbb000-0x84cbbfff]
PM: hibernation: Registered nosave memory: [mem 0x84cbc000-0x84cbcfff]
PM: hibernation: Registered nosave memory: [mem 0x84f4e000-0x84f4efff]
PM: hibernation: Registered nosave memory: [mem 0x8ab9f000-0x8ac0efff]
PM: hibernation: Registered nosave memory: [mem 0x8ac0f000-0x8af2efff]
PM: hibernation: Registered nosave memory: [mem 0x8af2f000-0x8af7efff]
PM: hibernation: Registered nosave memory: [mem 0x8af7f000-0x8affefff]
PM: hibernation: Registered nosave memory: [mem 0x8b000000-0x8fffffff]
PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe00ffff]
PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xff938fff]
PM: hibernation: Registered nosave memory: [mem 0xff939000-0xff968fff]
PM: hibernation: Registered nosave memory: [mem 0xff969000-0xffffffff]
[mem 0x90000000-0xdfffffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
percpu: Embedded 54 pages/cpu s183960 r8192 d29032 u524288
pcpu-alloc: s183960 r8192 d29032 u524288 alloc=1*2097152
pcpu-alloc: [0] 0 1 2 3 
Built 1 zonelists, mobility grouping on.  Total pages: 4102841
Policy zone: Normal
Kernel command line: BOOT_IMAGE=/vmlinuz-5.10.0-1-amd64 root=/dev/mapper/kithira--vg-root ro quiet
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
mem auto-init: stack:off, heap alloc:on, heap free:off
Memory: 2084488K/16671964K available (12295K kernel code, 2540K rwdata, 4060K rodata, 2380K init, 1692K bss, 604976K reserved, 0K cma-reserved)
random: get_random_u64 called from __kmem_cache_create+0x2e/0x550 with crng_init=0
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Kernel/User page tables isolation: enabled
ftrace: allocating 35988 entries in 141 pages
ftrace: allocated 141 pages with 4 groups
rcu: Hierarchical RCU implementation.
rcu:    RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
    Rude variant of Tasks RCU enabled.
    Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
random: crng done (trusting CPU's manufacturer)
Console: colour dummy device 80x25
printk: console [tty0] enabled
ACPI: Core revision 20200925
clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
DMAR: ANDD device: 3 name: \_SB.PCI0.I2C2
DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
DMAR: ANDD device: b name: \_SB.PCI0.UA02
DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
Switched APIC routing to cluster x2apic.
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x142ded56ffd, max_idle_ns: 440795252761 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 2799.89 BogoMIPS (lpj=5599784)
pid_max: default: 32768 minimum: 301
LSM: Security Framework initializing
Yama: disabled by default; enable with sysctl kernel.yama.*
AppArmor: AppArmor initialized
TOMOYO Linux initialized
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mce: CPU0: Thermal monitoring enabled (TM1)
process: using mwait in idle threads
Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Mitigation: Full generic retpoline
Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Spectre V2 : Enabling Restricted Speculation for firmware calls
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
TAA: Mitigation: Clear CPU buffers
SRBDS: Mitigation: Microcode
MDS: Mitigation: Clear CPU buffers
Freeing SMP alternatives memory: 32K
smpboot: CPU0: Intel(R) Core(TM) i7-7Y75 CPU @ 1.30GHz (family: 0x6, model: 0x8e, stepping: 0x9)
Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
... version:                4
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             00007fffffffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
rcu: Hierarchical SRCU implementation.
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
x86: Booting SMP configuration:
.... node  #0, CPUs:      #1 #2
MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
 #3
smp: Brought up 1 node, 4 CPUs
smpboot: Max logical packages: 1
smpboot: Total of 4 processors activated (11199.56 BogoMIPS)
node 0 deferred pages initialised in 20ms
devtmpfs: initialized
x86/mm: Memory block size: 128MB
PM: Registering ACPI NVS region [mem 0x84cbb000-0x84cbbfff] (4096 bytes)
PM: Registering ACPI NVS region [mem 0x8af2f000-0x8af7efff] (327680 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1610091045.056:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
cpuidle: using governor ladder
cpuidle: using governor menu
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type PCI registered
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
PCI: Using configuration type 1 for base access
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
ACPI: Disabled all _OSI OS vendors
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(3.0 _SCP Extensions)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI: Added _OSI(Linux-Dell-Video)
ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
ACPI: Added _OSI(Darwin)
ACPI: 11 ACPI AML tables successfully acquired and loaded
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: Boot ECDT EC used to handle transactions
ACPI: BIOS _OSI(Darwin) query honored via DMI
ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
ACPI: Dynamic OEM Table Load:
ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF941080EB5000 Table is already loaded (20200925/tbdata-520)
ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU0._OSC due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU1._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU2._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU3.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU3._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU4.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU4._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU5.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU5._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU6.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU6._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU7.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU7._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI: Dynamic OEM Table Load:
ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF941080C68800 Table is already loaded (20200925/tbdata-520)
ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI: Dynamic OEM Table Load:
ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF941080EB2800 Table is already loaded (20200925/tbdata-520)
ACPI Error: Aborting method \_PR.CPU1.APPT due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU1._PDC due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU2._PDC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU3.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU3._PDC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: Enabled 6 GPEs in block 00 to 7F
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeafffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-3e]
pci 0000:00:00.0: [8086:590c] type 00 class 0x060000
pci 0000:00:02.0: [8086:591e] type 00 class 0x030000
pci 0000:00:02.0: reg 0x10: [mem 0x91000000-0x91ffffff 64bit]
pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
pci 0000:00:02.0: BAR 2: assigned to efifb
pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
pci 0000:00:14.0: reg 0x10: [mem 0x92800000-0x9280ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
pci 0000:00:15.0: reg 0x10: [mem 0x92828000-0x92828fff 64bit]
pci 0000:00:15.2: [8086:9d62] type 00 class 0x118000
pci 0000:00:15.2: reg 0x10: [mem 0x92829000-0x92829fff 64bit]
pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
pci 0000:00:16.0: reg 0x10: [mem 0x9282a000-0x9282afff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:19.0: [8086:9d66] type 00 class 0x118000
pci 0000:00:19.0: reg 0x10: [mem 0x9282b000-0x9282bfff 64bit]
pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
pci 0000:00:1d.1: [8086:9d19] type 01 class 0x060400
pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.1: Intel SPT PCH root port ACS workaround enabled
pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
pci 0000:00:1e.0: reg 0x10: [mem 0x9282c000-0x9282cfff 64bit]
pci 0000:00:1e.3: [8086:9d2a] type 00 class 0x118000
pci 0000:00:1e.3: reg 0x10: [mem 0x9282d000-0x9282dfff 64bit]
pci 0000:00:1f.0: [8086:9d4b] type 00 class 0x060100
pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
pci 0000:00:1f.2: reg 0x10: [mem 0x92824000-0x92827fff]
pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
pci 0000:00:1f.3: reg 0x10: [mem 0x92820000-0x92823fff 64bit]
pci 0000:00:1f.3: reg 0x20: [mem 0x00000000-0x0000ffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
pci 0000:00:1f.4: reg 0x10: [mem 0x9282e000-0x9282e0ff 64bit]
pci 0000:00:1f.4: reg 0x20: [io  0x3040-0x305f]
pci 0000:01:00.0: [106b:2003] type 00 class 0x018002
pci 0000:01:00.0: reg 0x10: [mem 0x92700000-0x92703fff 64bit]
pci 0000:00:1c.0: PCI bridge to [bus 01]
pci 0000:00:1c.0:   bridge window [mem 0x92700000-0x927fffff]
pci 0000:02:00.0: [14e4:43a3] type 00 class 0x028000
pci 0000:02:00.0: reg 0x10: [mem 0x92400000-0x92407fff 64bit]
pci 0000:02:00.0: reg 0x18: [mem 0x92000000-0x923fffff 64bit]
pci 0000:02:00.0: supports D1 D2
pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 02]
pci 0000:00:1d.0:   bridge window [mem 0x92000000-0x924fffff]
pci 0000:03:00.0: [14e4:1570] type 00 class 0x048000
pci 0000:03:00.0: reg 0x10: [mem 0x92600000-0x9260ffff 64bit]
pci 0000:03:00.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:03:00.0: reg 0x20: [mem 0x92500000-0x925fffff 64bit]
pci 0000:03:00.0: supports D1
pci 0000:03:00.0: PME# supported from D0 D3hot
pci 0000:00:1d.1: PCI bridge to [bus 03]
pci 0000:00:1d.1:   bridge window [mem 0x92500000-0x926fffff]
pci 0000:00:1d.1:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x7
ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
iommu: Default domain type: Translated 
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
pci 0000:00:02.0: vgaarb: bridge control possible
vgaarb: loaded
EDAC MC: Ver: 3.0.0
Registered efivars operations
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel:  unlabeled traffic allowed by default
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
e820: reserve RAM buffer [mem 0x83dc2000-0x83ffffff]
e820: reserve RAM buffer [mem 0x84cbb000-0x87ffffff]
e820: reserve RAM buffer [mem 0x84f4e000-0x87ffffff]
e820: reserve RAM buffer [mem 0x8ab9f000-0x8bffffff]
e820: reserve RAM buffer [mem 0x8b000000-0x8bffffff]
e820: reserve RAM buffer [mem 0x46f000000-0x46fffffff]
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
hpet0: 8 comparators, 64-bit 24.000000 MHz counter
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
AppArmor: AppArmor Filesystem Enabled
pnp: PnP ACPI init
system 00:00: [io  0xffff] has been reserved
system 00:00: [io  0x1800-0x18fe] has been reserved
system 00:00: [io  0x0800-0x087f] has been reserved
system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
system 00:02: [mem 0xfed10000-0xfed17fff] has been reserved
system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:02: [mem 0xe0000000-0xefffffff] has been reserved
system 00:02: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:02: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:02: [mem 0xff000000-0xffffffff] could not be reserved
system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:02: [mem 0xfd000000-0xfdffffff] has been reserved
system 00:02: [mem 0xfe000000-0xfe00ffff] has been reserved
system 00:02: [mem 0xfe010000-0xfe010fff] has been reserved
system 00:02: [mem 0xfe020000-0xfe035fff] has been reserved
system 00:02: [mem 0xfe036000-0xfe03bfff] has been reserved
system 00:02: [mem 0xfe03c000-0xfe03cfff] has been reserved
system 00:02: [mem 0xfe03d000-0xfe0bffff] has been reserved
system 00:02: [mem 0xfe0c0000-0xfe0fffff] has been reserved
system 00:02: [mem 0xfe100000-0xfe1fffff] has been reserved
system 00:02: [mem 0xfe200000-0xfe3fffff] has been reserved
system 00:02: [mem 0xfe400000-0xfe40ffff] has been reserved
system 00:02: [mem 0xfe410000-0xfe5fffff] has been reserved
system 00:02: [mem 0xfe600000-0xfe7fffff] has been reserved
system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
system 00:03: [mem 0x20000000-0x201fffff] could not be reserved
system 00:03: [mem 0x40000000-0x401fffff] could not be reserved
system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp: PnP ACPI: found 4 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered protocol family 2
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
NET: Registered protocol family 1
NET: Registered protocol family 44
pci 0000:00:1f.3: BAR 4: assigned [mem 0x4000000000-0x400000ffff 64bit]
pci 0000:00:1c.0: PCI bridge to [bus 01]
pci 0000:00:1c.0:   bridge window [mem 0x92700000-0x927fffff]
pci 0000:00:1d.0: PCI bridge to [bus 02]
pci 0000:00:1d.0:   bridge window [mem 0x92000000-0x924fffff]
pci 0000:00:1d.1: PCI bridge to [bus 03]
pci 0000:00:1d.1:   bridge window [mem 0x92500000-0x926fffff]
pci 0000:00:1d.1:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
pci_bus 0000:00: resource 20 [mem 0x90000000-0xfeafffff window]
pci_bus 0000:00: resource 21 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:01: resource 1 [mem 0x92700000-0x927fffff]
pci_bus 0000:02: resource 1 [mem 0x92000000-0x924fffff]
pci_bus 0000:03: resource 1 [mem 0x92500000-0x926fffff]
pci_bus 0000:03: resource 2 [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
PCI: CLS 256 bytes, default 64
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 66572K
DMAR: Failed to find handle for ACPI object \_SB.PCI0.I2C0
DMAR: ACPI device "device:18" under DMAR at fed91000 as 00:15.2
DMAR: ACPI device "device:19" under DMAR at fed91000 as 00:1e.3
DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA00
DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA02
DMAR: No ATSR found
DMAR: dmar0: Using Queued invalidation
DMAR: dmar1: Using Queued invalidation
pci 0000:00:00.0: Adding to iommu group 0
pci 0000:00:02.0: Adding to iommu group 1
pci 0000:00:14.0: Adding to iommu group 2
pci 0000:00:15.0: Adding to iommu group 3
pci 0000:00:15.2: Adding to iommu group 3
pci 0000:00:16.0: Adding to iommu group 4
pci 0000:00:19.0: Adding to iommu group 5
pci 0000:00:1c.0: Adding to iommu group 6
pci 0000:00:1d.0: Adding to iommu group 7
pci 0000:00:1d.1: Adding to iommu group 8
pci 0000:00:1e.0: Adding to iommu group 9
pci 0000:00:1e.3: Adding to iommu group 9
pci 0000:00:1f.0: Adding to iommu group 10
pci 0000:00:1f.2: Adding to iommu group 10
pci 0000:00:1f.3: Adding to iommu group 10
pci 0000:00:1f.4: Adding to iommu group 10
pci 0000:01:00.0: Adding to iommu group 11
pci 0000:02:00.0: Adding to iommu group 12
pci 0000:03:00.0: Adding to iommu group 13
DMAR: Intel(R) Virtualization Technology for Directed I/O
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x0000000079f1a000-0x000000007df1a000] (64MB)
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
zbud: loaded
integrity: Platform Keyring initialized
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
io scheduler mq-deadline registered
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
efifb: probing for efifb
efifb: framebuffer at 0xa0000000, using 20288k, total 20288k
efifb: mode is 2880x1800x32, linelength=11520, pages=1
efifb: scrolling: redraw
efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Console: switching to colour frame buffer device 180x56
fb0: EFI VGA frame buffer device
intel_idle: MWAIT substates: 0x11142120
intel_idle: v0.5.1 model 0x8E
intel_idle: Local APIC timer is reliable in all C-states
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Linux agpgart interface v0.103
AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
AMD-Vi: AMD IOMMUv2 functionality not available on this system
i8042: PNP: No PS/2 controller found.
mousedev: PS/2 mouse device common for all mice
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2021-01-08T07:30:46 UTC (1610091046)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
ledtrig-cpu: registered to indicate activity on CPUs
NET: Registered protocol family 10
Segment Routing with IPv6
mip6: Mobile IPv6
NET: Registered protocol family 17
mpls_gso: MPLS GSO support
microcode: sig=0x806e9, pf=0x80, revision=0xde
microcode: Microcode Update Driver: v2.2.
IPI shorthand broadcast: enabled
sched_clock: Marking stable (1018022846, -3730304)->(1018956478, -4663936)
registered taskstats version 1
Loading compiled-in X.509 certificates
Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
Loaded X.509 cert 'Debian Secure Boot Signer 2020: 00b55eb3b9'
zswap: loaded using pool lzo/zbud
Key type ._fscrypt registered
Key type .fscrypt registered
Key type fscrypt-provisioning registered
AppArmor: AppArmor sha1 policy hashing enabled
Freeing unused kernel image (initmem) memory: 2380K
Write protecting the kernel read-only data: 18432k
Freeing unused kernel image (text/rodata gap) memory: 2040K
Freeing unused kernel image (rodata/data gap) memory: 36K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
x86/mm: Checking user space page tables
x86/mm: Checked W+X mappings: passed, no W+X pages found.
Run /init as init process
  with arguments:
    /init
  with environment:
    HOME=/
    TERM=linux
    BOOT_IMAGE=/vmlinuz-5.10.0-1-amd64
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
i2c i2c-0: 2/2 memory slots populated (from DMI)
ACPI: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: Power Button [PWRB]
input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
idma64 idma64.0: Found Intel integrated DMA 64-bit
cryptd: max_cpu_qlen set to 1000
intel-lpss 0000:00:15.2: enabling device (0000 -> 0002)
idma64 idma64.1: Found Intel integrated DMA 64-bit
AVX2 version of gcm_enc/dec engaged.
AES CTR mode by8 optimization enabled
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 5.10.0-1-amd64 xhci-hcd
usb usb1: SerialNumber: 0000:00:14.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 12 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 5.10.0-1-amd64 xhci-hcd
usb usb2: SerialNumber: 0000:00:14.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
usb: port power management may be unreliable
intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
dw-apb-uart.2: ttyS0 at MMIO 0x9282b000 (irq = 21, base_baud = 115200) is a 16550A
serial serial0: tty port ttyS0 registered
nvme nvme0: pci function 0000:01:00.0
nvme nvme0: 1/0/0 default/read/poll queues
intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
idma64 idma64.3: Found Intel integrated DMA 64-bit
dw-apb-uart.3: ttyS1 at MMIO 0x9282c000 (irq = 20, base_baud = 3000000) is a 16550A
serial serial1: tty port ttyS1 registered
intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
idma64 idma64.4: Found Intel integrated DMA 64-bit
input: Apple SPI Keyboard as /devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.4/spi_master/spi2/spi-APP000D:00/input/input4
input: Apple SPI Touchpad as /devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.4/spi_master/spi2/spi-APP000D:00/input/input5
applespi spi-APP000D:00: modeswitch done.
i915 0000:00:02.0: [drm] VT-d active for gfx access
checking generic (a0000000 13d0000) vs hw (91000000 1000000)
checking generic (a0000000 13d0000) vs hw (a0000000 10000000)
fb0: switching to inteldrmfb from EFI VGA
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
 nvme0n1: p1 p2
 nvme0n2: unable to read partition table
nvme0n2: partition table beyond EOD, truncated
usb 1-1: new high-speed USB device number 2 using xhci_hcd
usb 1-1: device descriptor read/64, error -71
tsc: Refined TSC clocksource calibration: 1392.005 MHz
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14109fd8177, max_idle_ns: 440795271725 ns
clocksource: Switched to clocksource tsc
usb 1-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 3.b4
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB2.0 Hub             
usb 1-1: Manufacturer: VIA Labs, Inc.         
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
[drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
acpi device:02: registered as cooling_device4
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
usb 2-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 3.b4
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: USB3.0 Hub             
usb 2-1: Manufacturer: VIA Labs, Inc.         
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 4 ports detected
fbcon: i915drmfb (fb0) is primary device
usb 2-1.3: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
usb 2-1.3: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
usb 2-1.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
usb 2-1.3: Product: USB3.0 Card Reader
usb 2-1.3: Manufacturer: Generic
usb 2-1.3: SerialNumber: 000000001532
SCSI subsystem initialized
usb-storage 2-1.3:1.0: USB Mass Storage device detected
scsi host0: usb-storage 2-1.3:1.0
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver uas
usb 1-1.1: new high-speed USB device number 3 using xhci_hcd
usb 1-1.1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 1-1.1: Product: USB 2.0 Hub
hub 1-1.1:1.0: USB hub found
hub 1-1.1:1.0: 4 ports detected
Console: switching to colour frame buffer device 180x56
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
usb 1-1.1.1: new full-speed USB device number 4 using xhci_hcd
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
usb 1-1.1.1: New USB device found, idVendor=0c76, idProduct=161f, bcdDevice= 1.00
usb 1-1.1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 1-1.1.1: Product: USB PnP Audio Device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
input: USB PnP Audio Device as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.3/0003:0C76:161F.0001/input/input7
hid-generic 0003:0C76:161F.0001: input,hidraw0: USB HID v1.00 Device [USB PnP Audio Device] on usb-0000:00:14.0-1.1.1/input3
scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
sd 0:0:0:0: [sda] 249737216 512-byte logical blocks: (128 GB/119 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI removable disk
Image not found (code -22)
XFS with ACLs, security attributes, realtime, quota, no debug enabled
(dm-1): Mounting V5 Filesystem
(dm-1): Ending clean mount
activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
Inserted module 'autofs4'
systemd 247.2-4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
Detected architecture x86-64.
Set hostname to <kithira>.
SysV service '/etc/init.d/speech-dispatcher' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
/lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
Queued start job for default target Graphical Interface.
Created slice system-getty.slice.
Created slice system-modprobe.slice.
Created slice Cryptsetup Units Slice.
Created slice system-systemd\x2dfsck.slice.
Created slice User and Session Slice.
Started Forward Password Requests to Wall Directory Watch.
Set up automount Arbitrary Executable File Formats File System Automount Point.
Reached target User and Group Name Lookups.
Reached target Remote File Systems.
Reached target Slices.
Listening on Device-mapper event daemon FIFOs.
Listening on LVM2 poll daemon socket.
Listening on Syslog Socket.
Listening on fsck to fsckd communication Socket.
Listening on initctl Compatibility Named Pipe.
Listening on Journal Audit Socket.
Listening on Journal Socket (/dev/log).
Listening on Journal Socket.
Listening on udev Control Socket.
Listening on udev Kernel Socket.
Mounting Huge Pages File System...
Mounting POSIX Message Queue File System...
Mounting Kernel Debug File System...
Mounting Kernel Trace File System...
Finished Availability of block devices.
Starting Set the console keyboard layout...
Starting Create list of static device nodes for the current kernel...
Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting Load Kernel Module configfs...
Starting Load Kernel Module drm...
Starting Load Kernel Module fuse...
Condition check resulted in Set Up Additional Binary Formats being skipped.
Starting Journal Service...
Starting Load Kernel Modules...
Starting Remount Root and Kernel File Systems...
Starting Coldplug All udev Devices...
Mounted Huge Pages File System.
Mounted POSIX Message Queue File System.
Mounted Kernel Debug File System.
Mounted Kernel Trace File System.
Finished Create list of static device nodes for the current kernel.
modprobe@configfs.service: Succeeded.
Finished Load Kernel Module configfs.
modprobe@drm.service: Succeeded.
Finished Load Kernel Module drm.
Mounting Kernel Configuration File System...
Mounted Kernel Configuration File System.
init (API version 7.32)
modprobe@fuse.service: Succeeded.
Finished Load Kernel Module fuse.
Mounting FUSE Control File System...
Mounted FUSE Control File System.
Finished Set the console keyboard layout.
Finished Load Kernel Modules.
Starting Apply Kernel Variables...
filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
Finished Remount Root and Kernel File Systems.
Condition check resulted in Rebuild Hardware Database being skipped.
Condition check resulted in Platform Persistent Storage Archival being skipped.
Starting Load/Save Random Seed...
Starting Create System Users...
Started Journal Service.
AC Adapter [ADP1] (on-line)
ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
PC Speaker as /devices/platform/pcspkr/input/input8
No test for fips(ansi_cprng) (fips_ansi_cprng)
vendor-support=0
PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
PMU: hw unit of domain pp0-core 2^-14 Joules
PMU: hw unit of domain package 2^-14 Joules
PMU: hw unit of domain dram 2^-14 Joules
PMU: hw unit of domain pp1-gpu 2^-14 Joules
Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Intel TCO WatchDog Timer Driver v1.11
unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
key=708 fan=0 temp=37 index=36 acc=0 lux=2 kbd=0
applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Using crash dump compression: deflate
Registered efi as persistent store backend
registered new interface driver brcmfmac
Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
regulatory.0: firmware: direct-loading firmware regulatory.db
regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
Core ver 2.22
Registered protocol family 31
HCI device and connection manager initialized
HCI socket layer initialized
L2CAP socket layer initialized
SCO socket layer initialized
brcmf_fw_alloc_request: using brcm/brcmfmac4350c2-pcie for chip BCM4350/5
0000:02:00.0: firmware: direct-loading firmware brcm/brcmfmac4350c2-pcie.bin
0000:02:00.0: firmware: failed to load brcm/brcmfmac4350c2-pcie.Apple Inc.-MacBook10,1.txt (-2)
See https://wiki.debian.org/Firmware for information about missing firmware
0000:02:00.0: Direct firmware load for brcm/brcmfmac4350c2-pcie.Apple Inc.-MacBook10,1.txt failed with error -2
0000:02:00.0: firmware: failed to load brcm/brcmfmac4350c2-pcie.txt (-2)
0000:02:00.0: Direct firmware load for brcm/brcmfmac4350c2-pcie.txt failed with error -2
loading out-of-tree module taints kernel.
module verification failed: signature and/or required key missing - tainting kernel
HCI UART driver ver 2.3
HCI UART protocol H4 registered
HCI UART protocol BCSP registered
HCI UART protocol LL registered
HCI UART protocol ATH3K registered
HCI UART protocol Three-wire (H5) registered
HCI UART protocol Intel registered
HCI UART protocol Broadcom registered
HCI UART protocol QCA registered
HCI UART protocol AG6XX registered
HCI UART protocol Marvell registered
serial1-0: Unexpected ACPI gpio_int_idx: -1
serial1-0: Unexpected number of ACPI GPIOs: 0
serial1-0: No reset resource, using default baud rate
snd_hda_intel 0000:00:1f.3: Using SKL position fix
0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
snd_hda_intel 0000:00:1f.3: chipset global capabilities = 0x9701
snd_hda_intel 0000:00:1f.3: Clearing TCSEL
snd_hda_intel 0000:00:1f.3: SCH snoop: Enabled
snd_hda_intel 0000:00:1f.3: codec #0 probed OK
snd_hda_intel 0000:00:1f.3: codec #2 probed OK
snd_hda_intel 0000:00:1f.3: snd_hda_codec_device_init: entry
snd_hda_intel 0000:00:1f.3: snd_hda_codec_device_new: entry
snd_hda_intel 0000:00:1f.3: snd_hda_codec_device_init: entry
snd_hda_intel 0000:00:1f.3: snd_hda_codec_device_new: entry
intel_pmc_core.0:  initialized
snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
hdaudioC0D0: autoconfig for CS4208: line_outs=1 (0x1d/0x0/0x0/0x0/0x0) type:speaker
hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
hdaudioC0D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
hdaudioC0D0:    mono: mono_out=0x0
hdaudioC0D0:    inputs:
hdaudioC0D0:      Internal Mic=0x19
hdaudioC0D0:      Mic=0x18
snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
1003516k swap on /dev/mapper/kithira--vg-swap_1.  Priority:-2 extents:1 across:1003516k FS
snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
Found RAPL domain package
Found RAPL domain core
Found RAPL domain uncore
Found RAPL domain dram
HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
brcmf_fw_alloc_request: using brcm/brcmfmac4350c2-pcie for chip BCM4350/5
0000:02:00.0: firmware: failed to load brcm/brcmfmac4350c2-pcie.clm_blob (-2)
brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
brcmf_c_preinit_dcmds: Firmware: BCM4350/5 wl0: Nov 26 2015 03:48:57 version 7.35.180.133 (r602372) FWID 01-c45b39d6
0000:02:00.0 wlp2s0: renamed from wlan0
hci0: BCM: failed to write update baudrate (-16)
hci0: Failed to set baudrate
hci0: BCM: chip id 92
hci0: BCM: features 0x2f
hci0: BCM4350C0 UART 37.4 MHz Gamay Murata UHE
hci0: BCM (003.001.133) build 1523
hci0: firmware: failed to load brcm/BCM.hcd (-2)
hci0: BCM: firmware Patch file not found, tried:
hci0: BCM: 'brcm/BCM.hcd'
0:0:0:0: Attached scsi generic sg0 type 0
(sda2): mounting ext2 file system using the ext4 subsystem
(sda2): mounted filesystem without journal. Opts: (null)
filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
type=1400 audit(1610091062.785:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=866 comm="apparmor_parser"
type=1400 audit(1610091062.785:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=866 comm="apparmor_parser"
type=1400 audit(1610091062.785:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=867 comm="apparmor_parser"
type=1400 audit(1610091062.785:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=867 comm="apparmor_parser"
type=1400 audit(1610091062.785:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=867 comm="apparmor_parser"
type=1400 audit(1610091062.793:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=865 comm="apparmor_parser"
Linux media interface: v0.10
1-1.1.1: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
1-1.1.1: [51] FU [Mic Playback Volume] ch = 1, val = 0/7936/16
1-1.1.1: Warning! Unlikely big volume range (=1008), cval->res is probably wrong.
1-1.1.1: [49] FU [Speaker Playback Volume] ch = 2, val = -16129/-1/16
1-1.1.1: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
1-1.1.1: [50] FU [Mic Capture Volume] ch = 1, val = 0/7936/16
registered new interface driver snd-usb-audio
BNEP (Ethernet Emulation) ver 1.3
BNEP filters: protocol multicast
BNEP socket layer initialized
Registered protocol family 38
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0xa, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0xa
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0xa, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0xa
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0xa, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
RFCOMM TTY layer initialized
RFCOMM socket layer initialized
RFCOMM ver 1.11
ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
input handler disabled
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0xa
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0xa, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0xa
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
input handler enabled
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0xa, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0xa
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0xa, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
input handler disabled
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x6
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0xa
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x6, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0xa, stream=0x1, channel=0, format=0x4011

alsa

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 30419 [46%] [on]
  Front Right: Playback 30419 [46%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 30419 [46%] [on]
  Front Right: Capture 30419 [46%] [on]
numid=4,iface=MIXER,name='Master Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=3,iface=MIXER,name='Master Playback Volume'
  ; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1
  : values=30419,30419
numid=2,iface=MIXER,name='Capture Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=1,iface=MIXER,name='Capture Volume'
  ; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1
  : values=30419,30419
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 30419 [46%] [on]
  Front Right: Playback 30419 [46%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 30419 [46%] [on]
  Front Right: Capture 30419 [46%] [on]
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 30419 [46%] [on]
  Front Right: Playback 30419 [46%] [on]
2 sink(s) available.
  * index: 0
    name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: IDLE
    suspend cause: (none)
    priority: 9039
    volume: front-left: 30419 /  46% / -20.00 dB,   front-right: 30419 /  46% / -20.00 dB
            balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: no
    current latency: 39.79 ms
    max request: 6 KiB
    max rewind: 6 KiB
    monitor source: 0
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
                 Stereo
    used by: 0
    linked by: 1
    configured latency: 40.00 ms; range is 0.50 .. 2000.00 ms
    card: 0 <alsa_card.pci-0000_00_1f.3>
    module: 6
    properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
        device.class = "sound"
        alsa.class = "generic"
        alsa.subclass = "generic-mix"
        alsa.name = "CS4208 Analog"
        alsa.id = "CS4208 Analog"
        alsa.subdevice = "0"
        alsa.subdevice_name = "subdevice #0"
        alsa.device = "0"
        alsa.card = "0"
        alsa.card_name = "HDA Intel PCH"
        alsa.long_card_name = "HDA Intel PCH at 0x92820000 irq 34"
        alsa.driver_name = "snd_hda_intel"
        device.bus_path = "pci-0000:00:1f.3"
        sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
        device.bus = "pci"
        device.vendor.id = "8086"
        device.vendor.name = "Intel Corporation"
        device.product.id = "9d71"
        device.product.name = "Sunrise Point-LP HD Audio"
        device.form_factor = "internal"
        device.string = "front:0"
        device.buffering.buffer_size = "352800"
        device.buffering.fragment_size = "176400"
        device.access_mode = "mmap+timer"
        device.profile.name = "analog-stereo"
        device.profile.description = "Analog Stereo"
        device.description = "Built-in Audio Analog Stereo"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-pci"
    ports:
        analog-output-speaker: Speakers (priority 10000, latency offset 0 usec, available: unknown)
            properties:
                device.icon_name = "audio-speakers"
        analog-output-headphones: Headphones (priority 9900, latency offset 0 usec, available: no)
            properties:
                device.icon_name = "audio-headphones"
    active port: <analog-output-speaker>
    index: 1
    name: <alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 9049
    volume: front-left: 38806 /  59% / -13.65 dB,   front-right: 38806 /  59% / -13.65 dB
            balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.00 ms
    max request: 0 KiB
    max rewind: 0 KiB
    monitor source: 2
    sample spec: s16le 2ch 48000Hz
    channel map: front-left,front-right
                 Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
    card: 1 <alsa_card.usb-0c76_USB_PnP_Audio_Device-00>
    module: 22
    properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
        device.class = "sound"
        alsa.class = "generic"
        alsa.subclass = "generic-mix"
        alsa.name = "USB Audio"
        alsa.id = "USB Audio"
        alsa.subdevice = "0"
        alsa.subdevice_name = "subdevice #0"
        alsa.device = "0"
        alsa.card = "1"
        alsa.card_name = "USB PnP Audio Device"
        alsa.long_card_name = "USB PnP Audio Device at usb-0000:00:14.0-1.1.1, full speed"
        alsa.driver_name = "snd_usb_audio"
        device.bus_path = "pci-0000:00:14.0-usb-0:1.1.1:1.0"
        sysfs.path = "/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/sound/card1"
        udev.id = "usb-0c76_USB_PnP_Audio_Device-00"
        device.bus = "usb"
        device.vendor.id = "0c76"
        device.vendor.name = "JMTek, LLC."
        device.product.id = "161f"
        device.product.name = "USB PnP Audio Device"
        device.serial = "0c76_USB_PnP_Audio_Device"
        device.string = "front:1"
        device.buffering.buffer_size = "384000"
        device.buffering.fragment_size = "192000"
        device.access_mode = "mmap+timer"
        device.profile.name = "analog-stereo"
        device.profile.description = "Analog Stereo"
        device.description = "USB PnP Audio Device Analog Stereo"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-usb"
    ports:
        analog-output-speaker: Speakers (priority 10000, latency offset 0 usec, available: unknown)
            properties:
                device.icon_name = "audio-speakers"
    active port: <analog-output-speaker>

this driver

dmesg

Linux version 5.10.0-1-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-3) 10.2.1 20201224, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.10.4-1 (2020-12-31)
Command line: BOOT_IMAGE=/vmlinuz-5.10.0-1-amd64 root=/dev/mapper/kithira--vg-root ro quiet
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x0000000083dc1fff] usable
BIOS-e820: [mem 0x0000000083dc2000-0x0000000083fc3fff] reserved
BIOS-e820: [mem 0x0000000083fc4000-0x0000000084cbafff] usable
BIOS-e820: [mem 0x0000000084cbb000-0x0000000084cbbfff] ACPI NVS
BIOS-e820: [mem 0x0000000084cbc000-0x0000000084cbcfff] reserved
BIOS-e820: [mem 0x0000000084cbd000-0x0000000084f4dfff] usable
BIOS-e820: [mem 0x0000000084f4e000-0x0000000084f4efff] reserved
BIOS-e820: [mem 0x0000000084f4f000-0x000000008ab9efff] usable
BIOS-e820: [mem 0x000000008ab9f000-0x000000008ac0efff] type 20
BIOS-e820: [mem 0x000000008ac0f000-0x000000008af2efff] reserved
BIOS-e820: [mem 0x000000008af2f000-0x000000008af7efff] ACPI NVS
BIOS-e820: [mem 0x000000008af7f000-0x000000008affefff] ACPI data
BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] usable
BIOS-e820: [mem 0x000000008b000000-0x000000008fffffff] reserved
BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
BIOS-e820: [mem 0x00000000ff939000-0x00000000ff968fff] reserved
BIOS-e820: [mem 0x0000000100000000-0x000000046effffff] usable
NX (Execute Disable) protection: active
efi: EFI v2.40 by Apple
efi: ACPI=0x8affe000 ACPI 2.0=0x8affe014 SMBIOS=0x8af00000 SMBIOS 3.0=0x8aefe000 
secureboot: Secure boot could not be determined (mode 0)
SMBIOS 3.0.0 present.
DMI: Apple Inc. MacBook10,1/Mac-EE2EBD4B90B839A8, BIOS 429.60.3.0.0 11/03/2020
tsc: Detected 1400.000 MHz processor
tsc: Detected 1399.946 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x46f000 max_arch_pfn = 0x400000000
MTRR default type: write-back
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-FFFFF uncachable
MTRR variable ranges enabled:
  0 base 00C0000000 mask 7FC0000000 uncachable
  1 base 00A0000000 mask 7FE0000000 uncachable
  2 base 0090000000 mask 7FF0000000 uncachable
  3 base 008C000000 mask 7FFC000000 uncachable
  4 base 008B000000 mask 7FFF000000 uncachable
  5 base 4000000000 mask 4000000000 uncachable
  6 disabled
  7 disabled
  8 disabled
  9 disabled
x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
last_pfn = 0x8b000 max_arch_pfn = 0x400000000
Using GB pages for direct mapping
RAMDISK: [mem 0x2fde9000-0x33eebfff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x000000008AFFE014 000024 (v02 APPLE )
ACPI: XSDT 0x000000008AFFD0E8 0000B4 (v01 APPLE  Apple00  00000000      01000013)
ACPI: FACP 0x000000008AFF8000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
ACPI: DSDT 0x000000008AFEB000 008707 (v02 APPLE  MacBook  000A0001 INTL 20140424)
ACPI: FACS 0x000000008AF7C000 000040
ACPI: UEFI 0x000000008AF7D000 000042 (v01 INTEL  EDK2     00000002      01000013)
ACPI: ECDT 0x000000008AFFA000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: HPET 0x000000008AFF7000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: APIC 0x000000008AFF6000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: MCFG 0x000000008AFF5000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: SBST 0x000000008AFF4000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
ACPI: SSDT 0x000000008AFEA000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFE5000 000031 (v01 APPLE  SsdtS3   00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFE4000 0000DD (v01 APPLE  SataAhci 00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFE3000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFDE000 0007FC (v02 APPLE  Xhci     00001000 INTL 20140424)
ACPI: SSDT 0x000000008AFDD000 000423 (v02 PmRef  Cpu0Ist  00003000 INTL 20140424)
ACPI: SSDT 0x000000008AFDC000 0005AA (v02 PmRef  ApIst    00003000 INTL 20140424)
ACPI: SSDT 0x000000008AFDB000 000295 (v02 PmRef  Cpu0Cst  00003001 INTL 20140424)
ACPI: SSDT 0x000000008AFDA000 000119 (v02 PmRef  ApCst    00003000 INTL 20140424)
ACPI: SSDT 0x000000008AFD9000 000F16 (v02 CpuRef CpuSsdt  00003000 INTL 20140424)
ACPI: DMAR 0x000000008AFD8000 00013C (v01 APPLE  KBL      00000001 INTL 00000001)
ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
ACPI: Local APIC address 0xfee00000
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x000000046effffff]
NODE_DATA(0) allocated [mem 0x46efd4000-0x46effdfff]
Zone ranges:
  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  Normal   [mem 0x0000000100000000-0x000000046effffff]
  Device   empty
Movable zone start for each node
Early memory node ranges
  node   0: [mem 0x0000000000001000-0x0000000000057fff]
  node   0: [mem 0x0000000000059000-0x000000000009dfff]
  node   0: [mem 0x0000000000100000-0x0000000083dc1fff]
  node   0: [mem 0x0000000083fc4000-0x0000000084cbafff]
  node   0: [mem 0x0000000084cbd000-0x0000000084f4dfff]
  node   0: [mem 0x0000000084f4f000-0x000000008ab9efff]
  node   0: [mem 0x000000008afff000-0x000000008affffff]
  node   0: [mem 0x0000000100000000-0x000000046effffff]
Zeroed struct page in unavailable ranges: 26313 pages
Initmem setup node 0 [mem 0x0000000000001000-0x000000046effffff]
On node 0 totalpages: 4167991
  DMA zone: 64 pages used for memmap
  DMA zone: 23 pages reserved
  DMA zone: 3996 pages, LIFO batch:0
  DMA32 zone: 8807 pages used for memmap
  DMA32 zone: 563611 pages, LIFO batch:63
  Normal zone: 56256 pages used for memmap
  Normal zone: 3600384 pages, LIFO batch:63
Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
TSC deadline timer available
smpboot: Allowing 4 CPUs, 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x83dc2000-0x83fc3fff]
PM: hibernation: Registered nosave memory: [mem 0x84cbb000-0x84cbbfff]
PM: hibernation: Registered nosave memory: [mem 0x84cbc000-0x84cbcfff]
PM: hibernation: Registered nosave memory: [mem 0x84f4e000-0x84f4efff]
PM: hibernation: Registered nosave memory: [mem 0x8ab9f000-0x8ac0efff]
PM: hibernation: Registered nosave memory: [mem 0x8ac0f000-0x8af2efff]
PM: hibernation: Registered nosave memory: [mem 0x8af2f000-0x8af7efff]
PM: hibernation: Registered nosave memory: [mem 0x8af7f000-0x8affefff]
PM: hibernation: Registered nosave memory: [mem 0x8b000000-0x8fffffff]
PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe00ffff]
PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xff938fff]
PM: hibernation: Registered nosave memory: [mem 0xff939000-0xff968fff]
PM: hibernation: Registered nosave memory: [mem 0xff969000-0xffffffff]
[mem 0x90000000-0xdfffffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
percpu: Embedded 54 pages/cpu s183960 r8192 d29032 u524288
pcpu-alloc: s183960 r8192 d29032 u524288 alloc=1*2097152
pcpu-alloc: [0] 0 1 2 3 
Built 1 zonelists, mobility grouping on.  Total pages: 4102841
Policy zone: Normal
Kernel command line: BOOT_IMAGE=/vmlinuz-5.10.0-1-amd64 root=/dev/mapper/kithira--vg-root ro quiet
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
mem auto-init: stack:off, heap alloc:on, heap free:off
Memory: 2084484K/16671964K available (12295K kernel code, 2540K rwdata, 4060K rodata, 2380K init, 1692K bss, 604980K reserved, 0K cma-reserved)
random: get_random_u64 called from __kmem_cache_create+0x2e/0x550 with crng_init=0
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Kernel/User page tables isolation: enabled
ftrace: allocating 35988 entries in 141 pages
ftrace: allocated 141 pages with 4 groups
rcu: Hierarchical RCU implementation.
rcu:    RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
    Rude variant of Tasks RCU enabled.
    Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
random: crng done (trusting CPU's manufacturer)
Console: colour dummy device 80x25
printk: console [tty0] enabled
ACPI: Core revision 20200925
clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
DMAR: ANDD device: 3 name: \_SB.PCI0.I2C2
DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
DMAR: ANDD device: b name: \_SB.PCI0.UA02
DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
Switched APIC routing to cluster x2apic.
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x142ded56ffd, max_idle_ns: 440795252761 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 2799.89 BogoMIPS (lpj=5599784)
pid_max: default: 32768 minimum: 301
LSM: Security Framework initializing
Yama: disabled by default; enable with sysctl kernel.yama.*
AppArmor: AppArmor initialized
TOMOYO Linux initialized
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mce: CPU0: Thermal monitoring enabled (TM1)
process: using mwait in idle threads
Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Mitigation: Full generic retpoline
Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Spectre V2 : Enabling Restricted Speculation for firmware calls
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
TAA: Mitigation: Clear CPU buffers
SRBDS: Mitigation: Microcode
MDS: Mitigation: Clear CPU buffers
Freeing SMP alternatives memory: 32K
smpboot: CPU0: Intel(R) Core(TM) i7-7Y75 CPU @ 1.30GHz (family: 0x6, model: 0x8e, stepping: 0x9)
Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
... version:                4
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             00007fffffffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
rcu: Hierarchical SRCU implementation.
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
x86: Booting SMP configuration:
.... node  #0, CPUs:      #1 #2
MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
 #3
smp: Brought up 1 node, 4 CPUs
smpboot: Max logical packages: 1
smpboot: Total of 4 processors activated (11199.56 BogoMIPS)
node 0 deferred pages initialised in 16ms
devtmpfs: initialized
x86/mm: Memory block size: 128MB
PM: Registering ACPI NVS region [mem 0x84cbb000-0x84cbbfff] (4096 bytes)
PM: Registering ACPI NVS region [mem 0x8af2f000-0x8af7efff] (327680 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1610090292.056:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
cpuidle: using governor ladder
cpuidle: using governor menu
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type PCI registered
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
PCI: Using configuration type 1 for base access
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
ACPI: Disabled all _OSI OS vendors
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(3.0 _SCP Extensions)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI: Added _OSI(Linux-Dell-Video)
ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
ACPI: Added _OSI(Darwin)
ACPI: 11 ACPI AML tables successfully acquired and loaded
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: Boot ECDT EC used to handle transactions
ACPI: BIOS _OSI(Darwin) query honored via DMI
ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
ACPI: Dynamic OEM Table Load:
ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF9B32C0EF0800 Table is already loaded (20200925/tbdata-520)
ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU0._OSC due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU1._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU2._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU3.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU3._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU4.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU4._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU5.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU5._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU6.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU6._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU7.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU7._OSC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI: Dynamic OEM Table Load:
ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF9B32C0C6B800 Table is already loaded (20200925/tbdata-520)
ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI: Dynamic OEM Table Load:
ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF9B32C0EF3000 Table is already loaded (20200925/tbdata-520)
ACPI Error: Aborting method \_PR.CPU1.APPT due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU1._PDC due to previous error (AE_ALREADY_EXISTS) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU2._PDC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20200925/psargs-330)
ACPI Error: Aborting method \_PR.CPU3.GCAP due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI Error: Aborting method \_PR.CPU3._PDC due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: Enabled 6 GPEs in block 00 to 7F
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeafffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-3e]
pci 0000:00:00.0: [8086:590c] type 00 class 0x060000
pci 0000:00:02.0: [8086:591e] type 00 class 0x030000
pci 0000:00:02.0: reg 0x10: [mem 0x91000000-0x91ffffff 64bit]
pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
pci 0000:00:02.0: BAR 2: assigned to efifb
pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
pci 0000:00:14.0: reg 0x10: [mem 0x92800000-0x9280ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
pci 0000:00:15.0: reg 0x10: [mem 0x92828000-0x92828fff 64bit]
pci 0000:00:15.2: [8086:9d62] type 00 class 0x118000
pci 0000:00:15.2: reg 0x10: [mem 0x92829000-0x92829fff 64bit]
pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
pci 0000:00:16.0: reg 0x10: [mem 0x9282a000-0x9282afff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:19.0: [8086:9d66] type 00 class 0x118000
pci 0000:00:19.0: reg 0x10: [mem 0x9282b000-0x9282bfff 64bit]
pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
pci 0000:00:1d.1: [8086:9d19] type 01 class 0x060400
pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.1: Intel SPT PCH root port ACS workaround enabled
pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
pci 0000:00:1e.0: reg 0x10: [mem 0x9282c000-0x9282cfff 64bit]
pci 0000:00:1e.3: [8086:9d2a] type 00 class 0x118000
pci 0000:00:1e.3: reg 0x10: [mem 0x9282d000-0x9282dfff 64bit]
pci 0000:00:1f.0: [8086:9d4b] type 00 class 0x060100
pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
pci 0000:00:1f.2: reg 0x10: [mem 0x92824000-0x92827fff]
pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
pci 0000:00:1f.3: reg 0x10: [mem 0x92820000-0x92823fff 64bit]
pci 0000:00:1f.3: reg 0x20: [mem 0x00000000-0x0000ffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
pci 0000:00:1f.4: reg 0x10: [mem 0x9282e000-0x9282e0ff 64bit]
pci 0000:00:1f.4: reg 0x20: [io  0x3040-0x305f]
pci 0000:01:00.0: [106b:2003] type 00 class 0x018002
pci 0000:01:00.0: reg 0x10: [mem 0x92700000-0x92703fff 64bit]
pci 0000:00:1c.0: PCI bridge to [bus 01]
pci 0000:00:1c.0:   bridge window [mem 0x92700000-0x927fffff]
pci 0000:02:00.0: [14e4:43a3] type 00 class 0x028000
pci 0000:02:00.0: reg 0x10: [mem 0x92400000-0x92407fff 64bit]
pci 0000:02:00.0: reg 0x18: [mem 0x92000000-0x923fffff 64bit]
pci 0000:02:00.0: supports D1 D2
pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 02]
pci 0000:00:1d.0:   bridge window [mem 0x92000000-0x924fffff]
pci 0000:03:00.0: [14e4:1570] type 00 class 0x048000
pci 0000:03:00.0: reg 0x10: [mem 0x92600000-0x9260ffff 64bit]
pci 0000:03:00.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:03:00.0: reg 0x20: [mem 0x92500000-0x925fffff 64bit]
pci 0000:03:00.0: supports D1
pci 0000:03:00.0: PME# supported from D0 D3hot
pci 0000:00:1d.1: PCI bridge to [bus 03]
pci 0000:00:1d.1:   bridge window [mem 0x92500000-0x926fffff]
pci 0000:00:1d.1:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x7
ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
iommu: Default domain type: Translated 
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
pci 0000:00:02.0: vgaarb: bridge control possible
vgaarb: loaded
EDAC MC: Ver: 3.0.0
Registered efivars operations
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel:  unlabeled traffic allowed by default
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
e820: reserve RAM buffer [mem 0x83dc2000-0x83ffffff]
e820: reserve RAM buffer [mem 0x84cbb000-0x87ffffff]
e820: reserve RAM buffer [mem 0x84f4e000-0x87ffffff]
e820: reserve RAM buffer [mem 0x8ab9f000-0x8bffffff]
e820: reserve RAM buffer [mem 0x8b000000-0x8bffffff]
e820: reserve RAM buffer [mem 0x46f000000-0x46fffffff]
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
hpet0: 8 comparators, 64-bit 24.000000 MHz counter
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
AppArmor: AppArmor Filesystem Enabled
pnp: PnP ACPI init
system 00:00: [io  0xffff] has been reserved
system 00:00: [io  0x1800-0x18fe] has been reserved
system 00:00: [io  0x0800-0x087f] has been reserved
system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
system 00:02: [mem 0xfed10000-0xfed17fff] has been reserved
system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:02: [mem 0xe0000000-0xefffffff] has been reserved
system 00:02: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:02: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:02: [mem 0xff000000-0xffffffff] could not be reserved
system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:02: [mem 0xfd000000-0xfdffffff] has been reserved
system 00:02: [mem 0xfe000000-0xfe00ffff] has been reserved
system 00:02: [mem 0xfe010000-0xfe010fff] has been reserved
system 00:02: [mem 0xfe020000-0xfe035fff] has been reserved
system 00:02: [mem 0xfe036000-0xfe03bfff] has been reserved
system 00:02: [mem 0xfe03c000-0xfe03cfff] has been reserved
system 00:02: [mem 0xfe03d000-0xfe0bffff] has been reserved
system 00:02: [mem 0xfe0c0000-0xfe0fffff] has been reserved
system 00:02: [mem 0xfe100000-0xfe1fffff] has been reserved
system 00:02: [mem 0xfe200000-0xfe3fffff] has been reserved
system 00:02: [mem 0xfe400000-0xfe40ffff] has been reserved
system 00:02: [mem 0xfe410000-0xfe5fffff] has been reserved
system 00:02: [mem 0xfe600000-0xfe7fffff] has been reserved
system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
system 00:03: [mem 0x20000000-0x201fffff] could not be reserved
system 00:03: [mem 0x40000000-0x401fffff] could not be reserved
system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp: PnP ACPI: found 4 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered protocol family 2
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
NET: Registered protocol family 1
NET: Registered protocol family 44
pci 0000:00:1f.3: BAR 4: assigned [mem 0x4000000000-0x400000ffff 64bit]
pci 0000:00:1c.0: PCI bridge to [bus 01]
pci 0000:00:1c.0:   bridge window [mem 0x92700000-0x927fffff]
pci 0000:00:1d.0: PCI bridge to [bus 02]
pci 0000:00:1d.0:   bridge window [mem 0x92000000-0x924fffff]
pci 0000:00:1d.1: PCI bridge to [bus 03]
pci 0000:00:1d.1:   bridge window [mem 0x92500000-0x926fffff]
pci 0000:00:1d.1:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
pci_bus 0000:00: resource 20 [mem 0x90000000-0xfeafffff window]
pci_bus 0000:00: resource 21 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:01: resource 1 [mem 0x92700000-0x927fffff]
pci_bus 0000:02: resource 1 [mem 0x92000000-0x924fffff]
pci_bus 0000:03: resource 1 [mem 0x92500000-0x926fffff]
pci_bus 0000:03: resource 2 [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
PCI: CLS 256 bytes, default 64
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 66572K
DMAR: Failed to find handle for ACPI object \_SB.PCI0.I2C0
DMAR: ACPI device "device:18" under DMAR at fed91000 as 00:15.2
DMAR: ACPI device "device:19" under DMAR at fed91000 as 00:1e.3
DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA00
DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA02
DMAR: No ATSR found
DMAR: dmar0: Using Queued invalidation
DMAR: dmar1: Using Queued invalidation
pci 0000:00:00.0: Adding to iommu group 0
pci 0000:00:02.0: Adding to iommu group 1
pci 0000:00:14.0: Adding to iommu group 2
pci 0000:00:15.0: Adding to iommu group 3
pci 0000:00:15.2: Adding to iommu group 3
pci 0000:00:16.0: Adding to iommu group 4
pci 0000:00:19.0: Adding to iommu group 5
pci 0000:00:1c.0: Adding to iommu group 6
pci 0000:00:1d.0: Adding to iommu group 7
pci 0000:00:1d.1: Adding to iommu group 8
pci 0000:00:1e.0: Adding to iommu group 9
pci 0000:00:1e.3: Adding to iommu group 9
pci 0000:00:1f.0: Adding to iommu group 10
pci 0000:00:1f.2: Adding to iommu group 10
pci 0000:00:1f.3: Adding to iommu group 10
pci 0000:00:1f.4: Adding to iommu group 10
pci 0000:01:00.0: Adding to iommu group 11
pci 0000:02:00.0: Adding to iommu group 12
pci 0000:03:00.0: Adding to iommu group 13
DMAR: Intel(R) Virtualization Technology for Directed I/O
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x0000000079a79000-0x000000007da79000] (64MB)
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
zbud: loaded
integrity: Platform Keyring initialized
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
io scheduler mq-deadline registered
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
efifb: probing for efifb
efifb: framebuffer at 0xa0000000, using 20288k, total 20288k
efifb: mode is 2880x1800x32, linelength=11520, pages=1
efifb: scrolling: redraw
efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Console: switching to colour frame buffer device 180x56
fb0: EFI VGA frame buffer device
intel_idle: MWAIT substates: 0x11142120
intel_idle: v0.5.1 model 0x8E
intel_idle: Local APIC timer is reliable in all C-states
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Linux agpgart interface v0.103
AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
AMD-Vi: AMD IOMMUv2 functionality not available on this system
i8042: PNP: No PS/2 controller found.
mousedev: PS/2 mouse device common for all mice
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2021-01-08T07:18:13 UTC (1610090293)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
ledtrig-cpu: registered to indicate activity on CPUs
NET: Registered protocol family 10
Segment Routing with IPv6
mip6: Mobile IPv6
NET: Registered protocol family 17
mpls_gso: MPLS GSO support
microcode: sig=0x806e9, pf=0x80, revision=0xde
microcode: Microcode Update Driver: v2.2.
IPI shorthand broadcast: enabled
sched_clock: Marking stable (1055358058, -3728795)->(1053390072, -1760809)
registered taskstats version 1
Loading compiled-in X.509 certificates
Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
Loaded X.509 cert 'Debian Secure Boot Signer 2020: 00b55eb3b9'
zswap: loaded using pool lzo/zbud
Key type ._fscrypt registered
Key type .fscrypt registered
Key type fscrypt-provisioning registered
AppArmor: AppArmor sha1 policy hashing enabled
Freeing unused kernel image (initmem) memory: 2380K
Write protecting the kernel read-only data: 18432k
Freeing unused kernel image (text/rodata gap) memory: 2040K
Freeing unused kernel image (rodata/data gap) memory: 36K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
x86/mm: Checking user space page tables
x86/mm: Checked W+X mappings: passed, no W+X pages found.
Run /init as init process
  with arguments:
    /init
  with environment:
    HOME=/
    TERM=linux
    BOOT_IMAGE=/vmlinuz-5.10.0-1-amd64
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
ACPI: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: Power Button [PWRB]
input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
idma64 idma64.0: Found Intel integrated DMA 64-bit
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
i2c i2c-1: 2/2 memory slots populated (from DMI)
cryptd: max_cpu_qlen set to 1000
intel-lpss 0000:00:15.2: enabling device (0000 -> 0002)
idma64 idma64.1: Found Intel integrated DMA 64-bit
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
AVX2 version of gcm_enc/dec engaged.
AES CTR mode by8 optimization enabled
intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
dw-apb-uart.2: ttyS0 at MMIO 0x9282b000 (irq = 21, base_baud = 115200) is a 16550A
serial serial0: tty port ttyS0 registered
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 5.10.0-1-amd64 xhci-hcd
usb usb1: SerialNumber: 0000:00:14.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 12 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 5.10.0-1-amd64 xhci-hcd
usb usb2: SerialNumber: 0000:00:14.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
usb: port power management may be unreliable
nvme nvme0: pci function 0000:01:00.0
nvme nvme0: 1/0/0 default/read/poll queues
intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
idma64 idma64.3: Found Intel integrated DMA 64-bit
dw-apb-uart.3: ttyS1 at MMIO 0x9282c000 (irq = 20, base_baud = 3000000) is a 16550A
serial serial1: tty port ttyS1 registered
intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
idma64 idma64.4: Found Intel integrated DMA 64-bit
 nvme0n1: p1 p2
input: Apple SPI Keyboard as /devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.4/spi_master/spi2/spi-APP000D:00/input/input4
input: Apple SPI Touchpad as /devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.4/spi_master/spi2/spi-APP000D:00/input/input5
applespi spi-APP000D:00: modeswitch done.
i915 0000:00:02.0: [drm] VT-d active for gfx access
checking generic (a0000000 13d0000) vs hw (91000000 1000000)
checking generic (a0000000 13d0000) vs hw (a0000000 10000000)
fb0: switching to inteldrmfb from EFI VGA
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
 nvme0n2: unable to read partition table
nvme0n2: partition table beyond EOD, truncated
usb 1-1: new high-speed USB device number 2 using xhci_hcd
usb 1-1: device descriptor read/64, error -71
tsc: Refined TSC clocksource calibration: 1391.990 MHz
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x141091978d7, max_idle_ns: 440795219895 ns
clocksource: Switched to clocksource tsc
usb 1-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 3.b4
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB2.0 Hub             
usb 1-1: Manufacturer: VIA Labs, Inc.         
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
[drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
acpi device:02: registered as cooling_device4
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
usb 2-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 3.b4
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: USB3.0 Hub             
usb 2-1: Manufacturer: VIA Labs, Inc.         
fbcon: i915drmfb (fb0) is primary device
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 4 ports detected
usb 2-1.3: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
usb 2-1.3: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
usb 2-1.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
usb 2-1.3: Product: USB3.0 Card Reader
usb 2-1.3: Manufacturer: Generic
usb 2-1.3: SerialNumber: 000000001532
SCSI subsystem initialized
usb-storage 2-1.3:1.0: USB Mass Storage device detected
scsi host0: usb-storage 2-1.3:1.0
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver uas
usb 1-1.1: new high-speed USB device number 3 using xhci_hcd
usb 1-1.1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 1-1.1: Product: USB 2.0 Hub
hub 1-1.1:1.0: USB hub found
hub 1-1.1:1.0: 4 ports detected
Console: switching to colour frame buffer device 180x56
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
usb 1-1.1.1: new full-speed USB device number 4 using xhci_hcd
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
usb 1-1.1.1: New USB device found, idVendor=0c76, idProduct=161f, bcdDevice= 1.00
usb 1-1.1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 1-1.1.1: Product: USB PnP Audio Device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
input: USB PnP Audio Device as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.3/0003:0C76:161F.0001/input/input7
hid-generic 0003:0C76:161F.0001: input,hidraw0: USB HID v1.00 Device [USB PnP Audio Device] on usb-0000:00:14.0-1.1.1/input3
scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
sd 0:0:0:0: [sda] 249737216 512-byte logical blocks: (128 GB/119 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI removable disk
Image not found (code -22)
XFS with ACLs, security attributes, realtime, quota, no debug enabled
(dm-1): Mounting V5 Filesystem
(dm-1): Ending clean mount
activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
init (API version 7.32)
filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
AC Adapter [ADP1] (on-line)
ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
PC Speaker as /devices/platform/pcspkr/input/input8
vendor-support=0
PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
PMU: hw unit of domain pp0-core 2^-14 Joules
PMU: hw unit of domain package 2^-14 Joules
PMU: hw unit of domain dram 2^-14 Joules
PMU: hw unit of domain pp1-gpu 2^-14 Joules
No test for fips(ansi_cprng) (fips_ansi_cprng)
Intel TCO WatchDog Timer Driver v1.11
unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Using crash dump compression: deflate
Registered efi as persistent store backend
key=708 fan=0 temp=37 index=36 acc=0 lux=2 kbd=0
applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Core ver 2.22
Registered protocol family 31
HCI device and connection manager initialized
HCI socket layer initialized
L2CAP socket layer initialized
SCO socket layer initialized
registered new interface driver brcmfmac
regulatory.0: firmware: direct-loading firmware regulatory.db
regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
loading out-of-tree module taints kernel.
module verification failed: signature and/or required key missing - tainting kernel
brcmf_fw_alloc_request: using brcm/brcmfmac4350c2-pcie for chip BCM4350/5
intel_pmc_core.0:  initialized
HCI UART driver ver 2.3
HCI UART protocol H4 registered
HCI UART protocol BCSP registered
HCI UART protocol LL registered
HCI UART protocol ATH3K registered
HCI UART protocol Three-wire (H5) registered
HCI UART protocol Intel registered
HCI UART protocol Broadcom registered
HCI UART protocol QCA registered
HCI UART protocol AG6XX registered
HCI UART protocol Marvell registered
serial1-0: Unexpected ACPI gpio_int_idx: -1
serial1-0: Unexpected number of ACPI GPIOs: 0
serial1-0: No reset resource, using default baud rate
0000:02:00.0: firmware: direct-loading firmware brcm/brcmfmac4350c2-pcie.bin
0000:02:00.0: firmware: failed to load brcm/brcmfmac4350c2-pcie.Apple Inc.-MacBook10,1.txt (-2)
See https://wiki.debian.org/Firmware for information about missing firmware
0000:02:00.0: Direct firmware load for brcm/brcmfmac4350c2-pcie.Apple Inc.-MacBook10,1.txt failed with error -2
0000:02:00.0: firmware: failed to load brcm/brcmfmac4350c2-pcie.txt (-2)
0000:02:00.0: Direct firmware load for brcm/brcmfmac4350c2-pcie.txt failed with error -2
Found RAPL domain package
Found RAPL domain core
Found RAPL domain uncore
Found RAPL domain dram
1003516k swap on /dev/mapper/kithira--vg-swap_1.  Priority:-2 extents:1 across:1003516k FS
snd_hda_intel 0000:00:1f.3: Using SKL position fix
0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
snd_hda_intel 0000:00:1f.3: chipset global capabilities = 0x9701
snd_hda_intel 0000:00:1f.3: Clearing TCSEL
snd_hda_intel 0000:00:1f.3: SCH snoop: Enabled
snd_hda_intel 0000:00:1f.3: codec #0 probed OK
snd_hda_intel 0000:00:1f.3: codec #2 probed OK
snd_hda_intel 0000:00:1f.3: snd_hda_codec_device_init: entry
snd_hda_intel 0000:00:1f.3: snd_hda_codec_device_new: entry
snd_hda_intel 0000:00:1f.3: snd_hda_codec_device_init: entry
snd_hda_intel 0000:00:1f.3: snd_hda_codec_device_new: entry
snd_hda_codec_cirrus hdaudioC0D0: setup_a1534 start
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 24: 0x00000001 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 451: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 1332: 0x00000111 0x00000000
brcmf_fw_alloc_request: using brcm/brcmfmac4350c2-pcie for chip BCM4350/5
0000:02:00.0: firmware: failed to load brcm/brcmfmac4350c2-pcie.clm_blob (-2)
brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
brcmf_c_preinit_dcmds: Firmware: BCM4350/5 wl0: Nov 26 2015 03:48:57 version 7.35.180.133 (r602372) FWID 01-c45b39d6
snd_hda_codec_cirrus hdaudioC0D0: setup_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
hdaudioC0D0: autoconfig for CS4208: line_outs=1 (0x1d/0x0/0x0/0x0/0x0) type:speaker
hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
hdaudioC0D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
hdaudioC0D0:    mono: mono_out=0x0
hdaudioC0D0:    inputs:
hdaudioC0D0:      Internal Mic=0x19
hdaudioC0D0:      Mic=0x18
snd_hda_codec_cirrus hdaudioC0D0: CS4208: Apply fix-func for (null)
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_build_pcms_explicit start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_build_pcms_explicit end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_init_explicit end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_build_controls_explicit start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_build_controls_explicit end
0000:02:00.0 wlp2s0: renamed from wlan0
HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
hci0: BCM: failed to write update baudrate (-16)
hci0: Failed to set baudrate
hci0: BCM: chip id 92
hci0: BCM: features 0x2f
hci0: BCM4350C0 UART 37.4 MHz Gamay Murata UHE
hci0: BCM (003.001.133) build 1523
hci0: firmware: failed to load brcm/BCM.hcd (-2)
hci0: BCM: firmware Patch file not found, tried:
hci0: BCM: 'brcm/BCM.hcd'
0:0:0:0: Attached scsi generic sg0 type 0
(sda2): mounting ext2 file system using the ext4 subsystem
(sda2): mounted filesystem without journal. Opts: (null)
filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
type=1400 audit(1610090314.371:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=933 comm="apparmor_parser"
type=1400 audit(1610090314.371:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=935 comm="apparmor_parser"
type=1400 audit(1610090314.371:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=935 comm="apparmor_parser"
type=1400 audit(1610090314.371:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=935 comm="apparmor_parser"
type=1400 audit(1610090314.375:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=934 comm="apparmor_parser"
type=1400 audit(1610090314.375:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=934 comm="apparmor_parser"
Linux media interface: v0.10
1-1.1.1: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
1-1.1.1: [51] FU [Mic Playback Volume] ch = 1, val = 0/7936/16
1-1.1.1: Warning! Unlikely big volume range (=1008), cval->res is probably wrong.
1-1.1.1: [49] FU [Speaker Playback Volume] ch = 2, val = -16129/-1/16
1-1.1.1: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
1-1.1.1: [50] FU [Mic Capture Volume] ch = 1, val = 0/7936/16
registered new interface driver snd-usb-audio
BNEP (Ethernet Emulation) ver 1.3
BNEP filters: protocol multicast
BNEP socket layer initialized
Registered protocol family 38
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 0 cur 1610090318
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090318 cur 1610090318
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090318 cur 1610090320
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090320 cur 1610090320
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090320 cur 1610090320
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
RFCOMM TTY layer initialized
RFCOMM socket layer initialized
RFCOMM ver 1.11
ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
input handler disabled
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090320 cur 1610090329
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090329 cur 1610090329
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
input handler enabled
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4011
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090329 cur 1610090329
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090329 cur 1610090329
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4011
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4015
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_setup_stream: NID=0x2, stream=0x1, channel=0, format=0x4017
snd_hda_codec_hdmi hdaudioC0D2: hda_codec_cleanup_stream: NID=0x2
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090329 cur 1610090329
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
input handler disabled
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090329 cur 1610090349
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open start
snd_hda_codec_cirrus hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 begin
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
snd_hda_codec_cirrus hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
snd_hda_codec_cirrus hdaudioC0D0: play_a1534 end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_open end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090349 cur 1610090351
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_hook end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_prepare end
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup start
snd_hda_codec_cirrus hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
snd_hda_codec_cirrus hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090351 cur 1610090475
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090475 cur 1610090625
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4011
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090625 cur 1610090645
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4011
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090645 cur 1610090648
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090648 cur 1610090654
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090654 cur 1610090661
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090661 cur 1610090666
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090666 cur 1610090668
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090668 cur 1610090670
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090670 cur 1610090672
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
hdaudioC0D0: cs_4208_playback_pcm_open start
hdaudioC0D0: playback_pcm_open nid 0x04 rates 0x00000040 formats 0x0000000000000004
hdaudioC0D0: play_a1534 begin
hdaudioC0D0: command nid BAD read check return value at 10: 0x00000111 0x00000000
hdaudioC0D0: command nid BAD read check return value at 22: 0x00000101 0x00000001
hdaudioC0D0: command nid BAD read check return value at 123: 0x00000040 0x00000000
hdaudioC0D0: play_a1534 end
hdaudioC0D0: cs_4208_playback_pcm_open end
hdaudioC0D0: cs_4208_playback_pcm_prepare start
hdaudioC0D0: hda_codec_setup_stream: NID=0x4, stream=0x1, channel=0, format=0x4013
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE start
hdaudioC0D0: cs_4208_playback_pcm_hook BAD HOOK PREPARE init 0 last 1610090672 cur 1610090673
hdaudioC0D0: cs_4208_playback_pcm_hook BAD power check 0x01 2 0
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_PREPARE end
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE start
hdaudioC0D0: cs_4208_playback_pcm_hook HDA_GEN_PCM_ACT_CLOSE end
hdaudioC0D0: cs_4208_playback_pcm_hook end
hdaudioC0D0: cs_4208_playback_pcm_prepare end
hdaudioC0D0: cs_4208_playback_pcm_cleanup start
hdaudioC0D0: hda_codec_cleanup_stream: NID=0x4
hdaudioC0D0: cs_4208_playback_pcm_cleanup end
handler enabled

alsa

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 32826 [50%] [on]
  Front Right: Playback 32826 [50%] [on]
  Rear Left: Playback 32826 [50%] [on]
  Rear Right: Playback 32826 [50%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cvolume-joined cswitch cswitch-joined
  Capture channels: Mono
  Limits: Capture 0 - 65536
  Mono: Capture 53065 [81%] [on]
numid=4,iface=MIXER,name='Master Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=3,iface=MIXER,name='Master Playback Volume'
  ; type=INTEGER,access=rw------,values=4,min=0,max=65536,step=1
  : values=32826,32826,32826,32826
numid=2,iface=MIXER,name='Capture Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=1,iface=MIXER,name='Capture Volume'
  ; type=INTEGER,access=rw------,values=1,min=0,max=65536,step=1
  : values=53065
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 32826 [50%] [on]
  Front Right: Playback 32826 [50%] [on]
  Rear Left: Playback 32826 [50%] [on]
  Rear Right: Playback 32826 [50%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cvolume-joined cswitch cswitch-joined
  Capture channels: Mono
  Limits: Capture 0 - 65536
  Mono: Capture 53065 [81%] [on]
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 32826 [50%] [on]
  Front Right: Playback 32826 [50%] [on]
  Rear Left: Playback 32826 [50%] [on]
  Rear Right: Playback 32826 [50%] [on]
2 sink(s) available.
    index: 1
    name: <alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 9049
    volume: front-left: 38806 /  59% / -13.65 dB,   front-right: 38806 /  59% / -13.65 dB
            balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.00 ms
    max request: 0 KiB
    max rewind: 0 KiB
    monitor source: 1
    sample spec: s16le 2ch 48000Hz
    channel map: front-left,front-right
                 Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
    card: 1 <alsa_card.usb-0c76_USB_PnP_Audio_Device-00>
    module: 22
    properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
        device.class = "sound"
        alsa.class = "generic"
        alsa.subclass = "generic-mix"
        alsa.name = "USB Audio"
        alsa.id = "USB Audio"
        alsa.subdevice = "0"
        alsa.subdevice_name = "subdevice #0"
        alsa.device = "0"
        alsa.card = "1"
        alsa.card_name = "USB PnP Audio Device"
        alsa.long_card_name = "USB PnP Audio Device at usb-0000:00:14.0-1.1.1, full speed"
        alsa.driver_name = "snd_usb_audio"
        device.bus_path = "pci-0000:00:14.0-usb-0:1.1.1:1.0"
        sysfs.path = "/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/sound/card1"
        udev.id = "usb-0c76_USB_PnP_Audio_Device-00"
        device.bus = "usb"
        device.vendor.id = "0c76"
        device.vendor.name = "JMTek, LLC."
        device.product.id = "161f"
        device.product.name = "USB PnP Audio Device"
        device.serial = "0c76_USB_PnP_Audio_Device"
        device.string = "front:1"
        device.buffering.buffer_size = "384000"
        device.buffering.fragment_size = "192000"
        device.access_mode = "mmap+timer"
        device.profile.name = "analog-stereo"
        device.profile.description = "Analog Stereo"
        device.description = "USB PnP Audio Device Analog Stereo"
        alsa.mixer_name = "USB Mixer"
        alsa.components = "USB0c76:161f"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-usb"
    ports:
        analog-output-speaker: Speakers (priority 10000, latency offset 0 usec, available: unknown)
            properties:
                device.icon_name = "audio-speakers"
    active port: <analog-output-speaker>
  * index: 3
    name: <alsa_output.pci-0000_00_1f.3.analog-surround-40>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 9039
    volume: front-left: 32826 /  50% / -18.02 dB,   front-right: 32826 /  50% / -18.02 dB,   rear-left: 32826 /  50% / -18.02 dB,   rear-right: 32826 /  50% / -18.02 dB
            balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.00 ms
    max request: 0 KiB
    max rewind: 0 KiB
    monitor source: 4
    sample spec: s16le 4ch 44100Hz
    channel map: front-left,front-right,rear-left,rear-right
                 Surround 4.0
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
    card: 0 <alsa_card.pci-0000_00_1f.3>
    module: 6
    properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
        device.class = "sound"
        alsa.class = "generic"
        alsa.subclass = "generic-mix"
        alsa.name = "CS4208 Analog"
        alsa.id = "CS4208 Analog"
        alsa.subdevice = "0"
        alsa.subdevice_name = "subdevice #0"
        alsa.device = "0"
        alsa.card = "0"
        alsa.card_name = "HDA Intel PCH"
        alsa.long_card_name = "HDA Intel PCH at 0x92820000 irq 34"
        alsa.driver_name = "snd_hda_intel"
        device.bus_path = "pci-0000:00:1f.3"
        sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
        device.bus = "pci"
        device.vendor.id = "8086"
        device.vendor.name = "Intel Corporation"
        device.product.id = "9d71"
        device.product.name = "Sunrise Point-LP HD Audio"
        device.form_factor = "internal"
        device.string = "surround40:0"
        device.buffering.buffer_size = "705600"
        device.buffering.fragment_size = "352800"
        device.access_mode = "mmap+timer"
        device.profile.name = "analog-surround-40"
        device.profile.description = "Analog Surround 4.0"
        device.description = "Built-in Audio Analog Surround 4.0"
        alsa.mixer_name = "Cirrus Logic CS4208"
        alsa.components = "HDA:10134208,106b6600,00100401 HDA:8086280b,80860101,00100000"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-pci"
    ports:
        analog-output: Analog Output (priority 9900, latency offset 0 usec, available: unknown)
            properties:

    active port: <analog-output>
xaiki commented 3 years ago

please ignore the PNP usb sound device, the dongle i'm using to boot debian has a soundcard

xaiki commented 3 years ago

as you can see there aren't big differences in the alsa side between the 10-1 and this driver:

┌[~/src/Mac/logs]
└[kithira] diff -Nru main.driver.log 10-1.driver.log                    11:41:22
--- main.driver.log 2021-01-08 04:28:13.884694862 -0300
+++ 10-1.driver.log 2021-01-08 04:25:52.017348898 -0300
@@ -48,7 +48,7 @@
   Rear Left: Playback 32826 [50%] [on]
   Rear Right: Playback 32826 [50%] [on]
 2 sink(s) available.
-    index: 0
+    index: 1
    name: <alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
@@ -63,15 +63,15 @@
    current latency: 0.00 ms
    max request: 0 KiB
    max rewind: 0 KiB
-   monitor source: 0
+   monitor source: 1
    sample spec: s16le 2ch 48000Hz
    channel map: front-left,front-right
                 Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
-   card: 0 <alsa_card.usb-0c76_USB_PnP_Audio_Device-00>
-   module: 6
+   card: 1 <alsa_card.usb-0c76_USB_PnP_Audio_Device-00>
+   module: 22
    properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
@@ -103,6 +103,8 @@
        device.profile.name = "analog-stereo"
        device.profile.description = "Analog Stereo"
        device.description = "USB PnP Audio Device Analog Stereo"
+       alsa.mixer_name = "USB Mixer"
+       alsa.components = "USB0c76:161f"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-usb"
    ports:
@@ -110,7 +112,7 @@
            properties:
                device.icon_name = "audio-speakers"
    active port: <analog-output-speaker>
-  * index: 1
+  * index: 3
    name: <alsa_output.pci-0000_00_1f.3.analog-surround-40>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
@@ -125,15 +127,15 @@
    current latency: 0.00 ms
    max request: 0 KiB
    max rewind: 0 KiB
-   monitor source: 2
+   monitor source: 4
    sample spec: s16le 4ch 44100Hz
    channel map: front-left,front-right,rear-left,rear-right
                 Surround 4.0
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
-   card: 1 <alsa_card.pci-0000_00_1f.3>
-   module: 7
+   card: 0 <alsa_card.pci-0000_00_1f.3>
+   module: 6
    properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
@@ -164,6 +166,8 @@
        device.profile.name = "analog-surround-40"
        device.profile.description = "Analog Surround 4.0"
        device.description = "Built-in Audio Analog Surround 4.0"
+       alsa.mixer_name = "Cirrus Logic CS4208"
+       alsa.components = "HDA:10134208,106b6600,00100401 HDA:8086280b,80860101,00100000"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-pci"
    ports:
xaiki commented 3 years ago

on the kernel side of thing I'm seeing interesting similarities and differences, for instance, the calls to hda_codec_setup_stream have a NID of 0x04 on the working module and 0x06 on the mainline one.

tulcas commented 3 years ago

The microphone does not work on Fedora 33 on MacBookPro 11,2, i tried to change te codec and not work the same ❯ cat /proc/asound/card/codec | grep Codec

Codec: Intel Haswell HDMI Codec: Cirrus Logic CS4208

❯ cat /etc/asound.conf

options snd-hda-intel model=mbp11

leifliddy commented 3 years ago

The microphone doesn't work with this driver. Should probably update the README with that info.