Searched refs:snd_pcm_info_t (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Daserver.h72 snd_pcm_info_t info;
134 snd_pcm_info_t pcm_info;
H A Dpcm.h46 typedef struct _snd_pcm_info snd_pcm_info_t; typedef in typeref:struct:_snd_pcm_info
443 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info);
507 * \brief allocate an invalid #snd_pcm_info_t using standard alloca
511 int snd_pcm_info_malloc(snd_pcm_info_t **ptr);
512 void snd_pcm_info_free(snd_pcm_info_t *obj);
513 void snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src);
514 unsigned int snd_pcm_info_get_device(const snd_pcm_info_t *obj);
515 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj);
516 snd_pcm_stream_t snd_pcm_info_get_stream(const snd_pcm_info_t *ob
[all...]
H A Dcontrol.h256 int snd_ctl_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_local.h44 int (*pcm_info)(snd_ctl_t *handle, snd_pcm_info_t * info);
H A Dcontrol_hw.c275 static int snd_ctl_hw_pcm_info(snd_ctl_t *handle, snd_pcm_info_t * info)
H A Dcontrol_ext.c391 snd_pcm_info_t *info ATTRIBUTE_UNUSED)
H A Dcontrol_shm.c287 static int snd_ctl_shm_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info)
H A Dnamehint.c109 snd_pcm_info_t *info;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dcontrol.c10 snd_pcm_info_t *pcminfo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_generic.h113 int snd_pcm_generic_info(snd_pcm_t *pcm, snd_pcm_info_t * info);
H A Dpcm.c764 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info)
6262 * \brief get size of #snd_pcm_info_t
6267 return sizeof(snd_pcm_info_t);
6271 * \brief allocate an invalid #snd_pcm_info_t using standard malloc
6275 int snd_pcm_info_malloc(snd_pcm_info_t **ptr)
6278 *ptr = calloc(1, sizeof(snd_pcm_info_t));
6285 * \brief frees a previously allocated #snd_pcm_info_t
6288 void snd_pcm_info_free(snd_pcm_info_t *obj)
6294 * \brief copy one #snd_pcm_info_t to another
6298 void snd_pcm_info_copy(snd_pcm_info_t *ds
[all...]
H A Dpcm_direct.h279 int snd_pcm_direct_info(snd_pcm_t *pcm, snd_pcm_info_t * info);
H A Dpcm_generic.c77 int snd_pcm_generic_info(snd_pcm_t *pcm, snd_pcm_info_t * info)
H A Dpcm_null.c68 static int snd_pcm_null_info(snd_pcm_t *pcm, snd_pcm_info_t * info)
H A Dpcm_hw.c255 static int snd_pcm_hw_info(snd_pcm_t *pcm, snd_pcm_info_t * info)
1124 snd_pcm_info_t info;
1253 snd_pcm_info_t info;
H A Dpcm_hooks.c665 snd_pcm_info_t *info;
H A Dpcm_direct.c593 int snd_pcm_direct_info(snd_pcm_t *pcm, snd_pcm_info_t * info)
1096 snd_pcm_info_t *info;
H A Dpcm_ioplug.c69 static int snd_pcm_ioplug_info(snd_pcm_t *pcm, snd_pcm_info_t *info)
H A Dpcm_shm.c196 static int snd_pcm_shm_info(snd_pcm_t *pcm, snd_pcm_info_t * info)
H A Dpcm_softvol.c704 snd_pcm_info_t *info;
H A Dpcm_local.h137 int (*info)(snd_pcm_t *pcm, snd_pcm_info_t *info);
H A Dpcm_multi.c131 static int snd_pcm_multi_info(snd_pcm_t *pcm, snd_pcm_info_t *info)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconfmisc.c975 snd_pcm_info_t *info;
1059 snd_pcm_info_t *info;
1170 snd_pcm_info_t *info;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c418 ctrl->result = snd_pcm_info(pcm, (snd_pcm_info_t *) &ctrl->u.info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp_snd.c760 snd_pcm_info_t *info;

Completed in 171 milliseconds

12