Searched refs:snd_pcm_channel_info (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_compat.c163 struct snd_pcm_channel_info info;
171 err = snd_pcm_channel_info(substream, &info);
H A Dpcm_native.c639 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, function
640 struct snd_pcm_channel_info * info)
661 struct snd_pcm_channel_info __user * _info)
663 struct snd_pcm_channel_info info;
668 res = snd_pcm_channel_info(substream, &info);
H A Dpcm_lib.c1592 struct snd_pcm_channel_info *info = arg;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h390 struct snd_pcm_channel_info { struct
470 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_generic.c121 return snd_pcm_channel_info(generic->slave, info);
H A Dpcm_mmap.c322 err = snd_pcm_channel_info(pcm, i);
H A Dpcm_local.h392 static inline int snd_pcm_channel_info(snd_pcm_t *pcm, snd_pcm_channel_info_t *info) function
H A Dpcm_multi.c553 err = snd_pcm_channel_info(multi->slaves[c->slave_idx].pcm, info);
H A Dpcm_share.c1001 err = snd_pcm_channel_info(slave->pcm, info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c466 ctrl->result = snd_pcm_channel_info(pcm, (snd_pcm_channel_info_t *) &ctrl->u.channel_info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/rme9652/
H A Drme9652.c2050 struct snd_pcm_channel_info *info)
2078 struct snd_pcm_channel_info *info = arg;
H A Dhdspm.c3742 struct snd_pcm_channel_info * info)
3769 struct snd_pcm_channel_info *info = arg;
H A Dhdsp.c3957 struct snd_pcm_channel_info *info)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/korg1212/
H A Dkorg1212.c1442 struct snd_pcm_channel_info *info = arg;

Completed in 134 milliseconds