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]);

            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..

                         thanks !

                            Vladimir Dergachev


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

Reply via email to