diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-08-07 15:34:19 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-08-08 07:49:45 +0200 |
commit | 40b15de3c4f23994f53f930e94939c7b6a0cc52f (patch) | |
tree | 4c61870b482e6b6085ac20fb2a141839fdc3cebc /include/sound | |
parent | 764a55bb8d41e7d4fc0686898c32e9a5b56493db (diff) |
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
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/aci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/aci.h b/include/sound/aci.h index 6ebbd4223f12..36a761c9820d 100644 --- a/include/sound/aci.h +++ b/include/sound/aci.h @@ -72,6 +72,7 @@ #define ACI_SET_EQ7 0x46 /* ... to Treble */ struct snd_miro_aci { + struct snd_card *card; unsigned long aci_port; int aci_vendor; int aci_product; |