[alsa-devel] [PATCH v2 1/2] ASoC: soc-compress: add a config item for soc-compress

Vinod Koul vinod.koul at intel.com
Tue Jun 16 18:25:07 CEST 2015


On Tue, Jun 16, 2015 at 06:17:12PM +0200, Takashi Iwai wrote:
> At Tue, 16 Jun 2015 18:14:40 +0200,
> Takashi Iwai wrote:
> > 
> > At Tue, 16 Jun 2015 17:06:07 +0100,
> > Mark Brown wrote:
> > > 
> > > On Tue, Jun 16, 2015 at 12:36:16PM +0000, Jie, Yang wrote:
> > > 
> > > > > OK, that should have been in the commit message.
> > > 
> > > > OK, so let me add it to the commit message and resend?
> > > 
> > > Well, there's still the stubs to consider.  Should we really be
> > > returning an error or should we silently ignore the error and hide the
> > > DAI if the user deconfigured compressed audio?  Or rearrange things so
> > > we don't need stubs?  Given that the machine driver has to select
> > > compressed support it's not something that should ever really hit the
> > > stubs, it's not truly a runtime thing...
> > 
> > Yes, I guess that leaving without dummy function will give unresolved
> > symbol errors at module link time, so the user can catch before
> > actually running it.  Of course, this should be checked actually.
> 
> Oh, scratch this.  It won't work well in the current code.
> Possibly with weak linking, but...
Right as the soc_new_compress() is called from soc-core for compressed dai
links. Since ASoC drivers don't use any of compress APIs directly, it would
be difficult to add a compile time failure so we are stuck with silent
runtime failures :(

-- 
~Vinod



More information about the Alsa-devel mailing list