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

/freebsd-10.2-release/usr.bin/setchannel/
H A Dsetchannel.c86 int audio; local
102 audio = -1;
128 audio = -1;
137 audio = AUDIO_INTERN;
142 audio = -1;
147 audio = -1;
205 if (afc == -1 && audio == -1 && !device && x_size == 0 && y_size == 0
231 if (audio != -1)
232 if (ioctl(tfd, BT848_SAUDIO, &audio) < 0) {
237 if (ioctl(tfd, BT848_GAUDIO, &audio) <
[all...]
/freebsd-10.2-release/contrib/ntp/include/
H A DMakefile.am7 audio.h \
9 audio.h \
H A DMakefile.in492 audio.h \
494 audio.h \
/freebsd-10.2-release/usr.sbin/ntp/doc/scripts/
H A DMakefile8 FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dr600_hdmi.c203 * fine for audio infoframe. However calculated value is always lower
263 * test if audio buffer is filled enough to start playing
296 * write the audio workaround status to the hardware
343 HDMI0_AUDIO_DELAY_EN(1) | /* default audio delay */
344 HDMI0_AUDIO_PACKETS_PER_LINE(3)); /* should be suffient for all audio modes and small enough for all hblanks */
346 AFMT_AUDIO_SAMPLE_SEND | /* send audio packets */
350 HDMI0_AUDIO_SAMPLE_SEND | /* send audio packets */
351 HDMI0_AUDIO_DELAY_EN(1) | /* default audio delay */
352 HDMI0_AUDIO_PACKETS_PER_LINE(3) | /* should be suffient for all audio modes and small enough for all hblanks */
369 HDMI0_AUDIO_INFO_SEND | /* enable audio inf
401 struct r600_audio audio = r600_audio_status(rdev); local
[all...]
H A Dradeon_drv.c163 MODULE_PARM_DESC(audio, "Audio enable (1 = enable)");
164 module_param_named(audio, radeon_audio, int, 0444);
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_cd.c918 /* Use READ CD command for audio tracks. */
1354 page->audio.flags &= ~CD_PA_SOTC;
1355 page->audio.flags |= CD_PA_IMMED;
1450 page->audio.flags &= ~CD_PA_SOTC;
1451 page->audio.flags |= CD_PA_IMMED;
1492 page->audio.flags &= ~CD_PA_SOTC;
1493 page->audio.flags |= CD_PA_IMMED;
1820 page->audio.port[LEFT_PORT].channels =
1822 page->audio.port[RIGHT_PORT].channels =
1824 page->audio
[all...]
H A Dscsi_cd.h254 #define PLAY_10 0x45 /* cdrom play 'play audio' mode */
258 #define PAUSE 0x4b /* cdrom pause in 'play audio' mode */
261 #define PLAY_12 0xa5 /* cdrom pause in 'play audio' mode */
691 struct cd_audio_page audio; member in union:cd_pages
/freebsd-10.2-release/usr.sbin/ntp/doc/
H A DMakefile10 FILES= access.html accopt.html assoc.html audio.html authentic.html \
/freebsd-10.2-release/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-10.2-release/usr.sbin/ntp/libntp/
H A DMakefile13 atolfp.c atouint.c audio.c authkeys.c \
/freebsd-10.2-release/contrib/ntp/libntp/
H A DMakefile.am52 audio.c \
H A DMakefile.in148 atoint.c atolfp.c atouint.c audio.c authkeys.c authreadkeys.c \
203 audio.$(OBJEXT) authkeys.$(OBJEXT) authreadkeys.$(OBJEXT) \
232 atoint.c atolfp.c atouint.c audio.c authkeys.c authreadkeys.c \
645 audio.c \
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Po@am__quote@
/freebsd-10.2-release/contrib/ntp/util/
H A DMakefile.in96 EXTRA_PROGRAMS = audio-pcm$(EXEEXT) byteorder$(EXEEXT) hist$(EXEEXT) \
152 audio_pcm_SOURCES = audio-pcm.c
153 audio_pcm_OBJECTS = audio-pcm.$(OBJEXT)
269 SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
272 DIST_SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
850 audio-pcm$(EXEEXT): $(audio_pcm_OBJECTS) $(audio_pcm_DEPENDENCIES) $(EXTRA_audio_pcm_DEPENDENCIES)
851 @rm -f audio-pcm$(EXEEXT)
920 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio-pcm.Po@am__quote@
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...]
H A Dtg2.c5 * This program can generate audio signals that simulate the WWV/H
12 * synchronize remote machines over audio transmission lines or program
217 # include <sys/audio.h>
240 #define DEVICE "/dev/audio" /* default audio device */
514 int fd; /* audio codec file descriptor */
550 audio_info_t info; /* Sun audio structure */
571 char device[200]; /* audio device */
702 case 'a': /* specify audio device (/dev/audio) */
[all...]
/freebsd-10.2-release/contrib/file/magic/
H A DMakefile.am30 $(MAGIC_FRAGMENT_DIR)/audio \
H A DMakefile.in302 $(MAGIC_FRAGMENT_DIR)/audio \

Completed in 199 milliseconds