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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demupcm.c41 struct snd_emu10k1_pcm *epcm; local
43 if ((epcm = voice->epcm) == NULL)
45 if (epcm->substream == NULL)
47 snd_pcm_period_elapsed(epcm->substream);
72 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
75 if (!epcm->running)
77 ptr = snd_emu10k1_ptr_read(emu, CCCA, epcm->voices[0]->number) & 0x00ffffff;
79 ptr -= epcm->ccca_start_addr;
85 static int snd_emu10k1_pcm_channel_alloc(struct snd_emu10k1_pcm * epcm, in argument
383 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
410 struct snd_emu10k1_pcm *epcm; local
440 struct snd_emu10k1_pcm *epcm; local
469 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
497 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
564 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
713 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
756 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
818 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
841 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
891 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
1029 struct snd_emu10k1_pcm *epcm; local
1062 struct snd_emu10k1_pcm *epcm; local
1110 struct snd_emu10k1_pcm *epcm; local
1145 struct snd_emu10k1_pcm *epcm; local
1183 struct snd_emu10k1_pcm *epcm; local
[all...]
H A Demu10k1x.c204 struct emu10k1x_pcm *epcm; member in struct:emu10k1x_voice
366 struct emu10k1x_pcm *epcm; local
368 if ((epcm = voice->epcm) == NULL)
370 if (epcm->substream == NULL)
372 snd_pcm_period_elapsed(epcm->substream);
379 struct emu10k1x_pcm *epcm; local
389 epcm = kzalloc(sizeof(*epcm), GFP_KERNEL);
390 if (epcm
414 struct emu10k1x_pcm *epcm = runtime->private_data; local
430 struct emu10k1x_pcm *epcm; local
451 struct emu10k1x_pcm *epcm = runtime->private_data; local
481 struct emu10k1x_pcm *epcm = runtime->private_data; local
514 struct emu10k1x_pcm *epcm = runtime->private_data; local
556 struct emu10k1x_pcm *epcm; local
591 struct emu10k1x_pcm *epcm = runtime->private_data; local
610 struct emu10k1x_pcm *epcm; local
645 struct emu10k1x_pcm *epcm = runtime->private_data; local
674 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("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("epcm kcalloc: %p\n", epcm);
217 struct snd_emu10k1_pcm *epcm; local
429 struct snd_emu10k1_pcm *epcm; local
480 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
510 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
535 struct snd_emu10k1_pcm *epcm = runtime->private_data; local
[all...]
H A Demumixer.c863 if (change && mix->epcm) {
864 if (mix->epcm->voices[0] && mix->epcm->voices[1]) {
865 update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number,
867 update_emu10k1_fxrt(emu, mix->epcm->voices[1]->number,
869 } else if (mix->epcm->voices[0]) {
870 update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number,
934 if (change && mix->epcm) {
935 if (mix->epcm->voices[0] && mix->epcm
[all...]
H A Dvoice.c131 pvoice->epcm = NULL;
153 pvoice->epcm = NULL;
H A Dirq.c164 snd_pcm_period_elapsed(pvoice->epcm->substream);
173 snd_pcm_period_elapsed(cvoice->epcm->substream);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_main.c437 struct snd_ca0106_pcm *epcm; local
441 epcm = kzalloc(sizeof(*epcm), GFP_KERNEL);
443 if (epcm == NULL)
445 epcm->emu = chip;
446 epcm->substream = substream;
447 epcm->channel_id=channel_id;
449 runtime->private_data = epcm;
460 channel->epcm = epcm;
473 struct snd_ca0106_pcm *epcm = runtime->private_data; local
504 struct snd_ca0106_pcm *epcm; local
542 struct snd_ca0106_pcm *epcm = runtime->private_data; local
600 struct snd_ca0106_pcm *epcm = runtime->private_data; local
689 struct snd_ca0106_pcm *epcm = runtime->private_data; local
760 struct snd_ca0106_pcm *epcm; local
811 struct snd_ca0106_pcm *epcm = runtime->private_data; local
839 struct snd_ca0106_pcm *epcm = runtime->private_data; local
866 struct snd_ca0106_pcm *epcm = runtime->private_data; local
[all...]
H A Dca0106.h553 struct snd_ca0106_pcm *epcm; member in struct:snd_ca0106_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Demu10k1.h1266 struct snd_emu10k1_pcm *epcm; member in struct:snd_emu10k1_voice
1304 struct snd_emu10k1_pcm *epcm; member in struct:snd_emu10k1_pcm_mixer

Completed in 155 milliseconds