Searched refs:mapped (Results 1 - 6 of 6) sorted by relevance

/sound/pci/ctxfi/
H A Dctsrc.h109 unsigned int mapped; /* A bit-map indicating which conj rsc is mapped */ member in struct:srcimp
H A Dctsrc.c635 srcimp->mapped |= (0x1 << i);
653 if (srcimp->mapped & (0x1 << i)) {
656 srcimp->mapped &= ~(0x1 << i);
/sound/oss/
H A Dswarm_cs4297a.c245 unsigned mapped:1; // Buffer mapped in cs4297a_mmap()? member in struct:serdma_s
823 if (!(s->ena & FMODE_WRITE) && (s->dma_dac.mapped ||
872 (s->dma_adc.mapped || s->dma_adc.count <=
995 if (d->mapped) {
1084 if (d->mapped) {
1617 if (s->dma_dac.mapped)
1661 if (s->dma_adc.mapped)
1785 if (s->dma_dac.mapped)
1918 if (s->dma_dac.mapped) {
1964 int val, mapped, ret; local
[all...]
/sound/synth/emux/
H A Dsoundfont.c445 if (zp->mapped &&
471 zp->mapped = 1;
498 if (! p->mapped &&
563 if (!zone->mapped &&
588 tmpzone.mapped = 0;
1112 zone->mapped = 0;
1155 if (! cur->mapped && cur->sample == NULL) {
1295 if (zp->mapped) {
1323 * drums are mapped from 128 to 255 according to its note key.
1324 * other instruments are mapped fro
[all...]
/sound/ppc/
H A Dsnd_ps3.c814 u64 __iomem *mapped; local
826 mapped = ioremap(lpar_addr, lpar_size);
827 if (!mapped) {
832 the_card.audio_irq_outlet = in_be64(mapped);
834 iounmap(mapped);
/sound/pci/emu10k1/
H A Demupcm.c420 int mapped; local
427 mapped = ((struct snd_emu10k1_memblk *)epcm->memblk)->mapped_page;
428 if (mapped < 0)
430 epcm->start_addr = mapped << PAGE_SHIFT;

Completed in 195 milliseconds