Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6bf1d8e authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Remove obsoleted SFX definitions



It's no longer referred by anyone after standardizing with dev_*()
macros.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 33124929
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@
#include "hda_local.h"
#include "hda_auto_parser.h"

#define SFX	"hda_codec: "

/*
 * Helper for automatic pin configuration
 */
+0 −6
Original line number Diff line number Diff line
@@ -358,12 +358,6 @@ struct azx {
#endif
};

#ifdef CONFIG_SND_VERBOSE_PRINTK
#define SFX	/* nop */
#else
#define SFX	"hda-intel "
#endif

#ifdef CONFIG_X86
#define azx_snoop(chip)		((chip)->snoop)
#else