Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/sound/pci/
H A Dsis7019.c577 u32 play[2] = { 0, 0 }; in sis_pcm_trigger() local
614 play[voice->num / 32] |= 1 << (voice->num & 0x1f); in sis_pcm_trigger()
622 if (play[0]) in sis_pcm_trigger()
623 outl(play[0], io + SIS_PLAY_START_A_REG); in sis_pcm_trigger()
624 if (play[1]) in sis_pcm_trigger()
625 outl(play[1], io + SIS_PLAY_START_B_REG); in sis_pcm_trigger()
629 if (play[0]) in sis_pcm_trigger()
630 outl(play[0], io + SIS_PLAY_STOP_A_REG); in sis_pcm_trigger()
631 if (play[1]) in sis_pcm_trigger()
632 outl(play[ in sis_pcm_trigger()
[all...]
/kernel/linux/linux-6.6/sound/pci/
H A Dsis7019.c576 u32 play[2] = { 0, 0 }; in sis_pcm_trigger() local
613 play[voice->num / 32] |= 1 << (voice->num & 0x1f); in sis_pcm_trigger()
621 if (play[0]) in sis_pcm_trigger()
622 outl(play[0], io + SIS_PLAY_START_A_REG); in sis_pcm_trigger()
623 if (play[1]) in sis_pcm_trigger()
624 outl(play[1], io + SIS_PLAY_START_B_REG); in sis_pcm_trigger()
628 if (play[0]) in sis_pcm_trigger()
629 outl(play[0], io + SIS_PLAY_STOP_A_REG); in sis_pcm_trigger()
630 if (play[1]) in sis_pcm_trigger()
631 outl(play[ in sis_pcm_trigger()
[all...]
/kernel/linux/linux-5.10/sound/isa/
H A Dcmi8330.c152 struct pnp_dev *play; member
332 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_cmi8330_pnp()
333 if (acard->play == NULL) in snd_cmi8330_pnp()
354 pdev = acard->play; in snd_cmi8330_pnp()
/kernel/linux/linux-6.6/sound/isa/
H A Dcmi8330.c151 struct pnp_dev *play; member
333 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_cmi8330_pnp()
334 if (acard->play == NULL) in snd_cmi8330_pnp()
355 pdev = acard->play; in snd_cmi8330_pnp()
/kernel/linux/linux-5.10/include/uapi/linux/dvb/
H A Dvideo.h106 } play; member
/kernel/linux/linux-6.6/include/uapi/linux/dvb/
H A Dvideo.h91 } play; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/
H A Dvideo.h66 } play; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/
H A Dvideo.h66 } play; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/
H A Dvideo.h56 } play; member
/kernel/linux/linux-5.10/sound/drivers/
H A Daloop.c526 static void copy_play_buf(struct loopback_pcm *play, in copy_play_buf() argument
530 struct snd_pcm_runtime *runtime = play->substream->runtime; in copy_play_buf()
533 unsigned int src_off = play->buf_pos; in copy_play_buf()
544 appl_ptr1 += play->buf_pos / play->pcm_salign; in copy_play_buf()
547 diff = (appl_ptr - appl_ptr1) * play->pcm_salign; in copy_play_buf()
556 if (src_off + size > play->pcm_buffer_size) in copy_play_buf()
557 size = play->pcm_buffer_size - src_off; in copy_play_buf()
565 src_off = (src_off + size) % play->pcm_buffer_size; in copy_play_buf()
/kernel/linux/linux-6.6/sound/drivers/
H A Daloop.c525 static void copy_play_buf(struct loopback_pcm *play, in copy_play_buf() argument
529 struct snd_pcm_runtime *runtime = play->substream->runtime; in copy_play_buf()
532 unsigned int src_off = play->buf_pos; in copy_play_buf()
543 appl_ptr1 += play->buf_pos / play->pcm_salign; in copy_play_buf()
546 diff = (appl_ptr - appl_ptr1) * play->pcm_salign; in copy_play_buf()
555 if (src_off + size > play->pcm_buffer_size) in copy_play_buf()
556 size = play->pcm_buffer_size - src_off; in copy_play_buf()
564 src_off = (src_off + size) % play->pcm_buffer_size; in copy_play_buf()
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1724.c1300 int play, capt; in snd_vt1724_pcm_spdif() local
1305 play = 1; in snd_vt1724_pcm_spdif()
1308 play = 0; in snd_vt1724_pcm_spdif()
1315 if (!play && !capt) in snd_vt1724_pcm_spdif()
1322 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm); in snd_vt1724_pcm_spdif()
1326 if (play) in snd_vt1724_pcm_spdif()
1431 int play; in snd_vt1724_pcm_indep() local
1434 play = ice->num_total_dacs / 2 - 1; in snd_vt1724_pcm_indep()
1435 if (play <= 0) in snd_vt1724_pcm_indep()
1438 err = snd_pcm_new(ice->card, "ICE1724 Surrounds", device, play, in snd_vt1724_pcm_indep()
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1724.c1281 int play, capt; in snd_vt1724_pcm_spdif() local
1286 play = 1; in snd_vt1724_pcm_spdif()
1289 play = 0; in snd_vt1724_pcm_spdif()
1296 if (!play && !capt) in snd_vt1724_pcm_spdif()
1303 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm); in snd_vt1724_pcm_spdif()
1307 if (play) in snd_vt1724_pcm_spdif()
1412 int play; in snd_vt1724_pcm_indep() local
1415 play = ice->num_total_dacs / 2 - 1; in snd_vt1724_pcm_indep()
1416 if (play <= 0) in snd_vt1724_pcm_indep()
1419 err = snd_pcm_new(ice->card, "ICE1724 Surrounds", device, play, in snd_vt1724_pcm_indep()
[all...]
/kernel/linux/linux-5.10/sound/oss/dmasound/
H A Ddmasound.h121 void (*play)(void); member
H A Ddmasound_q40.c497 { /* there was nothing to play, disable irq */ in Q40Interrupt()
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 */ in AmiPlayNextFrame()
591 /* Try to play the next frame */ in AmiInterrupt()
595 /* Nothing to play anymore. in AmiInterrupt()
700 .play = AmiPlay,
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(); in sq_play()
585 /* The interrupt doesn't start to play the last, incomplete frame. in sq_write()
729 sq->busy = 1; /* Let's play spot-the-race-condition */ in sq_open2()
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 */ in FalconInit()
1095 tt_dmasnd.int_ctrl = 0x4; /* Timer A int at play end */ in FalconInit()
1096 tt_dmasnd.track_select = 0x0; /* play 1 track, track 1 */ in FalconInit()
1318 * AtaPlay() here, otherwise we'll play one frame too much. in AtaInterrupt()
1324 is nothing to play any more. Wake up a process in AtaInterrupt()
1546 .play = AtaPlay,
1573 .play = AtaPlay,
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound.h121 void (*play)(void); member
H A Ddmasound_q40.c497 { /* there was nothing to play, disable irq */ in Q40Interrupt()
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 */ in AmiPlayNextFrame()
591 /* Try to play the next frame */ in AmiInterrupt()
595 /* Nothing to play anymore. in AmiInterrupt()
700 .play = AmiPlay,
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(); in sq_play()
585 /* The interrupt doesn't start to play the last, incomplete frame. in sq_write()
729 sq->busy = 1; /* Let's play spot-the-race-condition */ in sq_open2()
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-keene.c70 static int keene_cmd_main(struct keene_device *radio, unsigned freq, bool play) in keene_cmd_main() argument
85 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) | in keene_cmd_main()
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-keene.c70 static int keene_cmd_main(struct keene_device *radio, unsigned freq, bool play) in keene_cmd_main() argument
85 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) | in keene_cmd_main()
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110_av.c946 /* if not playing: may play if asked for */ in dvb_video_poll()
990 } else /* if not playing: may play if asked for */ in dvb_audio_poll()
1652 void (*play[])(u8 *, int, void *) = { play_audio_cb, play_video_cb }; in av7110_av_init()
1658 ret = av7110_ipack_init(ipack, IPACKS, play[i]); in av7110_av_init()

Completed in 30 milliseconds

12