diff options
author | 2014-02-06 18:14:03 +0100 | |
---|---|---|
committer | 2014-02-07 12:13:25 +0100 | |
commit | f8f1becfa4ac3231da55de68698cf7facf089646 (patch) | |
tree | 33cb1d0bfe4947d02b3db01abddf0aba537a765c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ALSA: hda - Improve loopback path lookups for AD1983 (diff) | |
download | linux-dev-f8f1becfa4ac3231da55de68698cf7facf089646.tar.xz linux-dev-f8f1becfa4ac3231da55de68698cf7facf089646.zip |
ALSA: hda - Fix leftover ifdef checks after modularization
Since the commit [595fe1b702c3: 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: 595fe1b702c3 ('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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions