Update of /cvsroot/alsa/alsa-kernel/isa/sb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19892/alsa-kernel/isa/sb

Modified Files:
        emu8000_synth.c 
Log Message:
- added the support of hwdep for EmuX WaveTable on emu10k1 and sbawe.
  SoundFont can be loaded via the ALSA native hwdep device now.



Index: emu8000_synth.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/sb/emu8000_synth.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- emu8000_synth.c     25 May 2002 10:26:10 -0000      1.6
+++ emu8000_synth.c     26 Jan 2004 10:49:36 -0000      1.7
@@ -71,6 +71,7 @@
        emu->midi_ports = hw->seq_ports < 2 ? hw->seq_ports : 2; /* number of virmidi 
ports */
        emu->midi_devidx = 1;
        emu->linear_panning = 1;
+       emu->hwdep_idx = 2; /* FIXED */
 
        if (snd_emux_register(emu, dev->card, hw->index, "Emu8000") < 0) {
                snd_emux_free(emu);



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to