ALSA: us122l - Add missing dependency on CONFIG_SND_HWDEP
CONFIG_SND_USB_US122L uses snd_hwdep_new(), so SND_HWDEP needs to be enabled (selected). ERROR: "snd_hwdep_new" [sound/usb/usx2y/snd-usb-us122l.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b1cd9b24e8
commit
dc0abf9005
|
@ -70,6 +70,7 @@ config SND_USB_CAIAQ_INPUT
|
||||||
config SND_USB_US122L
|
config SND_USB_US122L
|
||||||
tristate "Tascam US-122L USB driver"
|
tristate "Tascam US-122L USB driver"
|
||||||
depends on X86 && EXPERIMENTAL
|
depends on X86 && EXPERIMENTAL
|
||||||
|
select SND_HWDEP
|
||||||
select SND_RAWMIDI
|
select SND_RAWMIDI
|
||||||
help
|
help
|
||||||
Say Y here to include support for Tascam US-122L USB Audio/MIDI
|
Say Y here to include support for Tascam US-122L USB Audio/MIDI
|
||||||
|
|
Loading…
Reference in New Issue