Re: winecfg audio question

2005-07-01 Thread Eric Pouech
Robert Reif a écrit : Robert Reif wrote: Here is a patch that adds an audio driver configure button and tries to send a DRV_CONFIGURE message to the selected audio driver. It doesn't work because it can't find the audio driver. However, hard coding the driver name to "joystick.drv" does displa

Re: winecfg audio question

2005-06-28 Thread Robert Reif
Robert Reif wrote: Here is a patch that adds an audio driver configure button and tries to send a DRV_CONFIGURE message to the selected audio driver. It doesn't work because it can't find the audio driver. However, hard coding the driver name to "joystick.drv" does display the joystick config d

winecfg audio question

2005-06-26 Thread Robert Reif
Here is a patch that adds an audio driver configure button and tries to send a DRV_CONFIGURE message to the selected audio driver. It doesn't work because it can't find the audio driver. However, hard coding the driver name to "joystick.drv" does display the joystick config dialog so it should wo