ALSA: hda: Downgrade BDL table overflow message
authorTakashi Iwai <tiwai@suse.de>
Wed, 21 Feb 2024 10:06:07 +0000 (11:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 21 Feb 2024 10:14:16 +0000 (11:14 +0100)
commit5f91a62217730910ceb3e712dd0c28ee71423a27
tree591bd0f266246ae093d73e8419afa001ff8573b8
parent04438a06c43d09486e4323928b3bb93bd7407488
ALSA: hda: Downgrade BDL table overflow message

When BDL table entry overflow happens, the driver spews an error
message explicitly.  But basically this condition can be triggered
easily by an application and it may flood of error logs
unnecessarily.

Downgrade the error message with dev_dbg() as a debug message
instead.

Link: https://lore.kernel.org/r/20240221100607.6565-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_stream.c