]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: riptide: Use standard print API
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:34:27 +0000 (15:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Aug 2024 05:49:46 +0000 (07:49 +0200)
commit8aee49444faa6dfe061ac1252f4901a179047899
treeaab9933a1a97ec3cf7e5ccb2a8f3a98326c5e16f
parent661c43fcdf622dffdf2d4f4e8d3276a4df59b920
ALSA: riptide: 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 cmdif for calling dev_*()
functions.

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