Home
last modified time | relevance | path

Searched refs:res1 (Results 1 – 4 of 4) sorted by relevance

/sound/core/oss/
Drate.c199 snd_pcm_sframes_t frames1 = frames, res1 = data->old_dst_frames; in rate_src_frames() local
202 res1 <<= 1; in rate_src_frames()
206 res1 >>= 1; in rate_src_frames()
209 return res1; in rate_src_frames()
232 snd_pcm_sframes_t frames1 = frames, res1 = data->old_src_frames; in rate_dst_frames() local
235 res1 <<= 1; in rate_dst_frames()
239 res1 >>= 1; in rate_dst_frames()
242 return res1; in rate_dst_frames()
/sound/soc/tegra/
Dtegra30_ahub.c524 struct resource *res0, *res1, *region; in tegra30_ahub_probe() local
620 res1 = platform_get_resource(pdev, IORESOURCE_MEM, 1); in tegra30_ahub_probe()
621 if (!res1) { in tegra30_ahub_probe()
627 region = devm_request_mem_region(&pdev->dev, res1->start, in tegra30_ahub_probe()
628 resource_size(res1), DRV_NAME); in tegra30_ahub_probe()
635 regs_ahub = devm_ioremap(&pdev->dev, res1->start, in tegra30_ahub_probe()
636 resource_size(res1)); in tegra30_ahub_probe()
/sound/soc/fsl/
Dfsl_dma.h26 u8 res1[4]; member
/sound/pci/emu10k1/
Demufx.c1064 ipcm->res1 = ipcm->res2 = 0; in snd_emu10k1_ipcm_peek()