]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 dabe41975a9d0b7a03a33bd5861dd6b74bb4beeb..a9790198aa179fac1d53a262924ca4138ed12044 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 0688aaff09f11e8e1b258fa4fc055236c1182014..da2d3a41f8f31c757c14b37eb471bdb3f7f779cf 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