Searched refs:pcmchan_matrix (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder.h | 147 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 D | feeder_matrix.c | 79 static struct pcmchan_matrix feeder_matrix_maps[SND_CHN_MATRIX_MAX] = { 177 feed_matrix_setup(struct feed_matrix_info *info, struct pcmchan_matrix *m_in, in feed_matrix_setup() 178 struct pcmchan_matrix *m_out) in feed_matrix_setup() 283 struct pcmchan_matrix *m_in, *m_out; in feed_matrix_init() 417 feeder_matrix_setup(struct pcm_feeder *f, struct pcmchan_matrix *m_in, in feeder_matrix_setup() 418 struct pcmchan_matrix *m_out) in feeder_matrix_setup() 449 struct pcmchan_matrix * 468 struct pcmchan_matrix *m; in feeder_matrix_default_format() 514 struct pcmchan_matrix * 534 struct pcmchan_matrix * [all …]
|
H A D | channel.h | 41 struct pcmchan_matrix { struct 173 struct pcmchan_matrix matrix; 174 struct pcmchan_matrix matrix_scratch; 292 struct pcmchan_matrix *chn_getmatrix(struct pcm_channel *); 293 int chn_setmatrix(struct pcm_channel *, struct pcmchan_matrix *);
|
H A D | channel_if.m | 87 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 D | feeder_volume.c | 148 struct pcmchan_matrix *m; in feed_volume_init() 206 struct pcmchan_matrix *m; in feed_volume_set() 333 feeder_volume_apply_matrix(struct pcm_feeder *f, struct pcmchan_matrix *m) in feeder_volume_apply_matrix()
|
H A D | feeder_chain.c | 41 struct pcmchan_matrix *matrix; /* matrix map */ 567 feeder_default_matrix(struct pcmchan_matrix *m, uint32_t fmt, int id) in feeder_default_matrix() 586 struct pcmchan_matrix *hwmatrix, *softmatrix; in feeder_chain()
|
H A D | channel.c | 1558 struct pcmchan_matrix * 1572 chn_setmatrix(struct pcm_channel *c, struct pcmchan_matrix *m) in chn_setmatrix() 1608 struct pcmchan_matrix m; in chn_oss_setorder() 1634 struct pcmchan_matrix *m; in chn_oss_getmask()
|
H A D | vchan.c | 237 static struct pcmchan_matrix *
|
H A D | dsp.c | 1115 struct pcmchan_matrix *m; in dsp_ioctl()
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.h | 54 extern struct pcmchan_matrix *uaudio_chan_getmatrix(struct uaudio_chan *ch,
|
H A D | uaudio_pcm.c | 105 static struct pcmchan_matrix *
|
H A D | uaudio.c | 2771 static struct pcmchan_matrix uaudio_chan_matrix_swap_2_0 = { 2802 struct pcmchan_matrix *
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 239 struct pcmchan_matrix m;
|