Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/usr.sbin/sndctl/
H A Dsndctl.c106 } play, rec; member
148 { "play", F(play), GRP, NULL },
149 { "play.format", F(play.format), STR, mod_play_format },
150 { "play.rate", F(play.rate), NUM, mod_play_rate },
151 /*{ "play.pchans", F(play.pchans), NUM, NULL },*/
152 { "play.vchans", F(play.vchans), NUM, mod_play_vchans },
153 { "play.min_rate", F(play.min_rate), NUM, NULL },
154 { "play.max_rate", F(play.max_rate), NUM, NULL },
155 { "play.min_chans", F(play.min_chans), NUM, NULL },
156 { "play.max_chans", F(play.max_chans), NUM, NULL },
[all …]
H A Dsndctl.877 .It play Ta Group Ta Read Ta Playback properties
78 .It play.format Ta String Ta Read/Write Ta Playback format
79 .It play.rate Ta Number Ta Read/Write Ta Playback sample rate
80 .It play.vchans Ta Boolean Ta Read/Write Ta Playback VCHANs (virtual channels) enabled
81 .It play.min_rate Ta Number Ta Read Ta Minimum playback sample rate
82 .It play.max_rate Ta Number Ta Read Ta Maximum playback sample rate
83 .It play.min_chans Ta Number Ta Read Ta Natively supported minimum playback sample channels
84 .It play.max_chans Ta Number Ta Read Ta Natively supported maximum playback sample channels
85 .It play.formats Ta String Ta Read Ta Natively supported playback formats
98 .Pa play.format ,
[all …]
/freebsd/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
366 .Va dev.pcm.%d.[play|rec].vchans
376 Makes it possible to play multichannel streams even with a simple stereo
434 .It Va dev.pcm.%d.[play|rec].vchans
437 .It Va dev.pcm.%d.[play|rec].vchanformat
467 .It Va dev.pcm.%d.[play|rec].vchanmode
502 .It Va dev.pcm.%d.[play|rec].vchanrate
588 .It pcm%d:play:%d:dsp%d.p%d: play interrupt timeout, channel dead
589 The hardware does not generate interrupts to serve incoming (play)
681 .Va dev.pcm.%d.[play|rec].vchanrate
H A Dsnd_hdspe.486 .It "" Ta "Play | Rec" Ta "Play | Rec" Ta "Play | Rec"
H A Dsnd_hdsp.488 .It "" Ta "Play | Rec" Ta "Play | Rec" Ta "Play | Rec"
/freebsd/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/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/tests/sys/sound/
H A Dsndstat.c115 NV(number, PLAY, MIN_RATE); in ATF_TC_BODY()
116 NV(number, PLAY, MAX_RATE); in ATF_TC_BODY()
117 NV(number, PLAY, FORMATS); in ATF_TC_BODY()
118 NV(number, PLAY, MIN_CHN); in ATF_TC_BODY()
119 NV(number, PLAY, MAX_CHN); in ATF_TC_BODY()
342 NV(number, PLAY, MIN_RATE, n); in ATF_TC_BODY()
345 NV(number, PLAY, MAX_RATE, n); in ATF_TC_BODY()
348 NV(number, PLAY, FORMATS, n); in ATF_TC_BODY()
351 NV(number, PLAY, MIN_CHN, n); in ATF_TC_BODY()
354 NV(number, PLAY, MAX_CHN, n); in ATF_TC_BODY()
/freebsd/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/usr.bin/beep/
H A Dbeep.129 .Nd play a beep sound
41 utility is used to play a beep on the sound card.
71 Play default beep sound on
/freebsd/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/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/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/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, rec); in hda_init()
354 free(play); in hda_init()
[all …]
/freebsd/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/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.yaml86 to play back when RTWM-MODE is enabled
101 the GPI0_SEQUENCE_ID, pattern to play when gpi0 is triggered
108 the GPI1_SEQUENCE_ID, pattern to play when gpi1 is triggered
115 the GPI2_SEQUENCE_ID, pattern to play when gpi2 is triggered
/freebsd/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/release/packages/ucl/
H A Dsound-all.ucl23 to allow applications to play and record audio through physical or virtual
35 * beep(1) can play a beep sound.
/freebsd/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/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
/freebsd/contrib/pnpinfo/
H A Dpnpinfo.838 .Nd "reports information about Plug-n-Play ISA devices"
43 reports information about Plug-n-Play ISA devices.

12345678910>>...17