Searched refs:pcm_chnalloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/dev/sound/pcm/ |
| D | sound.h | 324 int pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction,
|
| D | sound.c | 278 pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction, in pcm_chnalloc() function
|
| D | dsp.c | 568 rderror = pcm_chnalloc(d, &rdch, PCMDIR_REC, in dsp_open() 606 wrerror = pcm_chnalloc(d, &wrch, PCMDIR_PLAY, in dsp_open()
|