diff options
author | 2021-09-03 21:07:14 +0800 | |
---|---|---|
committer | 2021-09-03 16:19:01 +0100 | |
commit | fcb958ee8e832e9cdf43408535207e15f14af755 (patch) | |
tree | 7e73f5dab66462ea741b812989238ecf0f191317 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ASoC: mt8195: correct the dts parsing logic about DPTX and HDMITX (diff) | |
download | linux-dev-fcb958ee8e832e9cdf43408535207e15f14af755.tar.xz linux-dev-fcb958ee8e832e9cdf43408535207e15f14af755.zip |
ASoC: rockchip: i2s: Fix concurrency between tx/rx
This patch adds lock to fix comcurrency between tx/rx
to fix 'rockchip-i2s ff070000.i2s; fail to clear'
Considering the situation;
tx stream rx stream
| |
| disable
enable |
| reset
After this patch:
lock
|
tx stream
|
enable
|
unlock
-------- ---------
lock
|
rx stream
|
disable
|
reset
|
unlock
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Link: https://lore.kernel.org/r/1630674434-650-1-git-send-email-sugar.zhang@rock-chips.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions