diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-06-26 17:30:12 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-26 18:00:02 +0200 |
commit | c6bf1d8e8c08d37d42a3a96606470fc012cc30e7 (patch) | |
tree | ab8eb4cce61a2c9dbeb1a2a4ab673109ca8d542c /sound/pci | |
parent | 33124929a23c5b555c39b99b4073766d232cb31d (diff) | |
download | op-kernel-dev-c6bf1d8e8c08d37d42a3a96606470fc012cc30e7.zip op-kernel-dev-c6bf1d8e8c08d37d42a3a96606470fc012cc30e7.tar.gz |
ALSA: hda - Remove obsoleted SFX definitions
It's no longer referred by anyone after standardizing with dev_*()
macros.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_auto_parser.c | 2 | ||||
-rw-r--r-- | sound/pci/hda/hda_priv.h | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sound/pci/hda/hda_auto_parser.c b/sound/pci/hda/hda_auto_parser.c index dabe419..a979019 100644 --- a/sound/pci/hda/hda_auto_parser.c +++ b/sound/pci/hda/hda_auto_parser.c @@ -17,8 +17,6 @@ #include "hda_local.h" #include "hda_auto_parser.h" -#define SFX "hda_codec: " - /* * Helper for automatic pin configuration */ diff --git a/sound/pci/hda/hda_priv.h b/sound/pci/hda/hda_priv.h index 0688aaf..da2d3a4 100644 --- a/sound/pci/hda/hda_priv.h +++ b/sound/pci/hda/hda_priv.h @@ -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 |