diff options
author | Takashi Iwai <tiwai@suse.de> | 2025-04-15 17:55:21 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-04-29 14:53:54 +0200 |
commit | 26d87c55d19a4f4a76e5cc4b4188640badc3bbb1 (patch) | |
tree | e1f346ad859b9f7519f4f782a3c159088ee5d5e9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bdd9ea9187c4722d3256055de683a85341157a53 (diff) |
ALSA: korg1212: Replace the pending stop check code with sync_stop PCM ops
The korg1212 driver has an overly complex code with the timer API to
check the pending stop operation and to sync at the prepare stage.
This very same thing can be achieved more simply by the PCM sync_stop
ops without timer, and this patch implements it.
Along with the rewrite to sync_stop ops, the flag
dsp_stop_is_processed is replaced with dsp_stop_processing to indicate
the stop operation is pending, not to indicate it's finished. In that
way, wait_for_event() can be used more straightforwardly.
Link: https://lore.kernel.org/590769506CF46967+20250414042629.63019-5-wangyuli@uniontech.com
Link: https://patch.msgid.link/20250415155522.7998-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions