Searched refs:play (Results 1 – 15 of 15) sorted by relevance
/sound/arm/ |
D | pxa2xx-pcm.c | 87 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/ |
D | sis7019.c | 601 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/ |
D | omap-mcbsp.c | 171 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/ |
D | Kconfig | 8 maximum of 8 channels each for play and record.
|
/sound/drivers/ |
D | aloop.c | 398 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()
|
D | Kconfig | 52 what you want. To make this driver play nicely with other
|
/sound/isa/ |
D | cmi8330.c | 166 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/ |
D | Kconfig | 16 8 channels each for play and record.
|
/sound/pci/ice1712/ |
D | ice1724.c | 1325 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/ |
D | dmasound.h | 126 void (*play)(void); member
|
D | dmasound_q40.c | 607 .play = Q40Play,
|
D | dmasound_paula.c | 699 .play = AmiPlay,
|
D | dmasound_atari.c | 1545 .play = AtaPlay, 1572 .play = AtaPlay,
|
D | dmasound_core.c | 543 dmasound.mach.play(); in sq_play()
|
/sound/oss/ |
D | Kconfig | 150 to play and record from the S/PDIF port (digital signal). See
|