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

Modified Files:
        emu10k1_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: emu10k1_synth.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emu10k1_synth.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- emu10k1_synth.c     25 May 2002 10:26:11 -0000      1.7
+++ emu10k1_synth.c     26 Jan 2004 10:49:36 -0000      1.8
@@ -58,6 +58,7 @@
        emu->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2; /* maximum two 
ports */
        emu->midi_devidx = hw->audigy ? 2 : 1; /* audigy has two external midis */
        emu->linear_panning = 0;
+       emu->hwdep_idx = 2; /* FIXED */
 
        if (snd_emux_register(emu, dev->card, arg->index, "Emu10k1") < 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