mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
e2eb31d721
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_command.c | ||
fireworks_hwdep.c | ||
fireworks_midi.c | ||
fireworks_pcm.c | ||
fireworks_proc.c | ||
fireworks_stream.c | ||
fireworks_transaction.c | ||
fireworks.c | ||
fireworks.h | ||
Makefile |