]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda - Fix incorrect usage of IS_REACHABLE()
authorTakashi Iwai <tiwai@suse.de>
Fri, 27 Apr 2018 15:17:35 +0000 (17:17 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:24:53 +0000 (12:24 +0200)
commitb12263b70a9483e3f415b20aeb2d0bfff3edf796
tree008af1cecfae8c366263c04b23235710e716f8ca
parent2260d0b254c5d220657cc0c96cd4ba0466e6bebe
ALSA: hda - Fix incorrect usage of IS_REACHABLE()

BugLink: http://bugs.launchpad.net/bugs/1778759
commit 6a30abaa40b62aed46ef12ea4c16c48565bdb376 upstream.

The commit c469652bb5e8 ("ALSA: hda - Use IS_REACHABLE() for
dependency on input") simplified the dependencies with IS_REACHABLE()
macro, but it broke due to its incorrect usage: it should have been
IS_REACHABLE(CONFIG_INPUT) instead of IS_REACHABLE(INPUT).

Fixes: c469652bb5e8 ("ALSA: hda - Use IS_REACHABLE() for dependency on input")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
sound/pci/hda/patch_realtek.c