Searched refs:audio (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/usr.sbin/bhyve/
H A Daudio.h39 struct audio;
52 * audio_init - initialize an instance of audio player
55 * Returns NULL on error and the address of the audio player instance
57 struct audio *audio_init(const char *dev_name, uint8_t dir);
60 * audio_set_params - reset the sound device and set the audio params
61 * @aud - the audio player to be configured
62 * @params - the audio parameters to be set
65 int audio_set_params(struct audio *aud, struct audio_params *params);
69 * @aud - the audio player used to play the samples
74 int audio_playback(struct audio *au
[all...]
H A Daudio.c46 #include "audio.h"
53 struct audio { struct
65 * audio_init - initialize an instance of audio player
69 struct audio *
72 struct audio *aud = NULL;
122 * audio_set_params - reset the sound device and set the audio params
123 * @aud - the audio player to be configured
124 * @params - the audio parameters to be set
127 audio_set_params(struct audio *aud, struct audio_params *params)
140 DPRINTF("Incorrect audio devic
[all...]
H A DMakefile20 audio.c \
H A Dhda_codec.c36 #include "audio.h"
185 struct audio *aud;
427 err = hda_audio_ctxt_init(&st->actx, "hda-audio-output",
434 DPRINTF("Fail to init the output audio player");
445 err = hda_audio_ctxt_init(&st->actx, "hda-audio-input",
452 DPRINTF("Fail to init the input audio player");
682 struct audio *aud = NULL;
707 struct audio *aud = NULL;
743 struct audio *aud = NULL;
766 struct audio *au
[all...]
/freebsd-current/contrib/file/magic/scripts/
H A Dcreate_filemagic_flac4 ## https://github.com/file/file/blob/master/magic/Magdir/audio
10 target=magic/Magdir/audio
14 ## 16.384 MHz Unknown audio application
/freebsd-current/usr.sbin/ntp/doc/scripts/
H A DMakefile8 FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \
/freebsd-current/contrib/ntp/include/
H A DMakefile.am7 audio.h \
9 audio.h \
H A DMakefile.in491 audio.h \
493 audio.h \
/freebsd-current/sys/cam/scsi/
H A Dscsi_cd.c948 /* Use READ CD command for audio tracks. */
1660 /* If the first track is audio, correct sector size. */
1818 page->audio.flags &= ~CD_PA_SOTC;
1819 page->audio.flags |= CD_PA_IMMED;
1910 page->audio.flags &= ~CD_PA_SOTC;
1911 page->audio.flags |= CD_PA_IMMED;
1951 page->audio.flags &= ~CD_PA_SOTC;
1952 page->audio.flags |= CD_PA_IMMED;
2274 page->audio.port[LEFT_PORT].channels =
2276 page->audio
[all...]
H A Dscsi_cd.h355 #define PLAY_10 0x45 /* cdrom play 'play audio' mode */
361 #define PAUSE 0x4b /* cdrom pause in 'play audio' mode */
364 #define PLAY_12 0xa5 /* cdrom pause in 'play audio' mode */
826 struct cd_audio_page audio; member in union:cd_pages
/freebsd-current/usr.sbin/ntp/doc/
H A DMakefile10 FILES= access.html accopt.html assoc.html audio.html authentic.html \
/freebsd-current/sys/contrib/v4l/
H A Dvideodev.h45 int audios; /* Num audio devices */
60 #define VIDEO_VC_AUDIO 2 /* Channel has audio */
120 int audio; /* Audio channel */ member in struct:video_audio
209 int audio; /* Audio minor */ member in struct:video_unit
269 #define VIDIOCGAUDIO _IOR('v',16, struct video_audio) /* Get audio info */
/freebsd-current/sys/arm/nvidia/drm2/
H A Dhdmi.h312 * @audio: audio infoframe
323 struct hdmi_audio_infoframe audio; member in union:hdmi_infoframe
H A Dhdmi.c226 * hdmi_audio_infoframe_init() - initialize an HDMI audio infoframe
227 * @frame: HDMI audio infoframe
244 * hdmi_audio_infoframe_pack() - write HDMI audio infoframe to binary buffer
245 * @frame: HDMI audio infoframe
433 length = hdmi_audio_infoframe_pack(&frame->audio, buffer, size);
967 hdmi_audio_infoframe_log(&frame->audio);
1214 ret = hdmi_audio_infoframe_unpack(&frame->audio, buffer);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c348 * hdmi_audio_infoframe_init() - initialize an HDMI audio infoframe
349 * @frame: HDMI audio infoframe
376 * hdmi_audio_infoframe_check() - check a HDMI audio infoframe
377 * @frame: HDMI audio infoframe
391 * hdmi_audio_infoframe_pack_only() - write HDMI audio infoframe to binary buffer
392 * @frame: HDMI audio infoframe
871 return hdmi_audio_infoframe_check(&frame->audio);
914 length = hdmi_audio_infoframe_pack_only(&frame->audio,
964 length = hdmi_audio_infoframe_pack(&frame->audio, buffer, size);
1527 hdmi_audio_infoframe_log(level, dev, &frame->audio);
[all...]
/freebsd-current/contrib/ntp/util/
H A DMakefile.in96 EXTRA_PROGRAMS = audio-pcm$(EXEEXT) byteorder$(EXEEXT) hist$(EXEEXT) \
154 audio_pcm_SOURCES = audio-pcm.c
155 audio_pcm_OBJECTS = audio-pcm.$(OBJEXT)
254 am__depfiles_remade = ./$(DEPDIR)/audio-pcm.Po \
282 SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
286 DIST_SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
865 audio-pcm$(EXEEXT): $(audio_pcm_OBJECTS) $(audio_pcm_DEPENDENCIES) $(EXTRA_audio_pcm_DEPENDENCIES)
866 @rm -f audio-pcm$(EXEEXT)
935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio-pcm.Po@am__quote@ # am--include-marker
1230 -rm -f ./$(DEPDIR)/audio
[all...]
H A DMakefile.am7 EXTRA_PROGRAMS= audio-pcm byteorder hist jitter kern longsize ntp-keygen \
H A Dtg.c5 * This program can generate audio signals that simulate the WWV/H
12 * synchronize remote machines over audio transmission lines or program
55 #include <sys/audio.h>
66 #define DEVICE "/dev/audio" /* default audio device */
238 int fd; /* audio codec file descriptor */
258 audio_info_t info; /* Sun audio structure */
260 char device[50]; /* audio device */
274 case 'a': /* specify audio device (/dev/audio) */
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h414 * @audio: audio infoframe
426 struct hdmi_audio_infoframe audio; member in union:hdmi_infoframe
/freebsd-current/usr.sbin/ntp/libntp/
H A DMakefile13 atolfp.c atouint.c audio.c authkeys.c \
/freebsd-current/contrib/wpa/src/utils/
H A Dhttp_curl.c340 STACK_OF(LogotypeAudio) *audio;
413 ASN1_IMP_SEQUENCE_OF_OPT(LogotypeData, audio, LogotypeAudio, 1)
714 num = data->audio ? sk_LogotypeAudio_num(data->audio) : 0;
/freebsd-current/contrib/ntp/libntp/
H A DMakefile.in169 atoint.c atolfp.c atouint.c audio.c authkeys.c authreadkeys.c \
225 audio.$(OBJEXT) authkeys.$(OBJEXT) authreadkeys.$(OBJEXT) \
255 atoint.c atolfp.c atouint.c audio.c authkeys.c authreadkeys.c \
303 ./$(DEPDIR)/atouint.Po ./$(DEPDIR)/audio.Po \
783 audio.c \
1054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Po@am__quote@ # am--include-marker
1341 -rm -f ./$(DEPDIR)/audio.Po
1496 -rm -f ./$(DEPDIR)/audio.Po
H A DMakefile.am153 audio.c \
/freebsd-current/contrib/file/magic/
H A DMakefile.am38 $(MAGIC_FRAGMENT_DIR)/audio \
H A DMakefile.in315 $(MAGIC_FRAGMENT_DIR)/audio \

Completed in 194 milliseconds

12