summaryrefslogtreecommitdiff
path: root/tstamping.c
diff options
context:
space:
mode:
Diffstat (limited to 'tstamping.c')
0 files changed, 0 insertions, 0 deletions
/sound parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
ASoC: mxs-saif: check BUSY bit in hw_params() only if not mclk_in_use
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. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')