ALSA: hda: Show the codec quirk info at probing
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 Nov 2024 14:10:10 +0000 (15:10 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Nov 2024 14:53:53 +0000 (15:53 +0100)
commitdb2eee61434808d66233a9d3ea5ec31b8867de23
tree36b54065ab2d2f34cccf6ab3d161b6e31dd34e2b
parenta166f80343cd436d6d414199d18ad0ab291caaa5
ALSA: hda: Show the codec quirk info at probing

Lots of HD-audio devices need the device-specific quirk, and it's
often helpful to know which quirk is applied.  But currently the
driver shows it only as a debug output, hence we'd have to enable the
debug option at each time we want to see it (and the output becomes
too messy due to other debug messages).

This patch changes the messages to the info level, so that they appear
at probing normally.

Link: https://patch.msgid.link/20241126141010.12567-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_auto_parser.c