Searched refs:snddev_info (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/sys/dev/sound/pcm/ |
| HD | sound.c | 123 struct snddev_info *d; in snd_setup_intr() 134 pcm_clonereset(struct snddev_info *d) in pcm_clonereset() 152 pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num) in pcm_setvchans() 276 pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction, in pcm_chnalloc() 401 pcm_inprog(struct snddev_info *d, int delta) in pcm_inprog() 411 pcm_setmaxautovchans(struct snddev_info *d, int num) in pcm_setmaxautovchans() 434 struct snddev_info *d; in sysctl_hw_snd_default_unit() 458 struct snddev_info *d; in sysctl_hw_snd_maxautovchans() 485 pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int nu… in pcm_chn_create() 601 struct snddev_info *d; in pcm_chn_destroy() [all …]
|
| HD | sound.h | 86 #define PCM_SOFTC_SIZE (sizeof(struct snddev_info)) 331 int pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num); 332 int pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction, 336 int pcm_inprog(struct snddev_info *d, int delta); 338 struct pcm_channel *pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t … 340 int pcm_chn_add(struct snddev_info *d, struct pcm_channel *ch); 341 int pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch); 395 struct snddev_info { struct
|
| HD | dsp.h | 46 void dsp_cdevinfo_init(struct snddev_info *); 47 void dsp_cdevinfo_flush(struct snddev_info *);
|
| HD | mixer.c | 120 struct snddev_info *snddev; in mixer_get_devt() 150 mixer_set_softpcmvol(struct snd_mixer *m, struct snddev_info *d, in mixer_set_softpcmvol() 195 mixer_set_eq(struct snd_mixer *m, struct snddev_info *d, in mixer_set_eq() 249 struct snddev_info *d; in mixer_set() 343 struct snddev_info *d; in mixer_setrecsrc() 459 struct snddev_info *d; in mix_setdevs() 689 struct snddev_info *snddev; in mixer_init() 770 struct snddev_info *d; in mixer_uninit() 1040 struct snddev_info *d; in mixer_open() 1065 struct snddev_info *d; in mixer_close() [all …]
|
| HD | vchan.c | 252 pcm_getparentchannel(struct snddev_info *d, in pcm_getparentchannel() 296 struct snddev_info *d; in sysctl_dev_pcm_vchans() 351 struct snddev_info *d; in sysctl_dev_pcm_vchanmode() 445 struct snddev_info *d; in sysctl_dev_pcm_vchanrate() 553 struct snddev_info *d; in sysctl_dev_pcm_vchanformat() 667 struct snddev_info *d; in vchan_create() 853 struct snddev_info *d; in vchan_destroy() 940 struct snddev_info *d; in vchan_initsys()
|
| HD | dsp.c | 118 static struct snddev_info * 153 struct snddev_info *d; in getchns() 234 struct snddev_info *d; in dsp_cdevinfo_alloc() 280 struct snddev_info *d; in dsp_cdevinfo_free() 335 dsp_cdevinfo_init(struct snddev_info *d) in dsp_cdevinfo_init() 352 dsp_cdevinfo_flush(struct snddev_info *d) in dsp_cdevinfo_flush() 459 struct snddev_info *d; in dsp_open() 703 struct snddev_info *d; in dsp_close() 838 struct snddev_info *d; in dsp_io_ops() 930 struct snddev_info *d; in dsp_get_volume_channel() [all …]
|
| HD | feeder_eq.c | 546 struct snddev_info *d; in sysctl_dev_pcm_eq() 606 struct snddev_info *d; in sysctl_dev_pcm_eq_preamp() 667 struct snddev_info *d; in feeder_eq_initsys()
|
| HD | sndstat.h | 36 struct snddev_info *d; \
|
| HD | sndstat.c | 375 struct snddev_info *d; in sndstat_prepare()
|
| HD | channel.h | 103 struct snddev_info *parentsnddev;
|
| HD | channel.c | 131 struct snddev_info *d; in chn_vpc_proc() 2067 struct snddev_info *d; in chn_syncstate() 2172 struct snddev_info *d = c->parentsnddev; in chn_trigger()
|
| HD | feeder_chain.c | 568 struct snddev_info *d; in feeder_chain()
|
| HD | feeder_rate.c | 244 struct snddev_info *d; in sysctl_hw_snd_feeder_rate_quality()
|
| /dragonfly/sys/dev/sound/pci/ |
| HD | es137x.c | 1511 struct snddev_info *d; in sysctl_es137x_single_pcm_mixer()
|
| /dragonfly/sys/dev/sound/pci/hda/ |
| HD | hdaa.c | 7036 struct snddev_info *d; in hdaa_pcm_attach()
|