From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758503Ab2FFVPL (ORCPT ); Wed, 6 Jun 2012 17:15:11 -0400 Received: from smtp-vbr13.xs4all.nl ([194.109.24.33]:1380 "EHLO smtp-vbr13.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754038Ab2FFVPJ (ORCPT ); Wed, 6 Jun 2012 17:15:09 -0400 From: Hans Verkuil To: Fengguang Wu Subject: Re: radio-maxiradio.c: undefined reference to `snd_tea575x_init' Date: Wed, 6 Jun 2012 23:15:04 +0200 User-Agent: KMail/1.13.7 (Linux/3.4.0-rc7-tschai; KDE/4.7.4; x86_64; ; ) Cc: Hans Verkuil , Randy Dunlap , Stephen Rothwell , linux-next@vger.kernel.org, LKML , "linux-media" References: <20120329144217.6cacd2f040fa9abb9190ae1e@canb.auug.org.au> <4F74900E.5010501@xenotime.net> <20120606204014.GA8264@localhost> In-Reply-To: <20120606204014.GA8264@localhost> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206062315.04124.hverkuil@xs4all.nl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed June 6 2012 22:40:14 Fengguang Wu wrote: > On Thu, Mar 29, 2012 at 09:38:38AM -0700, Randy Dunlap wrote: > > On 03/28/2012 08:42 PM, Stephen Rothwell wrote: > > > > > Hi all, > > > > > > Reminder: please do not add stuff destined for v3.5 to linux-next > > > included trees/branches until after v3.4-rc1 has been released. > > > > > > Changes since 20120328: > > > > > > on x86_64: > > > > radio-maxiradio.c:(.devinit.text+0x356ac): undefined reference to `snd_tea575x_init' > > radio-maxiradio.c:(.devexit.text+0x503e): undefined reference to `snd_tea575x_exit' > > I run into this issue, too, in the 3.5-rc1 based tip/master. > > drivers/built-in.o: In function `maxiradio_probe': > radio-maxiradio.c:(.devinit.text+0x35a27): undefined reference to `snd_tea575x_init' > drivers/built-in.o: In function `maxiradio_remove': > radio-maxiradio.c:(.devexit.text+0x6754): undefined reference to `snd_tea575x_exit' > > Any fixes available now? The related commit is: > > commit cfb19b0ab13847a0e0e49521eb94113b0b315e3b > Author: Hans Verkuil > Date: Sun Feb 5 09:53:17 2012 -0300 > > [media] radio-maxiradio: use the tea575x framework > > This card is based on the tea575x receiver. Use the tea575x-tuner framework > instead of reinventing the wheel. > > Signed-off-by: Hans Verkuil > Signed-off-by: Mauro Carvalho Chehab > > Thanks, > Fengguang Works for me with 3.5-rc1. There was a fix done in sound/pci/Kconfig that should have solved this. Is CONFIG_SND_TEA575X defined? Do you have a snd_tea575x_tuner module? Regards, Hans