Searched refs:snd_pcm_info (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h288 struct snd_pcm_info { struct
459 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
863 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
H A Dpcm.h485 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);
487 struct snd_pcm_info __user *info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_generic.c80 return snd_pcm_info(generic->slave, info);
H A Dpcm_hooks.c674 err = snd_pcm_info(pcm, info);
H A Dpcm_direct.c598 return snd_pcm_info(dmix->spcm, info);
1103 ret = snd_pcm_info(dmix->spcm, info);
H A Dpcm_softvol.c711 err = snd_pcm_info(pcm, info);
H A Dpcm_multi.c138 err = snd_pcm_info(multi->slaves[n].pcm, info);
H A Dpcm_plug.c85 if ((err = snd_pcm_info(slave, info)) < 0)
H A Dpcm_share.c471 return snd_pcm_info(share->slave->pcm, info);
H A Dpcm.c764 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm.c107 struct snd_pcm_info __user *info;
115 info = (struct snd_pcm_info __user *)arg;
325 struct snd_pcm_info *info;
337 err = snd_pcm_info(substream, info);
H A Dpcm_native.c96 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) function
123 struct snd_pcm_info __user * _info)
125 struct snd_pcm_info *info;
131 err = snd_pcm_info(substream, info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h443 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info);
510 #define snd_pcm_info_alloca(ptr) __snd_alloca(ptr, snd_pcm_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/
H A Dconfmisc.c1190 err = snd_pcm_info(pcm, info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp_snd.c770 err = snd_pcm_info(handle, info);

Completed in 108 milliseconds