Searched refs:epcm (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/pci/emu10k1/
H A Demupcm.c23 struct snd_emu10k1_pcm *epcm; local
25 epcm = voice->epcm;
26 if (!epcm)
28 if (epcm->substream == NULL)
33 epcm->substream->runtime->hw->pointer(emu, epcm->substream),
34 snd_pcm_lib_period_bytes(epcm->substream),
35 snd_pcm_lib_buffer_bytes(epcm->substream));
37 snd_pcm_period_elapsed(epcm
76 snd_emu10k1_pcm_free_voices(struct snd_emu10k1_pcm *epcm) argument
86 snd_emu10k1_pcm_channel_alloc(struct snd_emu10k1_pcm *epcm, int type, int count, int channels) argument
375 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
421 struct snd_emu10k1_pcm *epcm; local
444 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
474 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
523 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
602 snd_emu10k1_playback_prepare_voices(struct snd_emu10k1 *emu, struct snd_emu10k1_pcm *epcm, bool w_16, bool stereo, int channels) argument
727 snd_emu10k1_playback_set_running(struct snd_emu10k1 *emu, struct snd_emu10k1_pcm *epcm) argument
734 snd_emu10k1_playback_set_stopped(struct snd_emu10k1 *emu, struct snd_emu10k1_pcm *epcm) argument
746 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
791 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
863 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
894 snd_emu10k1_efx_playback_voice_mask(struct snd_emu10k1_pcm *epcm, int channels) argument
906 snd_emu10k1_efx_playback_freeze_voices(struct snd_emu10k1 *emu, struct snd_emu10k1_pcm *epcm, int channels) argument
917 snd_emu10k1_efx_playback_unmute_voices(struct snd_emu10k1 *emu, struct snd_emu10k1_pcm *epcm, int channels) argument
926 snd_emu10k1_efx_playback_stop_voices(struct snd_emu10k1 *emu, struct snd_emu10k1_pcm *epcm, int channels) argument
943 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
1009 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
1160 struct snd_emu10k1_pcm *epcm; local
1199 struct snd_emu10k1_pcm *epcm; local
1253 struct snd_emu10k1_pcm *epcm; local
1289 struct snd_emu10k1_pcm *epcm; local
1327 struct snd_emu10k1_pcm *epcm; local
[all...]
H A Dvoice.c25 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice)
53 voice->epcm = epcm;
74 pvoice->epcm = NULL;
78 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice)
92 result = voice_alloc(emu, type, count, epcm, &rvoice[got]);
24 voice_alloc(struct snd_emu10k1 *emu, int type, int number, struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) argument
77 snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int count, int channels, struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) argument
H A Demu10k1x.c188 struct emu10k1x_pcm *epcm; member in struct:emu10k1x_voice
349 struct emu10k1x_pcm *epcm; local
351 epcm = voice->epcm;
352 if (!epcm)
354 if (epcm->substream == NULL)
359 epcm->substream->ops->pointer(epcm->substream),
360 snd_pcm_lib_period_bytes(epcm->substream),
361 snd_pcm_lib_buffer_bytes(epcm
370 struct emu10k1x_pcm *epcm; local
406 struct emu10k1x_pcm *epcm = runtime->private_data; local
421 struct emu10k1x_pcm *epcm; local
442 struct emu10k1x_pcm *epcm = runtime->private_data; local
472 struct emu10k1x_pcm *epcm = runtime->private_data; local
509 struct emu10k1x_pcm *epcm = runtime->private_data; local
550 struct emu10k1x_pcm *epcm; local
587 struct emu10k1x_pcm *epcm = runtime->private_data; local
605 struct emu10k1x_pcm *epcm; local
640 struct emu10k1x_pcm *epcm = runtime->private_data; local
669 struct emu10k1x_pcm *epcm = runtime->private_data; local
[all...]
H A Demumixer.c1520 if (change && mix->epcm && mix->epcm->voices[0]) {
1521 if (!mix->epcm->voices[0]->last) {
1522 update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number,
1524 update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number + 1,
1527 update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number,
1587 if (change && mix->epcm && mix->epcm->voices[0]) {
1588 if (!mix->epcm->voices[0]->last) {
1589 update_emu10k1_send_volume(emu, mix->epcm
[all...]
/linux-master/sound/pci/ca0106/
H A Dca0106_main.c551 struct snd_ca0106_pcm *epcm; local
555 epcm = kzalloc(sizeof(*epcm), GFP_KERNEL);
557 if (epcm == NULL)
559 epcm->emu = chip;
560 epcm->substream = substream;
561 epcm->channel_id=channel_id;
563 runtime->private_data = epcm;
577 channel->epcm = epcm;
603 struct snd_ca0106_pcm *epcm = runtime->private_data; local
646 struct snd_ca0106_pcm *epcm; local
688 struct snd_ca0106_pcm *epcm = runtime->private_data; local
719 struct snd_ca0106_pcm *epcm = runtime->private_data; local
832 struct snd_ca0106_pcm *epcm = runtime->private_data; local
924 struct snd_ca0106_pcm *epcm; local
991 struct snd_ca0106_pcm *epcm = runtime->private_data; local
1019 struct snd_ca0106_pcm *epcm = runtime->private_data; local
1049 struct snd_ca0106_pcm *epcm = runtime->private_data; local
[all...]
H A Dca0106.h639 struct snd_ca0106_pcm *epcm; member in struct:snd_ca0106_channel
/linux-master/include/sound/
H A Demu10k1.h1483 struct snd_emu10k1_pcm *epcm; member in struct:snd_emu10k1_voice
1525 struct snd_emu10k1_pcm *epcm; member in struct:snd_emu10k1_pcm_mixer
1894 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice);

Completed in 250 milliseconds