Lines Matching defs:dmas
235 struct atiixp_dma dmas[NUM_ATI_DMAS];
901 err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 0);
913 err = snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_PLAYBACK]);
921 return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1);
927 return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]);
977 chip->dmas[ATI_DMA_PLAYBACK].ops = &snd_atiixp_playback_dma_ops;
978 chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops;
1014 snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_PLAYBACK]);
1016 snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_PLAYBACK]);
1018 snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);
1020 snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);