]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: wavefront: Use standard print API
authorTakashi Iwai <tiwai@suse.de>
Tue, 16 Dec 2025 11:06:26 +0000 (06:06 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jan 2026 12:10:06 +0000 (13:10 +0100)
commit73d7bfacc5ca8d259dff7a1c1dc8e04b910ac41c
tree01eab01fc4d3bef783c626ffad2861acaaeb5d7b
parent151c632b9162f600b0d6a79f4cdcbc388b69ee48
ALSA: wavefront: Use standard print API

[ Upstream commit 8b4ac5429938dd5f1fbf2eea0687f08cbcccb6be ]

Use the standard print API with dev_*() instead of the old house-baked
one.  It gives better information and allows dynamically control of
debug prints.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20240807133452.9424-36-tiwai@suse.de
Stable-dep-of: 0c4a13ba8859 ("ALSA: wavefront: Fix integer overflow in sample size validation")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/sound/snd_wavefront.h
sound/isa/wavefront/wavefront.c
sound/isa/wavefront/wavefront_fx.c
sound/isa/wavefront/wavefront_midi.c
sound/isa/wavefront/wavefront_synth.c