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

/linux-master/include/uapi/linux/dvb/
H A Dvideo.h91 } play; member in union:video_command::__anon4230
/linux-master/sound/pci/
H A Dsis7019.c572 u32 play[2] = { 0, 0 }; local
609 play[voice->num / 32] |= 1 << (voice->num & 0x1f);
617 if (play[0])
618 outl(play[0], io + SIS_PLAY_START_A_REG);
619 if (play[1])
620 outl(play[1], io + SIS_PLAY_START_B_REG);
624 if (play[0])
625 outl(play[0], io + SIS_PLAY_STOP_A_REG);
626 if (play[1])
627 outl(play[
[all...]
/linux-master/sound/drivers/
H A Daloop.c550 static void copy_play_buf_part_n(struct loopback_pcm *play, struct loopback_pcm *capt, argument
561 play->substream->runtime->dma_area + play->channel_buf_n * i + src_off_ch,
566 static void copy_play_buf(struct loopback_pcm *play, argument
570 struct snd_pcm_runtime *runtime = play->substream->runtime;
573 unsigned int src_off = play->buf_pos;
584 appl_ptr1 += play->buf_pos / play->pcm_salign;
587 diff = (appl_ptr - appl_ptr1) * play->pcm_salign;
596 if (src_off + size > play
[all...]
/linux-master/sound/isa/
H A Dcmi8330.c151 struct pnp_dev *play; member in struct:snd_cmi8330
333 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL);
334 if (acard->play == NULL)
355 pdev = acard->play;
/linux-master/sound/oss/dmasound/
H A Ddmasound.h121 void (*play)(void); member in struct:__anon3250
H A Ddmasound_q40.c497 { /* there was nothing to play, disable irq */
608 .play = Q40Play,
H A Ddmasound_paula.c146 * independent, especially the fact that the Falcon can play 16bit samples
499 /* We can play pseudo 14-bit only with the maximum volume */
591 /* Try to play the next frame */
595 /* Nothing to play anymore.
700 .play = AmiPlay,
H A Ddmasound_atari.c65 * independent, especially the fact that the Falcon can play 16bit samples
1058 /* the Falcon can play 16bit samples only in stereo */
1095 tt_dmasnd.int_ctrl = 0x4; /* Timer A int at play end */
1096 tt_dmasnd.track_select = 0x0; /* play 1 track, track 1 */
1318 * AtaPlay() here, otherwise we'll play one frame too much.
1324 is nothing to play any more. Wake up a process
1546 .play = AtaPlay,
1573 .play = AtaPlay,
H A Ddmasound_core.c44 * converting to play at 12517Hz instead of 6258Hz.
62 * - Can now play samples at almost all frequencies by
144 * The fragment parameters for the record and play channels are separate.
159 * If the user opens O_RDWR and then splits record & play between two threads
214 /* control over who can modify resources shared between play/record */
540 dmasound.mach.play();
585 /* The interrupt doesn't start to play the last, incomplete frame.
729 sq->busy = 1; /* Let's play spot-the-race-condition */
/linux-master/drivers/media/radio/
H A Dradio-keene.c70 static int keene_cmd_main(struct keene_device *radio, unsigned freq, bool play) argument
85 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) |
/linux-master/sound/pci/ice1712/
H A Dice1724.c1281 int play, capt; local
1286 play = 1;
1289 play = 0;
1296 if (!play && !capt)
1303 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm);
1307 if (play)
1412 int play; local
1415 play = ice->num_total_dacs / 2 - 1;
1416 if (play <= 0)
1419 err = snd_pcm_new(ice->card, "ICE1724 Surrounds", device, play,
[all...]
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c947 /* if not playing: may play if asked for */
991 } else /* if not playing: may play if asked for */
1653 void (*play[])(u8 *, int, void *) = { play_audio_cb, play_video_cb };
1659 ret = av7110_ipack_init(ipack, IPACKS, play[i]);

Completed in 302 milliseconds