1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 18:12:39 +01:00

- Import ebuild media-sound/hdjmod

This commit is contained in:
2014-08-02 20:51:47 +02:00
parent d29cf2b529
commit 1d9cc0062c
13 changed files with 898 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -Naru hdjmod-1.28o/midi.c hdjmod-1.28/midi.c
--- hdjmod-1.28o/midi.c 2009-01-27 15:25:50.000000000 +0100
+++ hdjmod-1.28/midi.c 2011-05-30 21:47:18.000000000 +0200
@@ -60,7 +60,7 @@
unsigned long channel_list_initialized = 0;
struct midi_channel_elem channel_list[NUM_MIDI_CHANNELS];
-spinlock_t channel_list_lock = SPIN_LOCK_UNLOCKED;
+DEFINE_SPINLOCK(channel_list_lock);
static struct usb_protocol_ops snd_hdjmidi_standard_ops = {
.input = snd_hdjmidi_standard_input,