Skip to content

Commit

Permalink
ALSA: us122l: enable compile testing
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
jhovold authored and tiwai committed May 15, 2017
1 parent 5c7e7d5 commit 6c1df23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c1df23

Please sign in to comment.