Searched refs:pp (Results 1 – 4 of 4) sorted by relevance
/sound/synth/emux/ |
D | soundfont.c | 58 static void init_voice_parm(struct soundfont_voice_parm *pp); 638 init_voice_parm(struct soundfont_voice_parm *pp) in init_voice_parm() argument 640 memset(pp, 0, sizeof(*pp)); in init_voice_parm() 642 pp->moddelay = 0x8000; in init_voice_parm() 643 pp->modatkhld = 0x7f7f; in init_voice_parm() 644 pp->moddcysus = 0x7f7f; in init_voice_parm() 645 pp->modrelease = 0x807f; in init_voice_parm() 647 pp->voldelay = 0x8000; in init_voice_parm() 648 pp->volatkhld = 0x7f7f; in init_voice_parm() 649 pp->voldcysus = 0x7f7f; in init_voice_parm() [all …]
|
/sound/pci/au88x0/ |
D | au88x0_core.c | 1176 int page, p, pp, delta, i; in vortex_adbdma_bufshift() local 1199 pp = dma->period_real + i; in vortex_adbdma_bufshift() 1200 if (pp >= 4) in vortex_adbdma_bufshift() 1201 pp -= 4; in vortex_adbdma_bufshift() 1204 VORTEX_ADBDMA_BUFBASE + (((adbdma << 2) + pp) << 2), in vortex_adbdma_bufshift() 1209 (((adbdma << 2) + pp) << 2)); in vortex_adbdma_bufshift() 1227 int p, pp, i; in vortex_adbdma_resetup() local 1236 pp = dma->period_real + i; in vortex_adbdma_resetup() 1238 if (pp >= dma->nr_periods) in vortex_adbdma_resetup() 1239 pp -= dma->nr_periods; in vortex_adbdma_resetup() [all …]
|
/sound/soc/sh/rcar/ |
D | rsnd.h | 213 struct rsnd_dmapp pp; member 217 #define rsnd_dma_to_dmapp(dma) (&(dma)->dma.pp)
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 3621 u8 pp; in clkrun_init() local 3631 pci_read_config_byte(pdev, 0x41, &pp); in clkrun_init() 3632 chip->acpi_port = pp << 8; in clkrun_init()
|