From: Peter Foley Date: Sun, 24 Apr 2011 21:15:09 +0000 (-0400) Subject: staging: solo6x10: add select SND_PCM to fix build error X-Git-Tag: v2.6.39-rc7~15^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=95c2b71b7b7422749950e3d497a894957d724b16;p=~shefty%2Frdma-dev.git staging: solo6x10: add select SND_PCM to fix build error This patch fixes a build error when SND_PCM is not set by adding a select statment. Signed-off-by: Peter Foley Acked-By: Ben Collins Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/solo6x10/Kconfig b/drivers/staging/solo6x10/Kconfig index 2cf77c94086..03dcac4ea4d 100644 --- a/drivers/staging/solo6x10/Kconfig +++ b/drivers/staging/solo6x10/Kconfig @@ -2,6 +2,7 @@ config SOLO6X10 tristate "Softlogic 6x10 MPEG codec cards" depends on PCI && VIDEO_DEV && SND && I2C select VIDEOBUF_DMA_SG + select SND_PCM ---help--- This driver supports the Softlogic based MPEG-4 and h.264 codec codec cards.