From: Valdis Kletnieks Date: Tue, 20 Sep 2016 22:14:53 +0000 (-0400) Subject: ALSA: line6: snd-usb-line6 depends on CONFIG_SND_HWDEP X-Git-Tag: v4.9-rc1~120^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0da325afbdb80098e014b83937372e3eef6872d5;p=karo-tx-linux.git ALSA: line6: snd-usb-line6 depends on CONFIG_SND_HWDEP ERROR: "snd_hwdep_new" [sound/usb/line6/snd-usb-line6.ko] undefined! scripts/Makefile.modpost:91: recipe for target '__modpost' failed make[1]: *** [__modpost] Error 1 Fixes: a16039cbf1a1 ('ALSA: line6: Add hwdep interface to access the POD control messages') Signed-off-by: Valdis Kletnieks Reviewed-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/line6/Kconfig b/sound/usb/line6/Kconfig index 8ffcf48097d9..39b400392d71 100644 --- a/sound/usb/line6/Kconfig +++ b/sound/usb/line6/Kconfig @@ -2,6 +2,7 @@ config SND_USB_LINE6 tristate select SND_RAWMIDI select SND_PCM + select SND_HWDEP config SND_USB_POD tristate "Line 6 POD USB support"