Home
last modified time | relevance | path

Searched refs:play (Results 1 – 15 of 15) sorted by relevance

/sound/arm/
Dpxa2xx-pcm.c87 int play = client->playback_params ? 1 : 0; in pxa2xx_pcm_new() local
91 ret = snd_pcm_new(card, "PXA2xx-PCM", 0, play, capt, &pcm); in pxa2xx_pcm_new()
102 if (play) { in pxa2xx_pcm_new()
/sound/pci/
Dsis7019.c601 u32 play[2] = { 0, 0 }; in sis_pcm_trigger() local
638 play[voice->num / 32] |= 1 << (voice->num & 0x1f); in sis_pcm_trigger()
646 if (play[0]) in sis_pcm_trigger()
647 outl(play[0], io + SIS_PLAY_START_A_REG); in sis_pcm_trigger()
648 if (play[1]) in sis_pcm_trigger()
649 outl(play[1], io + SIS_PLAY_START_B_REG); in sis_pcm_trigger()
653 if (play[0]) in sis_pcm_trigger()
654 outl(play[0], io + SIS_PLAY_STOP_A_REG); in sis_pcm_trigger()
655 if (play[1]) in sis_pcm_trigger()
656 outl(play[1], io + SIS_PLAY_STOP_B_REG); in sis_pcm_trigger()
/sound/soc/omap/
Domap-mcbsp.c171 int err = 0, play = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in omap_mcbsp_dai_trigger() local
178 omap_mcbsp_start(mcbsp, play, !play); in omap_mcbsp_dai_trigger()
184 omap_mcbsp_stop(mcbsp, play, !play); in omap_mcbsp_dai_trigger()
/sound/soc/dwc/
DKconfig8 maximum of 8 channels each for play and record.
/sound/drivers/
Daloop.c398 static void copy_play_buf(struct loopback_pcm *play, in copy_play_buf() argument
402 struct snd_pcm_runtime *runtime = play->substream->runtime; in copy_play_buf()
405 unsigned int src_off = play->buf_pos; in copy_play_buf()
416 appl_ptr1 += play->buf_pos / play->pcm_salign; in copy_play_buf()
419 diff = (appl_ptr - appl_ptr1) * play->pcm_salign; in copy_play_buf()
428 if (src_off + size > play->pcm_buffer_size) in copy_play_buf()
429 size = play->pcm_buffer_size - src_off; in copy_play_buf()
437 src_off = (src_off + size) % play->pcm_buffer_size; in copy_play_buf()
DKconfig52 what you want. To make this driver play nicely with other
/sound/isa/
Dcmi8330.c166 struct pnp_dev *play; member
346 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_cmi8330_pnp()
347 if (acard->play == NULL) in snd_cmi8330_pnp()
368 pdev = acard->play; in snd_cmi8330_pnp()
/sound/soc/rockchip/
DKconfig16 8 channels each for play and record.
/sound/pci/ice1712/
Dice1724.c1325 int play, capt; in snd_vt1724_pcm_spdif() local
1330 play = 1; in snd_vt1724_pcm_spdif()
1333 play = 0; in snd_vt1724_pcm_spdif()
1340 if (!play && !capt) in snd_vt1724_pcm_spdif()
1347 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm); in snd_vt1724_pcm_spdif()
1351 if (play) in snd_vt1724_pcm_spdif()
1458 int play; in snd_vt1724_pcm_indep() local
1461 play = ice->num_total_dacs / 2 - 1; in snd_vt1724_pcm_indep()
1462 if (play <= 0) in snd_vt1724_pcm_indep()
1465 err = snd_pcm_new(ice->card, "ICE1724 Surrounds", device, play, 0, &pcm); in snd_vt1724_pcm_indep()
/sound/oss/dmasound/
Ddmasound.h126 void (*play)(void); member
Ddmasound_q40.c607 .play = Q40Play,
Ddmasound_paula.c699 .play = AmiPlay,
Ddmasound_atari.c1545 .play = AtaPlay,
1572 .play = AtaPlay,
Ddmasound_core.c543 dmasound.mach.play(); in sq_play()
/sound/oss/
DKconfig150 to play and record from the S/PDIF port (digital signal). See