Date: Sun, 19 Mar 95 06:05:08 -0800 From: hasty@netcom.com To: Kim Culhan <kimc@w8hd.w8hd.org> Cc: hackers@FreeBSD.org Subject: Re: def'd vat_audio caused undef'd symbol Message-ID: <199503191405.GAA13476@netcom15.netcom.com> In-Reply-To: Your message of Sun, 19 Mar 95 08:35:15 -0500. <Pine.NEB.3.91.950319083123.5263A-100000@w8hd.w8hd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>
> On Sat, 18 Mar 1995 hasty@netcom.com wrote:
> > >
> > > Trying to setup vat with a gus I defined:
> >
> > > vat_audio.o: Undefined symbol `_DMAbuf_start_input' referenced from text
> > > segment
> > > vat_audio.o: Undefined symbol `_DMAbuf_start_input' referenced from text
> >
> > Look in sys/i386/isa/sound/dmabuf.c, if DMAbuf_start_input is not there
> > then you don't have support for vat and if DMAbuf_start_input is
> > there just look around for #define which will allow the code to be
> > included.
> DMAbuf_start_input is present in dmabuf.c but I can't find a #define
> anywhere for it.
In dmabuf.c, take out static :
------
static int
DMAbuf_start_input(int dev)
{
------
Not sure what is going on....
Amancio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503191405.GAA13476>
