Re: Alsa driver status

2003-06-02 Thread Sylvain Petreolle
Could send it to me or to the list, I would then start to do some tests. What are you using to test it ? Is it freely downloadable ? Since WMP doesnt work for me, im using the midi player of my Hercules Fortissimo III card. --- Jeff Smith [EMAIL PROTECTED] a écrit : I am working on the MIDI

Re: Alsa driver status

2003-05-30 Thread Jeff Smith
I am working on the MIDI portion. I have it working with the one program I have been testing. It still needs a lot of work and testing, but I will submit what I have in the next few days. If nothing else, at least there will be a record of it that way. -- Jeff Smith --- Sylvain Petreolle

Alsa driver status

2003-05-29 Thread Sylvain Petreolle
Since Alsa has released a 0.9 version, I think we could write a more complete driver. (midi output, recording, channel control...) Eric and Marco, are you still working on it ? = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow

Re: Alsa driver status

2003-05-29 Thread Mike Hearn
Aren't they planning perhaps another small API break for ALSA 1.0? On Thu, 2003-05-29 at 00:22, Sylvain Petreolle wrote: Since Alsa has released a 0.9 version, I think we could write a more complete driver. (midi output, recording, channel control...) Eric and Marco, are you still working

Re: Alsa driver status

2003-05-29 Thread Sylvain Petreolle
I did a search through the alsa-devel archive, didnt see anything like that for now. Note that there is no more support for the 0.5x code, clearly sated on their homepage. We should at least remove the 0.5 version in winealsa. --- Mike Hearn [EMAIL PROTECTED] a écrit : Aren't they planning

Re: alsa driver configuration

2002-10-13 Thread Sylvain Petreolle
Set Drivers=winealsa.drv at section [WinMM]. Documentation is outdated about this. Developers : Whats's needeed to edit sgml files ? --- Gabriel A. Arcos A. [EMAIL PROTECTED] a écrit : Hi all !! I have intalled wine-20021007 and I want to use the alsa driver on it. I have search all

Re: alsa driver configuration

2002-10-13 Thread Sylvain Petreolle
A. Arcos A. [EMAIL PROTECTED] a écrit : Hi all !! I have intalled wine-20021007 and I want to use the alsa driver on it. I have search all the documentation but I have not found any info. there are something to change in the ~/.wine/conf file? I'm trying to play Counter Strike but I

Re: ALSA driver

2002-04-20 Thread Eric Pouech
Sigh, Suse 8.0 just moved fom 0.5 to 0.9 - the Alsa developers regard 0.9 as more stable and having less bugs than 0.5. Why spend all that time on an obsolete driver? OK, that is mostly the disappointment speaking that I still won't be able to run wine with Alsa. the point is not whether 0.5

Re: ALSA driver

2002-04-20 Thread Eric Pouech
Marco Pietrobono a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 20 Apr 2002, Eric Pouech wrote: after Gav and Ove clarified the license details, lets go back to the technical bits this driver is against ALSA 0.5 interface. It will provide the bare bone wave part,

Re: ALSA driver

2002-04-20 Thread Duane Clark
Eric Pouech wrote: the point is not whether 0.5 is technically better than 0.9 (or the other way around). The point is on the current installed base of ALSA drivers in the field, how many are 0.5 and how many are 0.9. Mandrake and Suse (at least) have been shipping 0.5 for more than one

Re: ALSA driver

2002-04-20 Thread Joerg Mayer
On Sat, Apr 20, 2002 at 09:40:31PM +0200, Eric Pouech wrote: OK, that is mostly the disappointment speaking that I still won't be able to run wine with Alsa. The point is on the current installed base of ALSA drivers ... It just means that 0.9 installed base is almost 0 (in percentage).

Re: ALSA driver

2002-04-20 Thread Joerg Mayer
On Sat, Apr 20, 2002 at 09:42:12PM +0200, Eric Pouech wrote: BTW, It's been quite a while that I'm using ALSA 0.9, so I can try to port your code to it. ok, but keep both 0.5 and 0.9 inside and also protect 0.9 code when only the 0.5 headers will be available. I don't think that this is

Re: ALSA driver

2002-04-20 Thread Eric Pouech
But I think many users, well at least me, would be rather disappointed at being expected to run 0.5 (assuming that would be required). I don't object having a 0.9 driver at all. But I consider today having a 0.5 is more important than a 0.9 (even if it's for a short (1 year ?) period of time)

Re: ALSA driver

2002-04-20 Thread Eric Pouech
( or current or whatever) module and compile and install it separately. yes an no. since we don't have a proper install (and detection) mechanism in wine, I was more leaning to having a single ALSA driver, that would compile into 0.5 or 0.9 (depending on the headers found on the system). I agree

Re: ALSA driver

2002-04-20 Thread Alexandre Julliard
Eric Pouech [EMAIL PROTECTED] writes: yes an no. since we don't have a proper install (and detection) mechanism in wine, I was more leaning to having a single ALSA driver, that would compile into 0.5 or 0.9 (depending on the headers found on the system). That's the best solution assuming

ALSA driver

2002-04-19 Thread Marco Pietrobono
Hi, I'm starting to work on a native ALSA driver for wine. Since I remember that Marcus was working (or was planning to work) an that one too, I would like to know if there is already something to work on or to contribute to, or if I need to start from scratch. If there is nothing already

Re: ALSA driver

2002-04-19 Thread Marcus Meissner
On Fri, Apr 19, 2002 at 05:57:07PM +0200, Marco Pietrobono wrote: Hi, I'm starting to work on a native ALSA driver for wine. Since I remember that Marcus was working (or was planning to work) an that one too, I would like to know if there is already something to work

Re: ALSA driver

2002-04-19 Thread David Hammerton
Hi, Eric has written one which is almost complete, I am in the midst of debugging it and finising it off. Contact me directly if you like. David On 19 Apr 2002 17:57:07 +0200, Marco Pietrobono wrote: | Hi, | |I'm starting to work on a native ALSA driver for wine. Since I | remember

Re: ALSA driver

2002-04-19 Thread Ove Kaaven
On 19 Apr 2002, Marco Pietrobono wrote: I'm starting to work on a native ALSA driver for wine. Since I remember that Marcus was working (or was planning to work) an that one too, I would like to know if there is already something to work on or to contribute to, or if I need to start from

Re: ALSA driver

2002-04-19 Thread Gavriel State
Ove Kaaven wrote: On 19 Apr 2002, Marco Pietrobono wrote: I'm starting to work on a native ALSA driver for wine. Since I remember that Marcus was working (or was planning to work) an that one too, I would like to know if there is already something to work on or to contribute to, or if I