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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demupcm.c40 struct snd_emu10k1_pcm *epcm; local
42 if ((epcm = voice->epcm) == NULL)
44 if (epcm->substream == NULL)
46 snd_pcm_period_elapsed(epcm->substream);
71 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
74 if (!epcm->running)
76 ptr = snd_emu10k1_ptr_read(emu, CCCA, epcm->voices[0]->number) & 0x00ffffff;
78 ptr -= epcm->ccca_start_addr;
84 static int snd_emu10k1_pcm_channel_alloc(struct snd_emu10k1_pcm * epcm, in argument
388 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
415 struct snd_emu10k1_pcm *epcm; local
445 struct snd_emu10k1_pcm *epcm; local
474 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
502 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
569 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
713 snd_emu10k1_playback_mangle_extra(struct snd_emu10k1 *emu, struct snd_emu10k1_pcm *epcm, struct snd_pcm_substream *substream, struct snd_pcm_runtime *runtime) argument
735 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
783 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
848 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
876 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
926 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
1064 struct snd_emu10k1_pcm *epcm; local
1097 struct snd_emu10k1_pcm *epcm; local
1145 struct snd_emu10k1_pcm *epcm; local
1180 struct snd_emu10k1_pcm *epcm; local
1218 struct snd_emu10k1_pcm *epcm; local
[all...]
H A Demu10k1x.c203 struct emu10k1x_pcm *epcm; member in struct:emu10k1x_voice
365 struct emu10k1x_pcm *epcm; local
367 if ((epcm = voice->epcm) == NULL)
369 if (epcm->substream == NULL)
371 snd_pcm_period_elapsed(epcm->substream);
378 struct emu10k1x_pcm *epcm; local
388 epcm = kzalloc(sizeof(*epcm), GFP_KERNEL);
389 if (epcm
413 struct emu10k1x_pcm *epcm = runtime->private_data; local
429 struct emu10k1x_pcm *epcm; local
450 struct emu10k1x_pcm *epcm = runtime->private_data; local
480 struct emu10k1x_pcm *epcm = runtime->private_data; local
513 struct emu10k1x_pcm *epcm = runtime->private_data; local
555 struct emu10k1x_pcm *epcm; local
590 struct emu10k1x_pcm *epcm = runtime->private_data; local
609 struct emu10k1x_pcm *epcm; local
644 struct emu10k1x_pcm *epcm = runtime->private_data; local
673 struct emu10k1x_pcm *epcm = runtime->private_data; local
[all...]
H A Dp16v.c168 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
170 if (epcm) {
171 /* snd_printk(KERN_DEBUG "epcm free: %p\n", epcm); */
172 kfree(epcm);
181 struct snd_emu10k1_pcm *epcm; local
185 epcm = kzalloc(sizeof(*epcm), GFP_KERNEL);
186 /* snd_printk(KERN_DEBUG "epcm kcalloc: %p\n", epcm); */
222 struct snd_emu10k1_pcm *epcm; local
439 struct snd_emu10k1_pcm *epcm; local
493 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
523 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
548 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
[all...]
H A Demumixer.c1118 if (change && mix->epcm) {
1119 if (mix->epcm->voices[0] && mix->epcm->voices[1]) {
1120 update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number,
1122 update_emu10k1_fxrt(emu, mix->epcm->voices[1]->number,
1124 } else if (mix->epcm->voices[0]) {
1125 update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number,
1189 if (change && mix->epcm) {
1190 if (mix->epcm->voices[0] && mix->epcm
[all...]
H A Dvoice.c138 pvoice->epcm = NULL;
161 pvoice->epcm = NULL;
H A Dirq.c164 snd_pcm_period_elapsed(pvoice->epcm->substream);
173 snd_pcm_period_elapsed(cvoice->epcm->substream);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_main.c506 struct snd_ca0106_pcm *epcm; local
510 epcm = kzalloc(sizeof(*epcm), GFP_KERNEL);
512 if (epcm == NULL)
514 epcm->emu = chip;
515 epcm->substream = substream;
516 epcm->channel_id=channel_id;
518 runtime->private_data = epcm;
532 channel->epcm = epcm;
559 struct snd_ca0106_pcm *epcm = runtime->private_data; local
600 struct snd_ca0106_pcm *epcm; local
641 struct snd_ca0106_pcm *epcm = runtime->private_data; local
699 struct snd_ca0106_pcm *epcm = runtime->private_data; local
785 struct snd_ca0106_pcm *epcm = runtime->private_data; local
860 struct snd_ca0106_pcm *epcm; local
927 struct snd_ca0106_pcm *epcm = runtime->private_data; local
955 struct snd_ca0106_pcm *epcm = runtime->private_data; local
987 struct snd_ca0106_pcm *epcm = runtime->private_data; local
[all...]
H A Dca0106.h643 struct snd_ca0106_pcm *epcm; member in struct:snd_ca0106_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demu10k1.h1504 struct snd_emu10k1_pcm *epcm; member in struct:snd_emu10k1_voice
1542 struct snd_emu10k1_pcm *epcm; member in struct:snd_emu10k1_pcm_mixer

Completed in 129 milliseconds