Re: ESD problems. (was Re: Ready To Run for 1.0.50)



I just checked in a patch that maps the new CAPTURE identifiers
back to the old RECORD versions, if the RECORD versions are not
yet defined.  This should let it work for both older and cvs
versions of alsa.  Please let me know how it works.

Iain wrote:
> 
> > The 'esound' in CVS is AFAIK ready to go for GNOME 1.0.50 at this point.
> 
>     esound in CVS (2 hrs ago) doesn't compile correctly with alsa 0.4.1a as
> the alsa api changed.
>     There are 2 type definitions to change, 1 macro and 1 function name in
> audio_alsa.c
> 
> Line 14:
>     void *handle;
>     becomes
>     snd_pcm_t *handle;
> 
> In esd_audio_open ()
>     void *ctl_handle;
>     becomes
>     snd_ctl_t *ctl_handle;
> 

[snip new version of code]

>     Iain

-- 
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
|  __                         a.k.a. Eric B. Mitchell |
|  |_) .  _  _|      _|  _        ricdude@toad.net    |
|  | \ ( (_ (_| (_| (_| (/_    www.toad.net/~ricdude  |
| How's My Programming?   Call:  1 - 800 - DEV - NULL |
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]