From: Randy Dunlap Date: Thu, 24 Jun 2010 22:11:04 +0000 (-0700) Subject: Staging: solo: depends on SND X-Git-Tag: firefly_0821_release~9833^2~1255^2~1^2~309 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4d8152be1804c21ff1698f62a788679664363ed0;p=firefly-linux-kernel-4.4.55.git Staging: solo: depends on SND Fix 56 undefined references to snd_*() functions. First 5 are: drivers/built-in.o: In function `solo_g723_exit': (.text+0xa4a4aa): undefined reference to `snd_card_free' drivers/built-in.o: In function `solo_snd_pcm_init': solo6010-g723.c:(.text+0xa4a677): undefined reference to `snd_pcm_new' solo6010-g723.c:(.text+0xa4a6b1): undefined reference to `snd_pcm_set_ops' solo6010-g723.c:(.text+0xa4a74d): undefined reference to `snd_pcm_lib_preallocate_pages_for_all' drivers/built-in.o: In function `solo_g723_init': (.text+0xa4a7f6): undefined reference to `snd_card_create' Signed-off-by: Randy Dunlap Cc: Ben Collins Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/solo6x10/Kconfig b/drivers/staging/solo6x10/Kconfig index 8aaa3637b60e..d96398c701f8 100644 --- a/drivers/staging/solo6x10/Kconfig +++ b/drivers/staging/solo6x10/Kconfig @@ -1,6 +1,6 @@ config SOLO6X10 tristate "Softlogic 6x10 MPEG codec cards" - depends on PCI && VIDEO_DEV + depends on PCI && VIDEO_DEV && SND select VIDEOBUF_DMA_CONTIG ---help--- This driver supports the Softlogic based MPEG-4 and h.264 codec