• J
    ALSA: hda_intel: ratelimit "spurious response" message · 3b70a67d
    Joe Perches 提交于
    dmesg here has a 100+ consecutive lines of:
    
    [ 1464.219446] hda-intel 0000:00:14.2: spurious response 0x0:0x0, last cmd=0x170500
    [ 1464.219451] hda-intel 0000:00:14.2: spurious response 0x0:0x0, last cmd=0x170500
    [ 1464.219454] hda-intel 0000:00:14.2: spurious response 0x0:0x0, last cmd=0x170500
    ...
    
    Ratelimit the message to reduce the dmesg log noise.
    
    Coalesce the format while at it.
    Signed-off-by: NJoe Perches <joe@perches.com>
    Signed-off-by: NTakashi Iwai <tiwai@suse.de>
    3b70a67d
hda_intel.c 113.2 KB