Searched refs:USX2Y_HWDEP_PCM_PAGES (Results 1 – 1 of 1) sorted by relevance
488 #define USX2Y_HWDEP_PCM_PAGES \ macro509 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()515 memset(usx2y->hwdep_pcm_shm, 0, USX2Y_HWDEP_PCM_PAGES); in snd_usx2y_usbpcm_prepare()701 if (size > USX2Y_HWDEP_PCM_PAGES) { in snd_usx2y_hwdep_pcm_mmap()702 snd_printd("%lu > %lu\n", size, (unsigned long)USX2Y_HWDEP_PCM_PAGES); in snd_usx2y_hwdep_pcm_mmap()720 free_pages_exact(usx2y->hwdep_pcm_shm, USX2Y_HWDEP_PCM_PAGES); in snd_usx2y_hwdep_pcm_private_free()