[alsa-devel] [PATCH v3 6/8] ASoC: Intel: Skylake: Initialize and load DSP controls

Koul, Vinod vinod.koul at intel.com
Wed Oct 7 00:22:12 CEST 2015


On Tue, 2015-10-06 at 17:23 +0100, Mark Brown wrote:
> On Wed, Sep 23, 2015 at 08:33:22PM +0530, Vinod Koul wrote:
> 
> >  	if (link_dev->link_prepared) {
> > -		dev_dbg(dai->dev, "already stream is prepared - returning\n");
> > +		dev_info(dai->dev, "already stream is prepared - returning\n");
> >  		return 0;
> >  	}
> 
> Why is the severity of this being raised and if it does need raising why
> isn't it a warning or error?

On production systems, this helps to debug issues when something goes wrong and alsa
invokes prepare. But this might be false positive, usermode calling prepare for
usermode actions, that's why we cant say it is an error.

Thanks
-- 
~Vinod


More information about the Alsa-devel mailing list