Re: sx1 mixer support

From: Takashi Iwai
Date: Fri Nov 24 2006 - 08:07:39 EST


At Fri, 24 Nov 2006 13:50:40 +0100,
Pavel Machek wrote:
>
> > > + * Defines codec specific functions pointers that can be used from the
> > > + * common omap-alsa base driver for all omap codecs.
> > > + */
> > > +void egold_configure(void);
> > > +void egold_set_samplerate(long rate);
> > > +void egold_clock_setup(void);
> > > +int egold_clock_on(void);
> > > +int egold_clock_off(void);
> > > +int egold_get_default_samplerate(void);
> >
> > Do they need to be exported? I see them only in a single file as
> > callbacks...
>
> Apparently they do not. Fixed.

They are still globals. Could be static, right?


Takashi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/