Skip to content

Commit

Permalink
ALSA: line6: snd-usb-line6 depends on CONFIG_SND_HWDEP
Browse files Browse the repository at this point in the history
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: a16039c ('ALSA: line6: Add hwdep interface to access the POD control messages')
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Valdis Kletnieks authored and Takashi Iwai committed Sep 21, 2016
1 parent a4bc746 commit 0da325a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/usb/line6/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0da325a

Please sign in to comment.