Home
last modified time | relevance | path

Searched refs:pcm_channel (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h49 struct pcm_channel;
76 struct pcm_channel *ch;
83 struct pcm_channel { struct
145 SLIST_HEAD(, pcm_channel) head; argument
146 SLIST_ENTRY(pcm_channel) link;
148 SLIST_HEAD(, pcm_channel) head;
149 SLIST_ENTRY(pcm_channel) link;
155 SLIST_ENTRY(pcm_channel) link; argument
157 SLIST_ENTRY(pcm_channel) link;
160 SLIST_ENTRY(pcm_channel) link;
[all …]
H A Ddsp.c52 struct pcm_channel *rdch;
53 struct pcm_channel *wrch;
54 struct pcm_channel *volch;
148 struct pcm_channel *ch; in getchns()
503 struct pcm_channel **ch; in dsp_io_ops()
2083 struct pcm_channel *ch; in dsp_oss_audioinfo()
2243 struct pcm_channel *ch; in dsp_oss_engineinfo()
2621 struct pcm_channel *c; in dsp_oss_syncstart()
2739 dsp_oss_policy(struct pcm_channel *wrch, struct pcm_channel *rdch, int policy) in dsp_oss_policy()
2846 struct pcm_channel *ch; in dsp_oss_getchnorder()
[all …]
H A Dchannel.c128 struct pcm_channel *c; in chn_vpc_proc()
300 chn_wakeup(struct pcm_channel *c) in chn_wakeup()
303 struct pcm_channel *ch; in chn_wakeup()
390 chn_wrfeed(struct pcm_channel *c) in chn_wrfeed()
437 chn_wrintr(struct pcm_channel *c) in chn_wrintr()
658 chn_intr(struct pcm_channel *c) in chn_intr()
925 chn_abort(struct pcm_channel *c) in chn_abort()
1160 struct pcm_channel *
1164 struct pcm_channel *c; in chn_init()
1396 chn_kill(struct pcm_channel *c) in chn_kill()
[all …]
H A Dvchan.h35 int vchan_create(struct pcm_channel *);
36 int vchan_destroy(struct pcm_channel *);
39 int vchan_passthrough(struct pcm_channel *, const char *);
42 int vchan_sync(struct pcm_channel *);
H A Dfeeder.h61 int chn_addfeeder(struct pcm_channel *c, struct feeder_class *fc,
63 int chn_removefeeder(struct pcm_channel *c);
64 struct pcm_feeder *chn_findfeeder(struct pcm_channel *c, u_int32_t type);
66 int feeder_chain(struct pcm_channel *);
H A Dvchan.c58 struct pcm_channel *channel;
68 struct pcm_channel *c, int dir) in vchan_init()
71 struct pcm_channel *p; in vchan_init()
145 struct pcm_channel *c, *p; in vchan_trigger()
195 struct pcm_channel *c; in vchan_getcaps()
259 struct pcm_channel **wrch, struct pcm_channel **rdch) in vchan_getparentchannel()
358 struct pcm_channel *c; in sysctl_dev_pcm_vchanmode()
452 struct pcm_channel *c, *ch; in sysctl_dev_pcm_vchanrate()
560 struct pcm_channel *c, *ch; in sysctl_dev_pcm_vchanformat()
674 struct pcm_channel *ch; in vchan_create()
[all …]
H A Dsound.h79 struct pcm_channel;
267 int pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction,
270 void pcm_chn_add(struct snddev_info *d, struct pcm_channel *ch);
271 int pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch);
319 SLIST_HEAD(, pcm_channel) head;
321 SLIST_HEAD(, pcm_channel) head;
324 SLIST_HEAD(, pcm_channel) head;
H A Dsound.c114 pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction, in pcm_chnalloc()
117 struct pcm_channel *c; in pcm_chnalloc()
201 pcm_chn_add(struct snddev_info *d, struct pcm_channel *ch) in pcm_chn_add()
229 pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch) in pcm_chn_remove()
231 struct pcm_channel *tmp; in pcm_chn_remove()
272 struct pcm_channel *ch; in pcm_addchan()
294 struct pcm_channel *ch; in pcm_killchans()
617 struct pcm_channel *ch; in pcm_unregister()
710 struct pcm_channel *c; in sound_oss_sysinfo()
H A Dfeeder_chain.c138 feeder_build_format(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_format()
179 feeder_build_formatne(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_formatne()
206 feeder_build_rate(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_rate()
284 feeder_build_matrix(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_matrix()
341 feeder_build_volume(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_volume()
409 feeder_build_eq(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_eq()
463 feeder_build_root(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_root()
494 feeder_build_mixer(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_mixer()
579 feeder_chain(struct pcm_channel *c) in feeder_chain()
H A Dbuffer.h56 struct pcm_channel *channel;
60 struct snd_dbuf *sndbuf_create(device_t dev, char *drv, char *desc, struct pcm_channel *channel);
117 int sndbuf_feed(struct snd_dbuf *from, struct snd_dbuf *to, struct pcm_channel *channel, struct pcm…
H A Dfeeder_mixer.c178 feed_mixer_rec(struct pcm_channel *c) in feed_mixer_rec()
180 struct pcm_channel *ch; in feed_mixer_rec()
280 feed_mixer_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, in feed_mixer_feed()
285 struct pcm_channel *ch; in feed_mixer_feed()
H A Dfeeder.c235 chn_addfeeder(struct pcm_channel *c, struct feeder_class *fc, struct pcm_feederdesc *desc) in chn_addfeeder()
253 chn_removefeeder(struct pcm_channel *c) in chn_removefeeder()
267 chn_findfeeder(struct pcm_channel *c, u_int32_t type) in chn_findfeeder()
455 feed_root(struct pcm_feeder *feeder, struct pcm_channel *ch, u_int8_t *buffer, u_int32_t count, voi… in feed_root()
H A Ddsp.h38 char *dsp_unit2name(char *, size_t, struct pcm_channel *);
H A Dfeeder_eq.c443 feed_eq_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, in feed_eq_feed()
545 struct pcm_channel *c; in sysctl_dev_pcm_eq()
605 struct pcm_channel *c; in sysctl_dev_pcm_eq_preamp()
H A Dfeeder_if.m83 struct pcm_channel* c;
/freebsd/sys/dev/sound/usb/
H A Duaudio.h38 struct pcm_channel;
44 struct pcm_channel *c, int dir);
H A Duaudio_pcm.c41 ua_chan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in ua_chan_init()
/freebsd/sys/dev/sound/macio/
H A Daoa.c61 struct pcm_channel *pcm; /* PCM channel */
222 struct pcm_channel *c, int dir) in aoa_chan_init()
/freebsd/sys/dev/sound/pci/
H A Dt4dwave.c77 struct pcm_channel *channel;
85 struct pcm_channel *channel;
500 trpchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in trpchan_init()
609 trrchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in trrchan_init()
H A Dhdspe.h173 struct pcm_channel *channel;
H A Dhdsp.h183 struct pcm_channel *channel;
H A Dmaestro3.c109 struct pcm_channel *channel;
123 struct pcm_channel *channel;
169 static void *m3_pchan_init(kobj_t, void *, struct snd_dbuf *, struct pcm_channel *, int);
181 static void *m3_rchan_init(kobj_t, void *, struct snd_dbuf *, struct pcm_channel *, int);
374 m3_pchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in m3_pchan_init()
751 m3_rchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in m3_rchan_init()
H A Demu10kx-pcm.c62 struct pcm_channel *channel;
80 struct pcm_channel *channel;
706 emupchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int di… in emupchan_init()
857 emurchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int di… in emurchan_init()
1037 emufxrchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int … in emufxrchan_init()
/freebsd/sys/dev/sound/fdt/
H A Daudio_soc.c54 struct pcm_channel *pcm; /* PCM channel */
206 struct pcm_channel *c, int dir) in audio_soc_chan_init()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.h223 struct pcm_channel *c;

123