diff options
author | John Keeping <jkeeping@inmusicbrands.com> | 2025-09-15 10:42:19 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-09-15 12:33:53 +0200 |
commit | 84973249011fda3ff292f83439a062fec81ef982 (patch) | |
tree | a6225edb11775ebc1e0e4f2e8f094ee3fbe71d2e /rust/helpers/workqueue.c | |
parent | c29287bb32bc72a037c34d84a160060a6122b7ed (diff) |
ALSA: serial-generic: remove shared static buffer
If multiple instances of this driver are instantiated and try to send
concurrently then the single static buffer snd_serial_generic_tx_work()
will cause corruption in the data output.
Move the buffer into the per-instance driver data to avoid this.
Signed-off-by: John Keeping <jkeeping@inmusicbrands.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions