On Wed, 19 Dec 2001, Vladimir Dergachev wrote:

> 
>  Couple of questions:
> 
>          a) when should one use snd_ctl_elem_info_free ? 
>             I am doing 
> 
>       snd_ctl_elem_info_malloc(&(ad->einfo[j]));
>         snd_hctl_elem_info(elem, ad->einfo[j]);

Never mind this one - I figured it out..

> 
>             and then snd_ctl_elem_info_free failes while
>             attempting to lock some mutex
> 
> 
>          b) how does one use  snd_ctl_elem_info_get_item_name ?
> 
>             I am doing
> 
>       snd_ctl_elem_info_set_item(ad->einfo[j], k);
>       snd_ctl_elem_info_get_item_name(ad->einfo[j]);
> 
>             And I am getting repeated values..
> 

This one still stands though..


                          thanks !
 
                             Vladimir Dergachev


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to