Lines Matching refs:memblk
830 if (voice->memblk) in snd_trident_allocate_pcm_mem()
831 snd_trident_free_pages(trident, voice->memblk); in snd_trident_allocate_pcm_mem()
832 voice->memblk = snd_trident_alloc_pages(trident, substream); in snd_trident_allocate_pcm_mem()
833 if (voice->memblk == NULL) in snd_trident_allocate_pcm_mem()
922 if (voice && voice->memblk) { in snd_trident_hw_free()
923 snd_trident_free_pages(trident, voice->memblk); in snd_trident_hw_free()
924 voice->memblk = NULL; in snd_trident_hw_free()
961 if (voice->memblk) in snd_trident_playback_prepare()
962 voice->LBA = voice->memblk->offset; in snd_trident_playback_prepare()
1067 if (voice->memblk) in snd_trident_capture_prepare()
1068 voice->LBA = voice->memblk->offset; in snd_trident_capture_prepare()
1270 if (voice->memblk) in snd_trident_foldback_prepare()
1271 voice->LBA = voice->memblk->offset; in snd_trident_foldback_prepare()
1423 if (voice->memblk) in snd_trident_spdif_prepare()
1424 voice->LBA = voice->memblk->offset; in snd_trident_spdif_prepare()
1472 if (voice->memblk) in snd_trident_spdif_prepare()
1473 voice->LBA = voice->memblk->offset; in snd_trident_spdif_prepare()
3843 pvoice->memblk = NULL; in snd_trident_alloc_voice()
3859 pvoice->memblk = NULL; in snd_trident_alloc_voice()