Searched refs:pp (Results 1 – 4 of 4) sorted by relevance
/sound/synth/emux/ |
D | soundfont.c | 45 static void init_voice_parm(struct soundfont_voice_parm *pp); 625 init_voice_parm(struct soundfont_voice_parm *pp) in init_voice_parm() argument 627 memset(pp, 0, sizeof(*pp)); in init_voice_parm() 629 pp->moddelay = 0x8000; in init_voice_parm() 630 pp->modatkhld = 0x7f7f; in init_voice_parm() 631 pp->moddcysus = 0x7f7f; in init_voice_parm() 632 pp->modrelease = 0x807f; in init_voice_parm() 634 pp->voldelay = 0x8000; in init_voice_parm() 635 pp->volatkhld = 0x7f7f; in init_voice_parm() 636 pp->voldcysus = 0x7f7f; in init_voice_parm() [all …]
|
/sound/pci/au88x0/ |
D | au88x0_core.c | 1167 int page, p, pp, delta, i; in vortex_adbdma_bufshift() local 1190 pp = dma->period_real + i; in vortex_adbdma_bufshift() 1191 if (pp >= 4) in vortex_adbdma_bufshift() 1192 pp -= 4; in vortex_adbdma_bufshift() 1195 VORTEX_ADBDMA_BUFBASE + (((adbdma << 2) + pp) << 2), in vortex_adbdma_bufshift() 1200 (((adbdma << 2) + pp) << 2)); in vortex_adbdma_bufshift() 1218 int p, pp, i; in vortex_adbdma_resetup() local 1227 pp = dma->period_real + i; in vortex_adbdma_resetup() 1229 if (pp >= dma->nr_periods) in vortex_adbdma_resetup() 1230 pp -= dma->nr_periods; in vortex_adbdma_resetup() [all …]
|
/sound/soc/sh/rcar/ |
D | dma.c | 42 struct rsnd_dmapp pp; member 55 #define rsnd_dma_to_dmapp(dma) (&(dma)->dma.pp)
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 3609 u8 pp; in clkrun_init() local 3619 pci_read_config_byte(pdev, 0x41, &pp); in clkrun_init() 3620 chip->acpi_port = pp << 8; in clkrun_init()
|