Lines Matching defs:dmas
234 struct atiixp_dma dmas[NUM_ATI_DMAS];
894 return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 0);
902 return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_PLAYBACK]);
908 return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1);
914 return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]);
964 chip->dmas[ATI_DMA_PLAYBACK].ops = &snd_atiixp_playback_dma_ops;
965 chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops;
1001 snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_PLAYBACK]);
1003 snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_PLAYBACK]);
1005 snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);
1007 snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);