소스 검색

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>
Takashi Iwai 11 년 전
부모
커밋
c6bf1d8e8c
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 2
      sound/pci/hda/hda_auto_parser.c
  2. 0 6
      sound/pci/hda/hda_priv.h

+ 0 - 2
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
  */

+ 0 - 6
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