hda-intel printed a KERN_WARNING string "Too big adjustment 32" with no prefix of any kind to indicate it came from hda-intel. I think it probably should be prefixed with the driver name. Viz: ------------------------------------------------------------ [ 101.520218] ppdev: user-space parallel port driver [ 146.171958] Too big adjustment 32 [ 146.176030] Too big adjustment 32 [ 146.379610] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj. ------------------------------------------------------------ The string lives in sound/pci/hda/hda_intel.c .
Fixed in sound git tree now.