summaryrefslogtreecommitdiffstats
path: root/drivers/staging/solo6x10
diff options
context:
space:
mode:
authorPeter Foley2011-04-24 23:15:09 +0200
committerGreg Kroah-Hartman2011-04-26 02:44:09 +0200
commit95c2b71b7b7422749950e3d497a894957d724b16 (patch)
treeab3ef6a544de4ee3e72a13cbf7a5b21ddf3d4a52 /drivers/staging/solo6x10
parentstaging: usbip: vhci: fix oops on subsequent attach (diff)
downloadkernel-qcow2-linux-95c2b71b7b7422749950e3d497a894957d724b16.tar.gz
kernel-qcow2-linux-95c2b71b7b7422749950e3d497a894957d724b16.tar.xz
kernel-qcow2-linux-95c2b71b7b7422749950e3d497a894957d724b16.zip
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 <pefoley2@verizon.net> Acked-By: Ben Collins <bcollins@bluecherry.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/solo6x10')
-rw-r--r--drivers/staging/solo6x10/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/solo6x10/Kconfig b/drivers/staging/solo6x10/Kconfig
index 2cf77c940860..03dcac4ea4d0 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.