Home
last modified time | relevance | path

Searched refs:wrch (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/sound/pcm/
HDdsp.c54 struct pcm_channel *wrch; member
99 static int dsp_oss_syncgroup(struct pcm_channel *wrch, struct pcm_channel *rdch, oss_syncgroup *gro…
101 static int dsp_oss_policy(struct pcm_channel *wrch, struct pcm_channel *rdch, int policy);
102 static int dsp_oss_cookedmode(struct pcm_channel *wrch, struct pcm_channel *rdch, int enabled);
103 static int dsp_oss_getchnorder(struct pcm_channel *wrch, struct pcm_channel *rdch, unsigned long lo…
104 static int dsp_oss_setchnorder(struct pcm_channel *wrch, struct pcm_channel *rdch, unsigned long lo…
105 static int dsp_oss_getchannelmask(struct pcm_channel *wrch, struct pcm_channel *rdch, int *mask);
107 static int dsp_oss_getlabel(struct pcm_channel *wrch, struct pcm_channel *rdch, oss_label_t *label);
108 static int dsp_oss_setlabel(struct pcm_channel *wrch, struct pcm_channel *rdch, oss_label_t *label);
109 static int dsp_oss_getsong(struct pcm_channel *wrch, struct pcm_channel *rdch, oss_longname_t *song…
[all …]
HDmixer.c1099 struct pcm_channel *c, *rdch, *wrch; in mixer_ioctl_channel() local
1124 wrch = NULL; in mixer_ioctl_channel()
1150 } else if (wrch == NULL && c->direction == PCMDIR_PLAY) { in mixer_ioctl_channel()
1151 wrch = c; in mixer_ioctl_channel()
1156 if (rdch != NULL && wrch != NULL) in mixer_ioctl_channel()
1160 if (rdch == NULL && wrch == NULL) in mixer_ioctl_channel()
1171 if (wrch != NULL) in mixer_ioctl_channel()