Prev: [PATCH v3 3/4] hwmon: Update sysfs-interface to include new attributes
Next: [PATCH -next] ipmi: fix module param sparse warnings
From: Randy Dunlap on 24 Jun 2010 18:20 From: Randy Dunlap <randy.dunlap(a)oracle.com> 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 <randy.dunlap(a)oracle.com> Cc: Ben Collins <bcollins(a)bluecherry.net> --- drivers/staging/solo6x10/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20100624.orig/drivers/staging/solo6x10/Kconfig +++ linux-next-20100624/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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |