ALSA: hda - Remove obsoleted SFX definitions
authorTakashi Iwai <tiwai@suse.de>
Thu, 26 Jun 2014 15:30:12 +0000 (17:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Jun 2014 16:00:02 +0000 (18:00 +0200)
It's no longer referred by anyone after standardizing with dev_*()
macros.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_auto_parser.c
sound/pci/hda/hda_priv.h

index dabe419..a979019 100644 (file)
@@ -17,8 +17,6 @@
 #include "hda_local.h"
 #include "hda_auto_parser.h"
 
-#define SFX    "hda_codec: "
-
 /*
  * Helper for automatic pin configuration
  */
index 0688aaf..da2d3a4 100644 (file)
@@ -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