]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: mtpav: Use standard print API
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:33:55 +0000 (15:33 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Aug 2024 05:47:22 +0000 (07:47 +0200)
commit1e594f9a7ba8bac7dd8e5bdd74cd786e0e00246c
tree676d545c24d6eae427977c5c4f378c236f13e2c2
parent1fa884ebeb73cfe5ff078606b8888aec38103e2b
ALSA: mtpav: 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 commented-out debug prints got removed, too.

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