Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c1df232 authored by Johan Hovold's avatar Johan Hovold Committed by Takashi Iwai
Browse files

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: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5c7e7d58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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