Searched refs:ATI_DMA_CAPTURE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/
H A Datiixp_modem.c195 enum { ATI_DMA_PLAYBACK, ATI_DMA_CAPTURE, NUM_ATI_DMAS }; /* DMAs */ enumerator in enum:__anon14437
939 return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1); snd_atiixp_capture_open()
945 return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]); snd_atiixp_capture_close()
983 .type = ATI_DMA_CAPTURE,
998 chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops; snd_atiixp_pcm_new()
1039 snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]); snd_atiixp_interrupt()
1041 snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]); snd_atiixp_interrupt()
H A Datiixp.c219 enum { ATI_DMA_PLAYBACK, ATI_DMA_CAPTURE, ATI_DMA_SPDIF, NUM_ATI_DMAS }; /* DMAs */ enumerator in enum:__anon14434
1115 return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1); snd_atiixp_capture_open()
1121 return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]); snd_atiixp_capture_close()
1232 .type = ATI_DMA_CAPTURE,
1259 chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops; snd_atiixp_pcm_new()
1362 snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]); snd_atiixp_interrupt()
1364 snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]); snd_atiixp_interrupt()

Completed in 81 milliseconds