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

/sound/arm/
H A Dpxa2xx-pcm.c88 int play = client->playback_params ? 1 : 0; local
92 ret = snd_pcm_new(card, "PXA2xx-PCM", 0, play, capt, &pcm);
104 if (play) {
/sound/soc/omap/
H A Domap-mcbsp.c183 int err = 0, play = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
190 omap_mcbsp_start(mcbsp_data->bus_id, play, !play);
196 omap_mcbsp_stop(mcbsp_data->bus_id, play, !play);
/sound/pci/
H A Dsis7019.c601 u32 play[2] = { 0, 0 }; local
638 play[voice->num / 32] |= 1 << (voice->num & 0x1f);
646 if (play[0])
647 outl(play[0], io + SIS_PLAY_START_A_REG);
648 if (play[1])
649 outl(play[1], io + SIS_PLAY_START_B_REG);
653 if (play[0])
654 outl(play[0], io + SIS_PLAY_STOP_A_REG);
655 if (play[1])
656 outl(play[
[all...]
/sound/drivers/
H A Daloop.c398 static void copy_play_buf(struct loopback_pcm *play, argument
402 struct snd_pcm_runtime *runtime = play->substream->runtime;
405 unsigned int src_off = play->buf_pos;
416 appl_ptr1 += play->buf_pos / play->pcm_salign;
419 diff = (appl_ptr - appl_ptr1) * play->pcm_salign;
428 if (src_off + size > play->pcm_buffer_size)
429 size = play->pcm_buffer_size - src_off;
437 src_off = (src_off + size) % play->pcm_buffer_size;
/sound/isa/
H A Dcmi8330.c166 struct pnp_dev *play; member in struct:snd_cmi8330
346 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL);
347 if (acard->play == NULL)
368 pdev = acard->play;
/sound/oss/dmasound/
H A Ddmasound.h126 void (*play)(void); member in struct:__anon34
H A Ddmasound_paula.c145 * independent, especially the fact that the Falcon can play 16bit samples
498 /* We can play pseudo 14-bit only with the maximum volume */
590 /* Try to play the next frame */
594 /* Nothing to play anymore.
699 .play = AmiPlay,
H A Ddmasound_q40.c496 { /* there was nothing to play, disable irq */
607 .play = Q40Play,
H A Ddmasound_atari.c64 * independent, especially the fact that the Falcon can play 16bit samples
1057 /* the Falcon can play 16bit samples only in stereo */
1094 tt_dmasnd.int_ctrl = 0x4; /* Timer A int at play end */
1095 tt_dmasnd.track_select = 0x0; /* play 1 track, track 1 */
1317 * AtaPlay() here, otherwise we'll play one frame too much.
1323 is nothing to play any more. Wake up a process
1545 .play = AtaPlay,
1572 .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
215 /* control over who can modify resources shared between play/record */
543 dmasound.mach.play();
588 /* The interrupt doesn't start to play the last, incomplete frame.
723 sq->busy = 1; /* Let's play spot-the-race-condition */
/sound/pci/ice1712/
H A Dice1724.c1292 int play, capt; local
1297 play = 1;
1300 play = 0;
1307 if (!play && !capt)
1314 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm);
1318 if (play)
1425 int play; local
1428 play = ice->num_total_dacs / 2 - 1;
1429 if (play <= 0)
1432 err = snd_pcm_new(ice->card, "ICE1724 Surrounds", device, play,
[all...]

Completed in 791 milliseconds