ATI_DMA_CAPTURE  1114 sound/pci/atiixp.c 	return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1);
ATI_DMA_CAPTURE  1120 sound/pci/atiixp.c 	return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE  1231 sound/pci/atiixp.c 	.type = ATI_DMA_CAPTURE,
ATI_DMA_CAPTURE  1257 sound/pci/atiixp.c 	chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops;
ATI_DMA_CAPTURE  1352 sound/pci/atiixp.c 		snd_atiixp_xrun_dma(chip,  &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE  1354 sound/pci/atiixp.c 		snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE   939 sound/pci/atiixp_modem.c 	return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1);
ATI_DMA_CAPTURE   945 sound/pci/atiixp_modem.c 	return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE   983 sound/pci/atiixp_modem.c 	.type = ATI_DMA_CAPTURE,
ATI_DMA_CAPTURE   998 sound/pci/atiixp_modem.c 	chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops;
ATI_DMA_CAPTURE  1039 sound/pci/atiixp_modem.c 		snd_atiixp_xrun_dma(chip,  &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE  1041 sound/pci/atiixp_modem.c 		snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);