7 Oct
2015
7 Oct
'15
12:22 a.m.
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");
return 0; }dev_info(dai->dev, "already stream is prepared - returning\n");
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