Bug 208487
Summary: | dmesg spammed with snd_hda_intel spurious response entries | ||
---|---|---|---|
Product: | Drivers | Reporter: | Julian Sikorski (belegdol) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | aros |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.7.7-200.fc32.x86_64 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | dmesg output |
Are you only getting this after suspending/resuming or straight from a cold boot? On another machine (Clevo P150HM laptop) it is only appearing after a resume. This also means that mouse jerkiness is unrelated. Let's move to 208829 which is newer but I've provided more info. *** This bug has been marked as a duplicate of bug 208829 *** |
Created attachment 290161 [details] dmesg output I have noticed that my dmesg is getting spammed with entries like: [ 5327.148696] snd_hdac_bus_update_rirb: 201 callbacks suppressed [ 5327.148699] snd_hda_intel 0000:09:00.1: spurious response 0x3:0x0, last cmd=0x473500 [ 5327.148736] snd_hda_intel 0000:09:00.1: spurious response 0x0:0x0, last cmd=0x4f0700 [ 5327.148776] snd_hda_intel 0000:09:00.1: spurious response 0x40:0x0, last cmd=0x470700 [ 5327.148818] snd_hda_intel 0000:09:00.1: spurious response 0x0:0x0, last cmd=0x470700 [ 5328.373066] snd_hda_intel 0000:09:00.1: spurious response 0x0:0x0, last cmd=0x820000 [ 5328.373068] snd_hda_intel 0000:09:00.1: spurious response 0x0:0x0, last cmd=0x820000 [ 5328.384756] snd_hda_intel 0000:09:00.1: spurious response 0x0:0x0, last cmd=0x1f050 The sound still works, but I have a suspicion that this is overloading my system to the point of making the mouse pointer jerky, as both the jerkiness and the dmesg spam appear to be appearing at the same time. Full dmesg is attached. lspci output: $ lspci | grep Audio 09:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1) 0b:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller How can I provide more information? Thank you.