Lines Matching refs:memblk
791 if (voice->memblk) in snd_trident_allocate_pcm_mem()
792 snd_trident_free_pages(trident, voice->memblk); in snd_trident_allocate_pcm_mem()
793 voice->memblk = snd_trident_alloc_pages(trident, substream); in snd_trident_allocate_pcm_mem()
794 if (voice->memblk == NULL) in snd_trident_allocate_pcm_mem()
883 if (voice && voice->memblk) { in snd_trident_hw_free()
884 snd_trident_free_pages(trident, voice->memblk); in snd_trident_hw_free()
885 voice->memblk = NULL; in snd_trident_hw_free()
921 if (voice->memblk) in snd_trident_playback_prepare()
922 voice->LBA = voice->memblk->offset; in snd_trident_playback_prepare()
1027 if (voice->memblk) in snd_trident_capture_prepare()
1028 voice->LBA = voice->memblk->offset; in snd_trident_capture_prepare()
1224 if (voice->memblk) in snd_trident_foldback_prepare()
1225 voice->LBA = voice->memblk->offset; in snd_trident_foldback_prepare()
1377 if (voice->memblk) in snd_trident_spdif_prepare()
1378 voice->LBA = voice->memblk->offset; in snd_trident_spdif_prepare()
1426 if (voice->memblk) in snd_trident_spdif_prepare()
1427 voice->LBA = voice->memblk->offset; in snd_trident_spdif_prepare()
3781 pvoice->memblk = NULL; in snd_trident_alloc_voice()
3797 pvoice->memblk = NULL; in snd_trident_alloc_voice()