• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/

Lines Matching refs:snd_seq_queue_info_t

2937  * \brief get size of #snd_seq_queue_info_t
2942 return sizeof(snd_seq_queue_info_t);
2946 * \brief allocate an empty #snd_seq_queue_info_t using standard malloc
2950 int snd_seq_queue_info_malloc(snd_seq_queue_info_t **ptr)
2953 *ptr = calloc(1, sizeof(snd_seq_queue_info_t));
2960 * \brief frees a previously allocated #snd_seq_queue_info_t
2963 void snd_seq_queue_info_free(snd_seq_queue_info_t *obj)
2969 * \brief copy one #snd_seq_queue_info_t to another
2973 void snd_seq_queue_info_copy(snd_seq_queue_info_t *dst, const snd_seq_queue_info_t *src)
2987 int snd_seq_queue_info_get_queue(const snd_seq_queue_info_t *info)
3000 const char *snd_seq_queue_info_get_name(const snd_seq_queue_info_t *info)
3013 int snd_seq_queue_info_get_owner(const snd_seq_queue_info_t *info)
3026 int snd_seq_queue_info_get_locked(const snd_seq_queue_info_t *info)
3039 unsigned int snd_seq_queue_info_get_flags(const snd_seq_queue_info_t *info)
3052 void snd_seq_queue_info_set_name(snd_seq_queue_info_t *info, const char *name)
3065 void snd_seq_queue_info_set_owner(snd_seq_queue_info_t *info, int owner)
3078 void snd_seq_queue_info_set_locked(snd_seq_queue_info_t *info, int locked)
3091 void snd_seq_queue_info_set_flags(snd_seq_queue_info_t *info, unsigned int flags)
3106 int snd_seq_create_queue(snd_seq_t *seq, snd_seq_queue_info_t *info)
3127 snd_seq_queue_info_t info;
3158 snd_seq_queue_info_t info;
3174 int snd_seq_get_queue_info(snd_seq_t *seq, int q, snd_seq_queue_info_t *info)
3190 int snd_seq_set_queue_info(snd_seq_t *seq, int q, snd_seq_queue_info_t *info)
3210 snd_seq_queue_info_t info;