]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: sscape: Use standard print API
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:34:24 +0000 (15:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Aug 2024 05:49:46 +0000 (07:49 +0200)
commit610f04ca710cef5ab35dd14accfb0d14eaa822a0
tree536ddac4dcf139232eca6f53a3d85e3b26698cb1
parente7c475b92043c02c3e6cd0c20e308fbb6f03ebde
ALSA: sscape: Use standard print API

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.

The device pointer is stored in struct soundscape for calling
dev_*().

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20240807133452.9424-35-tiwai@suse.de
sound/isa/sscape.c