mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 11:10:22 +02:00
ALSA fireworks driver has a bug not to call an API to destroy
'cmp_connection' structure for input direction. Currently this causes no
issues because it just destroys 'mutex' structure, while it's better to
fix it for future work.
Fix:
|
||
|---|---|---|
| .. | ||
| fireworks.c | ||
| fireworks.h | ||
| fireworks_command.c | ||
| fireworks_hwdep.c | ||
| fireworks_midi.c | ||
| fireworks_pcm.c | ||
| fireworks_proc.c | ||
| fireworks_stream.c | ||
| fireworks_transaction.c | ||
| Makefile | ||