diff options
author | Johan Hovold <johan@kernel.org> | 2017-05-12 14:34:39 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-05-15 11:02:14 +0200 |
commit | 6c1df232731f83621fd6d590aa1a2325ceefaed9 (patch) | |
tree | 7d2edd833ee3a5604684ef10bb23567cbdfba3d2 /sound/usb | |
parent | 5c7e7d586a4318faa3f580ef6f950b8d3bc93d95 (diff) | |
download | linux-6c1df232731f83621fd6d590aa1a2325ceefaed9.tar.bz2 |
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 <johan@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |