ALSA: hda - Check MODULE instead of CONFIG_SND_HDA_INTEL_MODULE

Checking MODULE is more generic.
Also a cosmetic comment change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2008-11-28 15:07:37 +01:00
parent 1289e9e8b4
commit 645f10c1ac
1 changed files with 2 additions and 2 deletions

View File

@ -530,10 +530,10 @@ EXPORT_SYMBOL_GPL(snd_hda_bus_new);
#define is_generic_config(codec) 0
#endif
#ifdef CONFIG_SND_HDA_INTEL_MODULE
#ifdef MODULE
#define HDA_MODREQ_MAX_COUNT 2 /* two request_modules()'s */
#else
#define HDA_MODREQ_MAX_COUNT 0
#define HDA_MODREQ_MAX_COUNT 0 /* all presets are statically linked */
#endif
/*