On Sun, Jun 3, 2012 at 7:28 AM, John Crispin <j...@phrozen.org> wrote:
> On 30/04/12 04:12, Adam Goode wrote:
>> Enable the real ALSA midi interface (seq) in the kernel. The existing
>> rawmidi interface is still present. This allows for the alsa midi
>> utilities to work.
>>
>> Signed-off-by: Adam Goode <a...@spicenitz.org>
>>
>> ---
>>
>> Index: package/kernel/modules/sound.mk
>> ===================================================================
>> --- package/kernel/modules/sound.mk   (revision 31532)
>> +++ package/kernel/modules/sound.mk   (working copy)
>> @@ -42,6 +42,9 @@
>>       snd-seq-device \
>>       snd-rawmidi \
>>       snd-timer \
>> +     snd-seq \
>> +     snd-seq-midi-event \
>> +     snd-seq-midi \
>>       snd-pcm \
>>       snd-mixer-oss \
>>       snd-pcm-oss
>
> Hi
>
> midi is not really part of the sound-core package
>
> you should rather package them in a seperate kmod-snd-midi or similar
>
> John

I will try to do this, but note that "rawmidi" is already supported in
the sound-core package (so there is basic, but incomplete, midi
support in core).

Also, for reference, here are the sizes of the new modules:

78292 snd-seq.ko
8656 snd-seq-midi-event.ko
10220 snd-seq-midi.ko


Adam
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to