]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: es18xx: Use standard print API
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:34:15 +0000 (15:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Aug 2024 05:47:24 +0000 (07:47 +0200)
commit12174dfee07e28c6e721d072174a128ec8433bb6
tree3b0f9453399b7967b612f905d3ee761663a75281
parent7f7eff209ee283eec9ae56e9c1446dd1ac3e1022
ALSA: es18xx: 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.

For referring to the device, introduce snd_card pointer to struct
snd_es18xx.

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