Lines Matching refs:memblk
831 if (voice->memblk) in snd_trident_allocate_pcm_mem()
832 snd_trident_free_pages(trident, voice->memblk); in snd_trident_allocate_pcm_mem()
833 voice->memblk = snd_trident_alloc_pages(trident, substream); in snd_trident_allocate_pcm_mem()
834 if (voice->memblk == NULL) in snd_trident_allocate_pcm_mem()
923 if (voice && voice->memblk) { in snd_trident_hw_free()
924 snd_trident_free_pages(trident, voice->memblk); in snd_trident_hw_free()
925 voice->memblk = NULL; in snd_trident_hw_free()
962 if (voice->memblk) in snd_trident_playback_prepare()
963 voice->LBA = voice->memblk->offset; in snd_trident_playback_prepare()
1068 if (voice->memblk) in snd_trident_capture_prepare()
1069 voice->LBA = voice->memblk->offset; in snd_trident_capture_prepare()
1271 if (voice->memblk) in snd_trident_foldback_prepare()
1272 voice->LBA = voice->memblk->offset; in snd_trident_foldback_prepare()
1424 if (voice->memblk) in snd_trident_spdif_prepare()
1425 voice->LBA = voice->memblk->offset; in snd_trident_spdif_prepare()
1473 if (voice->memblk) in snd_trident_spdif_prepare()
1474 voice->LBA = voice->memblk->offset; in snd_trident_spdif_prepare()
3834 pvoice->memblk = NULL; in snd_trident_alloc_voice()
3850 pvoice->memblk = NULL; in snd_trident_alloc_voice()