Skip to content
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clean:
install:
cp snd-serialmidi.ko $(KERNEL_BASE)/sound/drivers
depmod -a
modprobe snd-serialmidi
modprobe snd-serialmidi sdev=/dev/midi devices=2

uninstall:
modprobe -r snd-serialmidi
Expand Down
Loading