diff options
| author | Nicolin Chen <[email protected]> | 2018-02-12 14:03:12 -0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-02-21 12:30:49 +0000 |
| commit | e0582731abe004163e78ad2dac4cd1196db0908f (patch) | |
| tree | 568bd83b3cf1200c55e529ef3bc9581ae0cc7bc6 /tools/perf/scripts/python/sctop.py | |
| parent | 09947634829ccc5568a80ac02c3395a8b77276c1 (diff) | |
ASoC: fsl_ssi: Maintain a mask of active streams
Checking TE and RE bits in SCR register doesn't work for AC97 mode
which enables SSIEN, TE and RE in the fsl_ssi_setup_ac97() that's
called during probe().
So when running into the trigger(), it will always get the result
of both TE and RE being enabled already, even if actually there is
no active stream.
This patch fixes this issue by adding a variable to log the active
streams manually.
Signed-off-by: Nicolin Chen <[email protected]>
Tested-by: Caleb Crome <[email protected]>
Tested-by: Maciej S. Szmigiero <[email protected]>
Reviewed-by: Maciej S. Szmigiero <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions