[alsa-devel] [PATCH] ASoC: mxs-saif: check BUSY bit in hw_params() only if not mclk_in_use

Måns Rullgård mans at mansr.com
Fri Feb 5 14:23:20 CET 2016


Mark Brown <broonie at kernel.org> writes:

> On Wed, Feb 03, 2016 at 01:18:20PM +0000, Mans Rullgard wrote:
>> If something else, typically a codec, has enabled mclk, the BUSY
>> bit may be set when hw_params() is called without this being an
>> error.  This check thus causes intermittent failures to configure
>> the sound device when used in such a manner.  Fix this by making
>> the test conditional on !saif->mclk_in_use.
>
> Please remember to CC the maintainers for the driver when sending
> patches.  

I CCd everybody scripts/get_maintainers.pl suggested.  How am I supposed
to know who the maintainers are if they're not listed in MAINTAINERS?

-- 
Måns Rullgård


More information about the Alsa-devel mailing list