ATI_DMA_CAPTURE  1108 sound/pci/atiixp.c 	return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1);
ATI_DMA_CAPTURE  1114 sound/pci/atiixp.c 	return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE  1225 sound/pci/atiixp.c 	.type = ATI_DMA_CAPTURE,
ATI_DMA_CAPTURE  1252 sound/pci/atiixp.c 	chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops;
ATI_DMA_CAPTURE  1355 sound/pci/atiixp.c 		snd_atiixp_xrun_dma(chip,  &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE  1357 sound/pci/atiixp.c 		snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE   925 sound/pci/atiixp_modem.c 	return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1);
ATI_DMA_CAPTURE   931 sound/pci/atiixp_modem.c 	return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE   969 sound/pci/atiixp_modem.c 	.type = ATI_DMA_CAPTURE,
ATI_DMA_CAPTURE   984 sound/pci/atiixp_modem.c 	chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops;
ATI_DMA_CAPTURE  1025 sound/pci/atiixp_modem.c 		snd_atiixp_xrun_dma(chip,  &chip->dmas[ATI_DMA_CAPTURE]);
ATI_DMA_CAPTURE  1027 sound/pci/atiixp_modem.c 		snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);