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/hda/hda_auto_parser.c | |
parent | 33124929a23c5b555c39b99b4073766d232cb31d (diff) |
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/hda/hda_auto_parser.c')
-rw-r--r-- | sound/pci/hda/hda_auto_parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_auto_parser.c b/sound/pci/hda/hda_auto_parser.c index dabe41975a9..a9790198aa1 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 */ |