* [PATCH -next] media/radio/miro: depends on SND
[not found] <20091201190301.0fb7abad.sfr@canb.auug.org.au>
@ 2009-12-01 18:51 ` Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2009-12-01 18:51 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, LKML, linux-media, Mauro Carvalho Chehab
From: Randy Dunlap <randy.dunlap@oracle.com>
miropcm20 uses ALSA (snd_) interfaces from the SND_MIRO
driver, so it should depend on SND.
(selecting SND_MIRO when CONFIG_SND is not enabled is a
problem.)
drivers/built-in.o: In function `vidioc_s_ctrl':
radio-miropcm20.c:(.text+0x227499): undefined reference to `snd_aci_cmd'
drivers/built-in.o: In function `vidioc_s_frequency':
radio-miropcm20.c:(.text+0x227574): undefined reference to `snd_aci_cmd'
radio-miropcm20.c:(.text+0x227588): undefined reference to `snd_aci_cmd'
drivers/built-in.o: In function `pcm20_init':
radio-miropcm20.c:(.init.text+0x2a784): undefined reference to `snd_aci_get_aci'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/media/radio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20091201.orig/drivers/media/radio/Kconfig
+++ linux-next-20091201/drivers/media/radio/Kconfig
@@ -197,7 +197,7 @@ config RADIO_MAESTRO
config RADIO_MIROPCM20
tristate "miroSOUND PCM20 radio"
- depends on ISA && VIDEO_V4L2
+ depends on ISA && VIDEO_V4L2 && SND
select SND_MIRO
---help---
Choose Y here if you have this FM radio card. You also need to enable
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-01 18:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20091201190301.0fb7abad.sfr@canb.auug.org.au>
2009-12-01 18:51 ` [PATCH -next] media/radio/miro: depends on SND Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).