]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: opti9xx: Use standard print API
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:34:19 +0000 (15:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Aug 2024 05:49:45 +0000 (07:49 +0200)
commit40b15de3c4f23994f53f930e94939c7b6a0cc52f
tree4c61870b482e6b6085ac20fb2a141839fdc3cebc
parent764a55bb8d41e7d4fc0686898c32e9a5b56493db
ALSA: opti9xx: 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 card pointer is stored in struct snd_opti9xx and snd_miro to be
referred for dev_*() calls.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20240807133452.9424-30-tiwai@suse.de
include/sound/aci.h
sound/isa/opti9xx/miro.c
sound/isa/opti9xx/opti92x-ad1848.c