Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 40b15de

Browse files
committed
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
1 parent 764a55b commit 40b15de

File tree

3 files changed

+119
-107
lines changed

3 files changed

+119
-107
lines changed

include/sound/aci.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
#define ACI_SET_EQ7 0x46 /* ... to Treble */
7373

7474
struct snd_miro_aci {
75+
struct snd_card *card;
7576
unsigned long aci_port;
7677
int aci_vendor;
7778
int aci_product;

0 commit comments

Comments
 (0)