From: Johan Hovold Date: Fri, 12 May 2017 12:34:39 +0000 (+0200) Subject: ALSA: us122l: enable compile testing X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6c1df232731f83621fd6d590aa1a2325ceefaed9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ALSA: us122l: enable compile testing This USB driver currently depends on X86 for some undocumented reason. Since it compiles just fine for arm, we can at least enable compile testing. Signed-off-by: Johan Hovold Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index a452ad7cec40..f61b5662bb89 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig @@ -91,7 +91,7 @@ config SND_USB_CAIAQ_INPUT config SND_USB_US122L tristate "Tascam US-122L USB driver" - depends on X86 + depends on X86 || COMPILE_TEST select SND_HWDEP select SND_RAWMIDI help