Commit 95c2b71b authored by Peter Foley's avatar Peter Foley Committed by Greg Kroah-Hartman

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: default avatarPeter Foley <pefoley2@verizon.net>
Acked-By: default avatarBen Collins <bcollins@bluecherry.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d1b2e95a
......@@ -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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment