Home
last modified time | relevance | path

Searched full:play (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/freebsd-src/share/man/man4/
H A Dspkr.429 Writes to the device are interpreted as `play strings' in a
67 The play-string language is modeled on the PLAY statement conventions of
75 primitives of PLAY are not
83 By default, the play function emits half-second notes with the
86 Play strings are interpreted left to right as a series of play command groups;
88 Play command groups are as follows:
127 Play note
208 Whitespace in play strings is simply skipped and may be used to separate
245 In play strings which are very long (longer than your system's physical I/O
H A Dpcm.4186 .Va dev.pcm.%d.[play|rec].vchanformat
378 Makes it possible to play multichannel streams even with a simple stereo
436 .It Va dev.pcm.%d.[play|rec].vchans
442 .It Va dev.pcm.%d.[play|rec].vchanformat
472 .It Va dev.pcm.%d.[play|rec].vchanmode
507 .It Va dev.pcm.%d.[play|rec].vchanrate
593 .It pcm%d:play:%d:dsp%d.p%d: play interrupt timeout, channel dead
594 The hardware does not generate interrupts to serve incoming (play)
H A Dsnd_hdsp.488 .It "" Ta "Play | Rec" Ta "Play | Rec" Ta "Play | Rec"
H A Dsnd_hdspe.486 .It "" Ta "Play | Rec" Ta "Play | Rec" Ta "Play | Rec"
H A Dsnd_uaudio.4105 .Pa dev.pcm.%d.[play|rec].vchanrate
113 .Pa dev.pcm.%d.[play|rec].vchanrate
163 .Va dev.pcm.%d.[play|rec].vchanrate
/freebsd-src/usr.sbin/cdcontrol/
H A Dcdcontrol.162 .Ic play
73 .It Ic play Ar first_track Op Ar last_track
74 Play from track
81 .Ic play
85 Play from the absolute address
102 .It Ic play Op # Ns Ar start_block Op Ar length
103 Play starting from the logical block
147 Play the left subtrack on both left and right channels.
149 Play the right subtrack on both left and right channels.
H A Dcdcontrol.c56 #define ASTS_PLAYING 0x11 /* Audio play operation in progress */
57 #define ASTS_PAUSED 0x12 /* Audio play operation paused */
58 #define ASTS_COMPLETED 0x13 /* Audio play operation successfully completed */
59 #define ASTS_ERROR 0x14 /* Audio play operation stopped due to error */
102 { CMD_PLAY, "play", 1, "min1:sec1[.fram1] [min2:sec2[.fram2]]" },
103 { CMD_PLAY, "play", 1, "track1[.index1] [track2[.index2]]" },
104 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
105 { CMD_PLAY, "play", 1, "[#block [len]]" },
134 static int play(char *arg);
175 printf ("\n\tThe word \"play\" is not required for the play commands.\n"); in help()
[all …]
/freebsd-src/share/man/man4/man4.i386/
H A Dpnpbios.437 .Dq "Plug and Play BIOS Specification" .
52 .%T "Plug and Play BIOS Specification Version 1.0A"
60 .%T "Plug and Play BIOS CLARIFICATION Paper for Plug and Play BIOS Specification Version 1.0A"
78 .Dq "Plug and Play (PnP)"
H A Dpnp.429 .Dq "Plug and Play"
35 .Dq "Plug and Play ISA Specification"
50 .%T "Plug and Play ISA Specification, Version 1.0a"
55 .%T "Clarifications to the Plug and Play ISA Specification, Version 1.0a"
/freebsd-src/share/man/man9/
H A DBUS_CHILD_PNPINFO.929 .Nd "obtain the plug and play information from a device"
42 This information is called the plug and play (pnp) details by some buses.
54 Typically, plug and play information encodes who made the device, what the model
/freebsd-src/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-wetek-play2.dts15 model = "WeTek Play 2";
25 label = "wetek-play:wifi-status";
31 label = "wetek-play:ethernet-status";
/freebsd-src/contrib/ntp/util/
H A Dtg.c335 info.play.port = port; in main()
336 info.play.gain = level; in main()
337 info.play.sample_rate = SECOND; in main()
338 info.play.channels = 1; in main()
339 info.play.precision = 8; in main()
340 info.play.encoding = AUDIO_ENCODING_ULAW; in main()
342 info.play.port, info.play.gain, info.play.sample_rate, in main()
343 info.play.channels, info.play.precision, in main()
344 info.play.encoding); in main()
/freebsd-src/sys/cam/scsi/
H A Dscsi_cd.h355 #define PLAY_10 0x45 /* cdrom play 'play audio' mode */
357 #define PLAY_MSF 0x47 /* cdrom play Min,Sec,Frames mode */
358 #define PLAY_TRACK 0x48 /* cdrom play track/index mode */
359 #define PLAY_TRACK_REL 0x49 /* cdrom play track/index mode */
361 #define PAUSE 0x4b /* cdrom pause in 'play audio' mode */
364 #define PLAY_12 0xa5 /* cdrom pause in 'play audio' mode */
365 #define PLAY_TRACK_REL_BIG 0xa9 /* cdrom play track/index mode */
/freebsd-src/usr.sbin/bhyve/
H A Dpci_hda.c151 struct hda_codec_class *codec, const char *play, const char *rec);
319 char *play; in hda_init() local
335 * For now we play with one single codec in hda_init()
339 value = get_config_value_node(nvl, "play"); in hda_init()
341 play = NULL; in hda_init()
343 play = strdup(value); in hda_init()
349 DPRINTF("play: %s rec: %s", play, rec); in hda_init()
350 if (play != NULL || rec != NULL) { in hda_init()
351 err = hda_codec_constructor(sc, codec, play, re in hda_init()
427 hda_codec_constructor(struct hda_softc * sc,struct hda_codec_class * codec,const char * play,const char * rec) hda_codec_constructor() argument
[all...]
H A Daudio.h53 * @dev_name - the backend sound device used to play / capture
69 * @aud - the audio player used to play the samples
H A Dhda_codec.c205 static int hda_codec_init(struct hda_codec_inst *hci, const char *play,
391 hda_codec_init(struct hda_codec_inst *hci, const char *play, in hda_codec_init() argument
398 if (!(play || rec)) in hda_codec_init()
405 if (play && rec) in hda_codec_init()
408 if (play) in hda_codec_init()
424 if (play) { in hda_codec_init()
432 st->aud = audio_init(play, 1); in hda_codec_init()
/freebsd-src/sys/dev/sound/pci/
H A Dspicds.c323 device_printf(codec->dev, "spicds_set(): AK4524(PLAY) %d/%d\n", left, right); in spicds_set()
330 device_printf(codec->dev, "spicds_set(): AK4528(PLAY) %d/%d\n", left, right); in spicds_set()
337 device_printf(codec->dev, "spicds_set(): WM8770(PLAY) %d/%d\n", left, right); in spicds_set()
344 device_printf(codec->dev, "spicds_set(): AK4358(PLAY) %d/%d\n", left, right); in spicds_set()
351 device_printf(codec->dev, "spicds_set(): AK4381(PLAY) %d/%d\n", left, right); in spicds_set()
359 device_printf(codec->dev, "spicds_set(): AK4396(PLAY) %d/%d\n", left, right); in spicds_set()
H A Demu10kx.h41 /* XXX some (empty) samples are played when play buffer is > EMUPAGESIZE */
71 /* fx play */
83 /* inputs play */
/freebsd-src/sys/dev/speaker/
H A Dspkr.c116 **************** PLAY STRING INTERPRETER BEGINS HERE **********************
117 * Play string interpretation is modelled on IBM BASIC 2.0's PLAY statement;
120 * Requires tone(), rest(), and endtone(). String play is not interruptible
184 * Play tone of proper duration for current rhythm signature
220 * Interpret and play an item from a notation string
407 (void) printf("spkropen: about to perform play initialization\n"); in spkropen()
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dstarfive,jh7110-pwmdac.yaml11 form a DAC for audio play in StarFive JH7110 SoC. This audio play controller
/freebsd-src/sys/sys/
H A Dcdio.h223 /*<1>call instructs the drive to play the*/
232 #define CDDOPLAYTRK 0x00000001 /*<2>Can Play tracks/index*/
233 #define CDDOPLAYMSF 0x00000002 /*<2>Can Play msf to msf*/
234 #define CDDOPLAYBLOCKS 0x00000004 /*<2>Can Play range of blocks*/
/freebsd-src/contrib/pnpinfo/
H A Dpnpinfo.838 .Nd "reports information about Plug-n-Play ISA devices"
43 reports information about Plug-n-Play ISA devices.
/freebsd-src/sys/isa/
H A Disavar.h48 #define ISA_ORDER_PNPBIOS 10 /* plug-and-play BIOS inflexible hardware */
51 #define ISA_ORDER_PNP 40 /* plug-and-play flexible hardware */
73 * Plug and play cards can support a range of resource
H A Disa_if.m34 # Add a Plug-and-play configuration to the device. Configurations with
63 # If the device is not plug-and-play compatible, this method returns
/freebsd-src/sys/contrib/device-tree/src/arm/st/
H A Dspear1340-evb.dts228 i2s0: i2s-play@b2400000 {
259 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
278 i2s-play@b2400000 {

12345678910>>...16