Searched refs:sound (Results 26 - 50 of 120) sorted by relevance

12345

/freebsd-11-stable/sys/modules/sound/driver/maestro3/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/maestro3/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/pci
/freebsd-11-stable/sys/modules/sound/driver/ich/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/ich/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/pci
/freebsd-11-stable/sys/modules/sound/driver/mss/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/mss/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/isa
/freebsd-11-stable/sys/modules/sound/driver/maestro/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/maestro/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/pci
/freebsd-11-stable/sys/modules/sound/driver/ess/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/ess/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/isa
/freebsd-11-stable/sys/modules/sound/driver/es137x/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/es137x/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/pci
/freebsd-11-stable/sys/modules/sound/driver/fm801/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/fm801/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/pci
/freebsd-11-stable/sys/modules/sound/driver/hdspe/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/hdspe/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/pci
/freebsd-11-stable/sys/modules/sound/driver/csa/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/csa/Makefile 347113 2019-05-04 12:19:02Z avatar $
3 .PATH: ${SRCTOP}/sys/dev/sound/pci
/freebsd-11-stable/sys/modules/sound/driver/ai2s/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/ai2s/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/macio
/freebsd-11-stable/sys/modules/sound/driver/uaudio/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/uaudio/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/usb
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c298 static tone_t sound; variable
528 sound.frequency = freq;
529 sound.duration = dot_clock;
532 sound.frequency = freq;
533 sound.duration = dot_clock * DASH_LEN;
536 sound.frequency = 0;
537 sound.duration = cdot_clock * WORD_SPACE;
540 sound.duration = 0;
542 if (sound.duration) {
543 if (ioctl(spkr, SPKRTONE, &sound)
[all...]
/freebsd-11-stable/sys/modules/sound/driver/emu10kx/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/emu10kx/Makefile 319182 2017-05-30 04:11:12Z ngie $
2 .PATH: ${SRCTOP}/sys/dev/sound/pci
/freebsd-11-stable/sys/modules/sound/driver/hda/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sound/driver/hda/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/sound/pci/hda
/freebsd-11-stable/sys/dev/sound/
H A Ddriver.c33 #include <dev/sound/pcm/sound.h>
/freebsd-11-stable/sys/dev/sound/isa/
H A Dsndbuf_dma.c31 #include <dev/sound/pcm/sound.h>
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx-midi.c46 #include <dev/sound/chip.h>
47 #include <dev/sound/pcm/sound.h>
49 #include <dev/sound/midi/midi.h>
50 #include <dev/sound/midi/mpu401.h>
53 #include <dev/sound/pci/emuxkireg.h>
54 #include <dev/sound/pci/emu10kx.h>
252 MODULE_DEPEND(snd_emu10kx_midi, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
H A Dcsamidi.c46 #include <dev/sound/chip.h>
47 #include <dev/sound/pcm/sound.h>
49 #include <dev/sound/midi/midi.h>
50 #include <dev/sound/midi/mpu401.h>
52 #include <dev/sound/pci/csareg.h>
53 #include <dev/sound/pci/csavar.h>
57 SND_DECLARE_FILE("$FreeBSD: stable/11/sys/dev/sound/pci/csamidi.c 347113 2019-05-04 12:19:02Z avatar $");
289 MODULE_DEPEND(snd_csa_midi, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
H A Dhdspe.c32 #include <dev/sound/pcm/sound.h>
33 #include <dev/sound/pci/hdspe.h>
34 #include <dev/sound/chip.h>
H A Dspicds.c34 #include <dev/sound/pcm/sound.h>
36 #include <dev/sound/pci/spicds.h>
368 MODULE_DEPEND(snd_spicds, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio_pcm.c1 /* $FreeBSD: stable/11/sys/dev/sound/usb/uaudio_pcm.c 359889 2020-04-13 16:33:45Z hselasky $ */
34 #include <dev/sound/pcm/sound.h>
35 #include <dev/sound/chip.h>
36 #include <dev/sound/usb/uaudio.h>
241 MODULE_DEPEND(ua_pcm, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_format.c36 #include <dev/sound/pcm/sound.h>
37 #include <dev/sound/pcm/pcm.h>
38 #include <dev/sound/pcm/g711.h>
39 #include <dev/sound/pcm/intpcm.h>
H A Dsound.h28 * $FreeBSD: stable/11/sys/dev/sound/pcm/sound.h 358878 2020-03-11 08:25:33Z hselasky $
82 #include <dev/sound/pcm/buffer.h>
83 #include <dev/sound/pcm/matrix.h>
84 #include <dev/sound/pcm/matrix_map.h>
85 #include <dev/sound/pcm/channel.h>
86 #include <dev/sound/pcm/feeder.h>
87 #include <dev/sound/pcm/mixer.h>
88 #include <dev/sound/pcm/dsp.h>
89 #include <dev/sound/clon
[all...]
H A Dsndstat.c32 #include <dev/sound/pcm/sound.h>
33 #include <dev/sound/pcm/pcm.h>
34 #include <dev/sound/version.h>
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmiaudio.c44 #include <dev/sound/pcm/sound.h>
45 #include <dev/sound/chip.h>
437 MODULE_DEPEND(a10hdmiaudio, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);

Completed in 206 milliseconds

12345