Home
last modified time | relevance | path

Searched refs:pcmchan_matrix (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dfeeder.h147 int feeder_volume_apply_matrix(struct pcm_feeder *, struct pcmchan_matrix *);
151 struct pcmchan_matrix *feeder_matrix_default_channel_map(uint32_t);
156 struct pcmchan_matrix *feeder_matrix_format_map(uint32_t);
158 struct pcmchan_matrix *feeder_matrix_id_map(int);
160 int feeder_matrix_setup(struct pcm_feeder *, struct pcmchan_matrix *,
161 struct pcmchan_matrix *);
162 int feeder_matrix_compare(struct pcmchan_matrix *, struct pcmchan_matrix *);
165 int feeder_matrix_oss_get_channel_order(struct pcmchan_matrix *,
167 int feeder_matrix_oss_set_channel_order(struct pcmchan_matrix *,
H A Dfeeder_matrix.c293 struct pcmchan_matrix *m_out) in feed_matrix_setup()
398 struct pcmchan_matrix *m_in, *m_out; in feed_matrix_init()
541 struct pcmchan_matrix *m_out) in feeder_matrix_setup()
572 struct pcmchan_matrix *
591 struct pcmchan_matrix *m; in feeder_matrix_default_format()
637 struct pcmchan_matrix *
657 struct pcmchan_matrix *
671 feeder_matrix_compare(struct pcmchan_matrix *m_in, struct pcmchan_matrix *m_out) in feeder_matrix_compare()
740 feeder_matrix_oss_get_channel_order(struct pcmchan_matrix *m, in feeder_matrix_oss_get_channel_order()
770 feeder_matrix_oss_set_channel_order(struct pcmchan_matrix *m, in feeder_matrix_oss_set_channel_order()
[all …]
H A Dchannel.h37 struct pcmchan_matrix { struct
165 struct pcmchan_matrix matrix;
166 struct pcmchan_matrix matrix_scratch;
288 struct pcmchan_matrix *chn_getmatrix(struct pcm_channel *);
289 int chn_setmatrix(struct pcm_channel *, struct pcmchan_matrix *);
H A Dchannel_if.m87 static struct pcmchan_matrix *
95 channel_nosetmatrix(kobj_t obj, void *data, struct pcmchan_matrix *m)
222 METHOD struct pcmchan_matrix * getmatrix { struct
231 struct pcmchan_matrix *m;
H A Dfeeder_volume.c143 struct pcmchan_matrix *m; in feed_volume_init()
201 struct pcmchan_matrix *m; in feed_volume_set()
328 feeder_volume_apply_matrix(struct pcm_feeder *f, struct pcmchan_matrix *m) in feeder_volume_apply_matrix()
H A Dfeeder_chain.c41 struct pcmchan_matrix *matrix; /* matrix map */
565 feeder_default_matrix(struct pcmchan_matrix *m, uint32_t fmt, int id) in feeder_default_matrix()
584 struct pcmchan_matrix *hwmatrix, *softmatrix; in feeder_chain()
H A Dchannel.c1605 struct pcmchan_matrix *
1619 chn_setmatrix(struct pcm_channel *c, struct pcmchan_matrix *m) in chn_setmatrix()
1655 struct pcmchan_matrix m; in chn_oss_setorder()
1681 struct pcmchan_matrix *m; in chn_oss_getmask()
H A Dvchan.c238 static struct pcmchan_matrix *
H A Ddsp.c1158 struct pcmchan_matrix *m; in dsp_ioctl()
/freebsd/sys/dev/sound/usb/
H A Duaudio.h54 extern struct pcmchan_matrix *uaudio_chan_getmatrix(struct uaudio_chan *ch,
H A Duaudio_pcm.c105 static struct pcmchan_matrix *
H A Duaudio.c2797 static struct pcmchan_matrix uaudio_chan_matrix_swap_2_0 = {
2828 struct pcmchan_matrix *
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c239 struct pcmchan_matrix m;