ATI_DMA_PLAYBACK 1083 sound/pci/atiixp.c 	err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 0);
ATI_DMA_PLAYBACK 1100 sound/pci/atiixp.c 	err = snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_PLAYBACK]);
ATI_DMA_PLAYBACK 1123 sound/pci/atiixp.c 		err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 2);
ATI_DMA_PLAYBACK 1136 sound/pci/atiixp.c 		err = snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_PLAYBACK]);
ATI_DMA_PLAYBACK 1216 sound/pci/atiixp.c 	.type = ATI_DMA_PLAYBACK,
ATI_DMA_PLAYBACK 1251 sound/pci/atiixp.c 	chip->dmas[ATI_DMA_PLAYBACK].ops = &snd_atiixp_playback_dma_ops;
ATI_DMA_PLAYBACK 1351 sound/pci/atiixp.c 		snd_atiixp_xrun_dma(chip,  &chip->dmas[ATI_DMA_PLAYBACK]);
ATI_DMA_PLAYBACK 1353 sound/pci/atiixp.c 		snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_PLAYBACK]);
ATI_DMA_PLAYBACK  905 sound/pci/atiixp_modem.c 	err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 0);
ATI_DMA_PLAYBACK  917 sound/pci/atiixp_modem.c 	err = snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_PLAYBACK]);
ATI_DMA_PLAYBACK  960 sound/pci/atiixp_modem.c 	.type = ATI_DMA_PLAYBACK,
ATI_DMA_PLAYBACK  983 sound/pci/atiixp_modem.c 	chip->dmas[ATI_DMA_PLAYBACK].ops = &snd_atiixp_playback_dma_ops;
ATI_DMA_PLAYBACK 1021 sound/pci/atiixp_modem.c 		snd_atiixp_xrun_dma(chip,  &chip->dmas[ATI_DMA_PLAYBACK]);
ATI_DMA_PLAYBACK 1023 sound/pci/atiixp_modem.c 		snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_PLAYBACK]);