lkml.org 
[lkml]   [2011]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: linux-next: Tree for Aug 5 (media/radio/radio-sf16fmr2)
On Fri, 5 Aug 2011 14:31:03 +1000 Stephen Rothwell wrote:

> Hi all,
>
> [The kernel.org mirroring is running slowly today]

Is media/radio/radio-sf16fmr2 an ISA driver or a PCI driver?
ugh. Or is it an I2C driver?


linux-next fails with (this is not a new failure):

ERROR: "snd_tea575x_init" [drivers/media/radio/radio-sf16fmr2.ko] undefined!
ERROR: "snd_tea575x_exit" [drivers/media/radio/radio-sf16fmr2.ko] undefined!

The Kconfig entry for RADIO_SF16FMR2 is:

config RADIO_SF16FMR2
tristate "SF16FMR2 Radio"
depends on ISA && VIDEO_V4L2 && SND

and the Kconfig entry for SND_TEA575X is (not user visible):

config SND_TEA575X
tristate
depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2
default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2

This latter entry is in sound/pci/Kconfig and is under:
if SND_PCI
so it depends on PCI and SND_PCI.

This build fails when CONFIG_PCI is not enabled.


Suggestions?

thanks,
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***


\
 
 \ /
  Last update: 2011-08-06 01:59    [W:0.056 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site