mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
33124929a2
commit
c6bf1d8e8c
|
@ -17,8 +17,6 @@
|
||||||
#include "hda_local.h"
|
#include "hda_local.h"
|
||||||
#include "hda_auto_parser.h"
|
#include "hda_auto_parser.h"
|
||||||
|
|
||||||
#define SFX "hda_codec: "
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Helper for automatic pin configuration
|
* Helper for automatic pin configuration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -358,12 +358,6 @@ struct azx {
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_SND_VERBOSE_PRINTK
|
|
||||||
#define SFX /* nop */
|
|
||||||
#else
|
|
||||||
#define SFX "hda-intel "
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_X86
|
#ifdef CONFIG_X86
|
||||||
#define azx_snoop(chip) ((chip)->snoop)
|
#define azx_snoop(chip) ((chip)->snoop)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue