Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Demu10kx-pcm.c61 struct emu_pcm_info *pcm; member
79 struct emu_pcm_info *pcm; member
720 ch->pcm = sc; in emupchan_init()
740 struct emu_pcm_info *sc = ch->pcm; in emupchan_free()
771 struct emu_pcm_info *sc = ch->pcm; in emupchan_setblocksize()
773 if (blocksize > ch->pcm->bufsz) in emupchan_setblocksize()
774 blocksize = ch->pcm->bufsz; in emupchan_setblocksize()
866 ch->pcm = sc; in emurchan_init()
912 if (ch->pcm->is_emu10k1) { in emurchan_setspeed()
1056 ch->pcm = sc; in emufxrchan_init()
[all …]
H A Demu10kx.c313 device_t pcm[RT_COUNT]; member
2304 if (sc->pcm[i] != NULL) in emu10kx_prepare()
2305 if (device_is_attached(sc->pcm[i])) { in emu10kx_prepare()
2306 sbuf_printf(s, "%s on %s\n", device_get_desc(sc->pcm[i]), device_get_nameunit(sc->pcm[i])); in emu10kx_prepare()
3248 sc->pcm[i] = NULL; in emu_pci_attach()
3269 device_set_ivars(sc->pcm[RT_FRONT], func); in emu_pci_attach()
3291 device_set_ivars(sc->pcm[RT_REAR], func); in emu_pci_attach()
3332 device_set_ivars(sc->pcm[RT_SUB], func); in emu_pci_attach()
3465 if (sc->pcm[i] != NULL) { in emu_pci_detach()
3466 func = device_get_ivars(sc->pcm[i]); in emu_pci_detach()
[all …]
/dragonfly/sys/dev/sound/pcm/
H A Dsound.c184 CHN_FOREACH(c, d, channels.pcm) { in pcm_setvchans()
241 CHN_FOREACH(c, d, channels.pcm) { in pcm_setvchans()
318 CHN_FOREACH(c, d, channels.pcm) { in pcm_chnalloc()
537 CHN_FOREACH(ch, d, channels.pcm) { in pcm_chn_create()
670 CHN_REMOVE(d, ch, channels.pcm); in pcm_chn_remove()
732 ch = CHN_FIRST(d, channels.pcm); in pcm_killchan()
1080 CHN_INIT(d, channels.pcm); in pcm_register()
1081 CHN_INIT(d, channels.pcm.busy); in pcm_register()
1082 CHN_INIT(d, channels.pcm.opened); in pcm_register()
1178 CHN_FOREACH(ch, d, channels.pcm) { in pcm_unregister()
[all …]
H A Dac97_if.m28 # $FreeBSD: head/sys/dev/sound/pcm/ac97_if.m 139749 2005-01-06 01:43:34Z imp $
31 #include <dev/sound/pcm/sound.h>
H A Dmixer_if.m28 # $FreeBSD: head/sys/dev/sound/pcm/mixer_if.m 139749 2005-01-06 01:43:34Z imp $
31 #include <dev/sound/pcm/sound.h>
H A Dfeeder_if.m28 # $FreeBSD: head/sys/dev/sound/pcm/feeder_if.m 139749 2005-01-06 01:43:34Z imp $
31 #include <dev/sound/pcm/sound.h>
H A Dsndstat.h43 if (CHN_EMPTY(d, channels.pcm)) { \
71 CHN_FOREACH(c, d, channels.pcm) { \
H A Dchannel_if.m30 # $FreeBSD: head/sys/dev/sound/pcm/channel_if.m 193640 2009-06-07 19:12:08Z ariff $
33 #include <dev/sound/pcm/sound.h>
H A Ddsp.c679 CHN_INSERT_HEAD(d, rdch, channels.pcm.opened); in dsp_open()
681 CHN_INSERT_HEAD(d, wrch, channels.pcm.opened); in dsp_open()
747 CHN_REMOVE(d, rdch, channels.pcm.opened); in dsp_close()
749 CHN_REMOVE(d, wrch, channels.pcm.opened); in dsp_close()
961 CHN_FOREACH(c, d, channels.pcm) { in dsp_get_volume_channel()
2441 CHN_FOREACH(c, d, channels.pcm) { in dsp_clone()
2645 CHN_FOREACH(ch, d, channels.pcm) { in dsp_oss_audioinfo()
H A Dfeeder_eq.c587 CHN_FOREACH(c, d, channels.pcm.busy) { in sysctl_dev_pcm_eq()
646 CHN_FOREACH(c, d, channels.pcm.busy) { in sysctl_dev_pcm_eq_preamp()
H A Dmixer.c179 CHN_FOREACH(c, d, channels.pcm.busy) { in mixer_set_softpcmvol()
232 CHN_FOREACH(c, d, channels.pcm.busy) { in mixer_set_eq()
1133 CHN_FOREACH(c, d, channels.pcm.opened) { in mixer_ioctl_channel()
H A Dchannel.h162 } pcm; member
H A Dsound.h405 } pcm; member
H A Dchannel.c143 CHN_FOREACH(c, d, channels.pcm) { in chn_vpc_proc()
2201 CHN_INSERT_HEAD(d, c, channels.pcm.busy); in chn_trigger()
2218 CHN_REMOVE(d, c, channels.pcm.busy); in chn_trigger()
H A Dvchan.c265 CHN_FOREACH(c, d, channels.pcm) { in pcm_getparentchannel()
H A Dfeeder_rate.c273 CHN_FOREACH(c, d, channels.pcm) { in sysctl_hw_snd_feeder_rate_quality()
/dragonfly/sys/conf/
H A Dkmod.mk349 dev/sound/pcm/ac97_if.m dev/sound/pcm/channel_if.m \
350 dev/sound/pcm/feeder_if.m dev/sound/pcm/mixer_if.m \
H A Dfiles2150 dev/sound/pcm/ac97.c optional sound
2151 dev/sound/pcm/ac97_if.m optional sound
2153 dev/sound/pcm/buffer.c optional sound \
2155 dev/sound/pcm/channel.c optional sound
2157 dev/sound/pcm/dsp.c optional sound
2158 dev/sound/pcm/feeder.c optional sound
2175 dev/sound/pcm/mixer.c optional sound
2176 dev/sound/pcm/mixer_if.m optional sound
2177 dev/sound/pcm/sndstat.c optional sound
2178 dev/sound/pcm/sound.c optional sound
[all …]
/dragonfly/sys/dev/sound/driver/hdspe/
H A DMakefile7 SRCS+= hdspe.c hdspe-pcm.c
/dragonfly/sys/dev/sound/driver/emu10kx/
H A DMakefile10 SRCS+= emu10kx-pcm.c
/dragonfly/sys/dev/sound/sound/
H A DMakefile5 .PATH: ${.CURDIR}/../pcm
/dragonfly/share/man/man4/
H A DMakefile240 pcm.4 \
497 MLINKS+=pcm.4 sound.4
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwnvar.h829 struct bwn_fwfile pcm; member
H A Dif_bwn.c4006 error = bwn_fw_get(mac, type, "pcm5", &fw->pcm); in bwn_fw_gets()
4199 bwn_do_release_fw(&mac->mac_fw.pcm); in bwn_release_firmware()
4246 if (mac->mac_fw.pcm.fw) { in bwn_fw_loaducode()
4247 data = GETFWOFFSET(mac->mac_fw.pcm, sizeof(struct bwn_fwhdr)); in bwn_fw_loaducode()
4251 for (i = 0; i < GETFWSIZE(mac->mac_fw.pcm, in bwn_fw_loaducode()
/dragonfly/sys/config/
H A DLINT6466 #makeoptions MODULES_OVERRIDE="sound/snd sound/pcm"