linux/sound/pci/hda
Takashi Iwai f8f1becfa4 ALSA: hda - Fix leftover ifdef checks after modularization
Since the commit [595fe1b702: ALSA: hda - Make
CONFIG_SND_HDA_CODEC_* tristate], the kconfig variables for the
generic parser and codec drivers can be "m" instead of boolean, but
some codes are left unchanged to check only #ifdef
CONFIG_SND_HDA_CODEC_XXX, which is no longer true for modules.
This patch fixes them by replacing with IS_ENABLED() macros.

Fixes: 595fe1b702 ('ALSA: hda - Make CONFIG_SND_HDA_CODEC_* tristate')
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=70161
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-02-07 12:13:25 +01:00
..
ca0132_regs.h
hda_auto_parser.c ALSA: hda - Kill EXPORT_SYMBOL_HDA() 2013-12-19 14:36:19 +01:00
hda_auto_parser.h
hda_beep.c ALSA: hda - Kill EXPORT_SYMBOL_HDA() 2013-12-19 14:36:19 +01:00
hda_beep.h
hda_codec.c ALSA: hda - Fix leftover ifdef checks after modularization 2014-02-07 12:13:25 +01:00
hda_codec.h ALSA: hda - Add parameter for dumping processing coefficients 2014-01-29 16:39:13 +01:00
hda_eld.c ALSA: hda - hdmi: Fix wrong baseline length in ATI/AMD generated ELD 2013-11-11 17:08:39 +01:00
hda_generic.c ALSA: hda - Apply codec power_filter to FG nodes 2014-01-13 16:30:15 +01:00
hda_generic.h ALSA: hda - Apply codec power_filter to FG nodes 2014-01-13 16:30:15 +01:00
hda_hwdep.c ALSA: hda - Add consistent tag names for firmware patch 2014-01-08 09:59:23 +01:00
hda_i915.c
hda_i915.h
hda_intel_trace.h
hda_intel.c ALSA: hda - Fix leftover ifdef checks after modularization 2014-02-07 12:13:25 +01:00
hda_jack.c ALSA: hda - Kill EXPORT_SYMBOL_HDA() 2013-12-19 14:36:19 +01:00
hda_jack.h ALSA: hda - Add a block_report flag to jacks 2013-11-07 14:03:17 +01:00
hda_local.h ALSA: hda - Bind with HDMI codec parser automatically 2013-11-26 13:42:38 +01:00
hda_proc.c ALSA: hda - Add parameter for dumping processing coefficients 2014-01-29 16:39:13 +01:00
hda_trace.h
Kconfig ALSA: hda - Add warning texts when codec driver Kconfig doesn't match 2013-12-19 15:09:14 +01:00
Makefile ALSA: hda - Make CONFIG_SND_HDA_CODEC_* tristate 2013-12-19 14:36:11 +01:00
patch_analog.c ALSA: hda - Improve loopback path lookups for AD1983 2014-02-05 08:49:41 +01:00
patch_ca0110.c
patch_ca0132.c
patch_cirrus.c ALSA: hda - Control SPDIF out pin on MacBookPro 11,2 2013-11-11 16:22:04 +01:00
patch_cmedia.c
patch_conexant.c ALSA: hda - Split Thinkpad ACPI-related code 2014-01-08 16:16:51 +01:00
patch_hdmi.c ALSA: hda/hdmi - allow PIN_OUT to be dynamically enabled 2014-01-31 17:57:02 +01:00
patch_realtek.c ALSA: hda - Fix missing VREF setup for Mac Pro 1,1 2014-02-05 07:38:07 +01:00
patch_si3054.c
patch_sigmatel.c ALSA: hda - Apply codec power_filter to FG nodes 2014-01-13 16:30:15 +01:00
patch_via.c ALSA: hda - Enable stereo mix as default for AD and VIA codecs 2013-12-09 16:02:24 +01:00
thinkpad_helper.c ALSA: hda - Fix endless vmaster hook call in thinkpad_helper.c 2014-01-14 14:56:55 +01:00