Searched refs:play (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/ntp/util/
H A Dtg.c335 info.play.port = port;
336 info.play.gain = level;
337 info.play.sample_rate = SECOND;
338 info.play.channels = 1;
339 info.play.precision = 8;
340 info.play.encoding = AUDIO_ENCODING_ULAW;
342 info.play.port, info.play.gain, info.play.sample_rate,
343 info.play
[all...]
H A Dtg2.c1038 info.play.port = port;
1039 info.play.gain = level;
1040 info.play.sample_rate = SetSampleRate;
1041 info.play.channels = 1;
1042 info.play.precision = 8;
1043 info.play.encoding = AUDIO_ENCODING_ULAW;
1045 info.play.port, info.play.gain, info.play.sample_rate,
1046 info.play
[all...]
/freebsd-12-stable/sys/dev/sound/isa/
H A Dsb8.c504 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
513 thresh = play? 23000 : 13000;
514 max = play? 44100 : 15000;
517 max = play? 23000 : 13000;
545 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
553 if (play)
557 i = play? 0x90 : 0x98;
559 i = play? 0x1c : 0x2c;
574 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
590 if (play)
[all...]
H A Dess.c465 int play = (dir == PCMDIR_PLAY)? 1 : 0; local
482 ess_write(sc, 0xb8, 0x04 | (play? 0x00 : 0x0a));
492 if (play)
529 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
538 if (play)
548 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
556 if (play)
/freebsd-12-stable/usr.bin/morse/
H A Dmorse.c275 static void show(const char *), play(const char *), morse(char);
481 play(" ");
495 play(m->morse);
520 play(const char *s) function
544 err(1, "ioctl play");
/freebsd-12-stable/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c274 play (FILE *fp) function
318 /* data sent from gdbreplay to gdb, play it */
319 play (fp);
/freebsd-12-stable/sys/dev/sound/pci/
H A Dhdspe.h127 uint32_t play; member in struct:hdspe_channel
H A Dhdspe-pcm.c132 if (scp->hc->play)
715 err = pcm_register(dev, scp, scp->hc->play, scp->hc->rec);
722 for (i = 0; i < scp->hc->play; i++) {
H A Dsolo.c431 int play = (dir == PCMDIR_PLAY)? 1 : 0; local
440 sc->simplex_dir = play ? PCMDIR_PLAY : PCMDIR_REC ;
450 ess_write(sc, 0xb8, 0x04 | (play? 0x00 : 0x0a));
461 if (play)
/freebsd-12-stable/contrib/ntp/libntp/
H A Daudio.c359 info.play.gain = AUDIO_MAX_GAIN;
360 info.play.port = AUDIO_SPEAKER;
/freebsd-12-stable/sys/arm/allwinner/
H A Da10_hdmiaudio.c101 struct a10hdmiaudio_chinfo play; member in struct:a10hdmiaudio_info
219 struct a10hdmiaudio_chinfo *ch = &sc->play;
H A Da10_codec.c175 struct a10codec_chinfo play; member in struct:a10codec_info
818 struct a10codec_chinfo *ch = dir == PCMDIR_PLAY ? &sc->play : &sc->rec;
/freebsd-12-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c58 #define ASTS_PLAYING 0x11 /* Audio play operation in progress */
59 #define ASTS_PAUSED 0x12 /* Audio play operation paused */
60 #define ASTS_COMPLETED 0x13 /* Audio play operation successfully completed */
61 #define ASTS_ERROR 0x14 /* Audio play operation stopped due to error */
104 { CMD_PLAY, "play", 1, "min1:sec1[.fram1] [min2:sec2[.fram2]]" },
105 { CMD_PLAY, "play", 1, "track1[.index1] [track2[.index2]]" },
106 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
107 { CMD_PLAY, "play", 1, "[#block [len]]" },
136 static int play(char *arg);
177 printf ("\n\tThe word \"play\" i
473 play(char *arg) function
[all...]
/freebsd-12-stable/contrib/bmake/mk/
H A Ddpadd.mk82 # sometimes we play games with .CURDIR etc
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex5687 % (except of course we have to play expansion games).
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex7257 % (except of course we have to play expansion games).

Completed in 256 milliseconds