Searched refs:pcmchan_matrix (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dfeeder.h149 int feeder_volume_apply_matrix(struct pcm_feeder *, struct pcmchan_matrix *);
153 struct pcmchan_matrix *feeder_matrix_default_channel_map(uint32_t);
158 struct pcmchan_matrix *feeder_matrix_format_map(uint32_t);
160 struct pcmchan_matrix *feeder_matrix_id_map(int);
162 int feeder_matrix_setup(struct pcm_feeder *, struct pcmchan_matrix *,
163 struct pcmchan_matrix *);
164 int feeder_matrix_compare(struct pcmchan_matrix *, struct pcmchan_matrix *);
167 int feeder_matrix_oss_get_channel_order(struct pcmchan_matrix *,
169 int feeder_matrix_oss_set_channel_order(struct pcmchan_matrix *,
[all...]
H A Dfeeder_matrix.c86 static struct pcmchan_matrix feeder_matrix_maps[SND_CHN_MATRIX_MAX] = {
294 feed_matrix_setup(struct feed_matrix_info *info, struct pcmchan_matrix *m_in,
295 struct pcmchan_matrix *m_out)
401 struct pcmchan_matrix *m_in, *m_out;
543 feeder_matrix_setup(struct pcm_feeder *f, struct pcmchan_matrix *m_in,
544 struct pcmchan_matrix *m_out)
575 struct pcmchan_matrix *
594 struct pcmchan_matrix *m;
640 struct pcmchan_matrix *
660 struct pcmchan_matrix *
[all...]
H A Dchannel.h39 struct pcmchan_matrix { struct
166 struct pcmchan_matrix matrix;
167 struct pcmchan_matrix matrix_scratch;
286 struct pcmchan_matrix *chn_getmatrix(struct pcm_channel *);
287 int chn_setmatrix(struct pcm_channel *, struct pcmchan_matrix *);
H A Dfeeder_volume.c145 struct pcmchan_matrix *m;
203 struct pcmchan_matrix *m;
321 feeder_volume_apply_matrix(struct pcm_feeder *f, struct pcmchan_matrix *m)
H A Dfeeder_chain.c43 struct pcmchan_matrix *matrix; /* matrix map */
567 feeder_default_matrix(struct pcmchan_matrix *m, uint32_t fmt, int id)
586 struct pcmchan_matrix *hwmatrix, *softmatrix;
H A Dchannel.c1392 struct pcmchan_matrix *
1406 chn_setmatrix(struct pcm_channel *c, struct pcmchan_matrix *m)
1442 struct pcmchan_matrix m;
1468 struct pcmchan_matrix *m;
H A Dvchan.c234 static struct pcmchan_matrix *
H A Ddsp.c1485 struct pcmchan_matrix *m;
/freebsd-12-stable/sys/dev/sound/usb/
H A Duaudio.h55 extern struct pcmchan_matrix *uaudio_chan_getmatrix(struct uaudio_chan *ch,
H A Duaudio_pcm.c108 static struct pcmchan_matrix *
H A Duaudio.c2742 static struct pcmchan_matrix uaudio_chan_matrix_swap_2_0 = {
2773 struct pcmchan_matrix *
/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c242 struct pcmchan_matrix m;

Completed in 234 milliseconds