diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-06 11:24:00 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-02-07 08:46:13 -0500 |
commit | 262d62eb55e105b6335ec0e9ba89f6ec7247cb48 (patch) | |
tree | 50f550ce0e0041e8cab015e61d058e83d8a9ddb7 /sound/pci/Kconfig | |
parent | 9a0869f4028916a164b1ba600e819c1dcd7c17a2 (diff) |
ALSA: add missing HAS_IOPORT and GENERIC_HARDIRQS dependencies
Fix these two compile errors on s390 which does not have HAS_IOPORT
nor GENERIC_HARDIRQS:
sound/pci/lx6464es/lx6464es.c: In function ‘snd_lx6464es_free’:
sound/pci/lx6464es/lx6464es.c:565:2: error: implicit declaration of function ‘ioport_unmap’
sound/soc/codecs/wm8903.c: In function ‘wm8903_set_pdata_irq_trigger’:
sound/soc/codecs/wm8903.c:1954:9: error: implicit declaration of function ‘irq_get_irq_data’
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 947cfb4eb30c..fe6fa93a6262 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -678,6 +678,7 @@ config SND_LOLA | |||
678 | 678 | ||
679 | config SND_LX6464ES | 679 | config SND_LX6464ES |
680 | tristate "Digigram LX6464ES" | 680 | tristate "Digigram LX6464ES" |
681 | depends on HAS_IOPORT | ||
681 | select SND_PCM | 682 | select SND_PCM |
682 | help | 683 | help |
683 | Say Y here to include support for Digigram LX6464ES boards. | 684 | Say Y here to include support for Digigram LX6464ES boards. |