OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_pcm_info_t
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h
46
typedef struct _snd_pcm_info
snd_pcm_info_t
;
typedef in typeref:struct:_snd_pcm_info
413
int snd_pcm_info(snd_pcm_t *pcm,
snd_pcm_info_t
*info);
470
* \brief allocate an invalid #
snd_pcm_info_t
using standard alloca
473
#define snd_pcm_info_alloca(ptr) do { assert(ptr); *ptr = (
snd_pcm_info_t
*) alloca(snd_pcm_info_sizeof()); memset(*ptr, 0, snd_pcm_info_sizeof()); } while (0)
474
int snd_pcm_info_malloc(
snd_pcm_info_t
**ptr);
475
void snd_pcm_info_free(
snd_pcm_info_t
*obj);
476
void snd_pcm_info_copy(
snd_pcm_info_t
*dst, const
snd_pcm_info_t
*src);
477
unsigned int snd_pcm_info_get_device(const
snd_pcm_info_t
*obj);
478
unsigned int snd_pcm_info_get_subdevice(const
snd_pcm_info_t
*obj)
[
all
...]
control.h
248
int snd_ctl_pcm_info(snd_ctl_t *ctl,
snd_pcm_info_t
* info);
Completed in 19 milliseconds