lintweaker / mytekusb2

Linux ALSA USB driver for the Mytek Digital Stereo192-DSD DAC
11 stars 10 forks source link

Driver will not compile #12

Open wmichaeltaylor opened 3 years ago

wmichaeltaylor commented 3 years ago

When making the driver there was an error message: pcm.c:529:10: error: ‘snd_pcm_lib_mmap_vmalloc’ undeclared here (not in a function); did you mean ‘snd_pcm_lib_mmap_iomem’? 529 | .mmap = snd_pcm_lib_mmap_vmalloc, | ^~~~~~~~ | snd_pcm_lib_mmap_iomem Any ideas?