Home
last modified time | relevance | path

Searched refs:USX2Y_HWDEP_PCM_PAGES (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c487 #define USX2Y_HWDEP_PCM_PAGES \ macro
508 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()
514 memset(usx2y->hwdep_pcm_shm, 0, USX2Y_HWDEP_PCM_PAGES); in snd_usx2y_usbpcm_prepare()
700 if (size > USX2Y_HWDEP_PCM_PAGES) { in snd_usx2y_hwdep_pcm_mmap()
701 snd_printd("%lu > %lu\n", size, (unsigned long)USX2Y_HWDEP_PCM_PAGES); in snd_usx2y_hwdep_pcm_mmap()
719 free_pages_exact(usx2y->hwdep_pcm_shm, USX2Y_HWDEP_PCM_PAGES); in snd_usx2y_hwdep_pcm_private_free()