diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-07-18 07:40:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-07-18 08:24:29 +0200 |
commit | fa84cf094ef9667e2b91c104b0a788fd1896f482 (patch) | |
tree | bcedd784de9c2f7033ef30c138760dbe61e82b37 /sound/usb/6fire/pcm.c | |
parent | ALSA: rawmidi: Use kvmalloc() for buffers (diff) | |
download | linux-fa84cf094ef9667e2b91c104b0a788fd1896f482.tar.xz linux-fa84cf094ef9667e2b91c104b0a788fd1896f482.zip |
ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()
snd_pcm_lib_mmap_vmalloc() was supposed to be implemented with
somewhat special for vmalloc handling, but in the end, this turned to
just the default handler, i.e. NULL. As the situation has never
changed over decades, let's rip it off.
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/6fire/pcm.c')
-rw-r--r-- | sound/usb/6fire/pcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/6fire/pcm.c b/sound/usb/6fire/pcm.c index 2dd2518a71d3..f8ef3e2a8ca0 100644 --- a/sound/usb/6fire/pcm.c +++ b/sound/usb/6fire/pcm.c @@ -565,7 +565,6 @@ static const struct snd_pcm_ops pcm_ops = { .trigger = usb6fire_pcm_trigger, .pointer = usb6fire_pcm_pointer, .page = snd_pcm_lib_get_vmalloc_page, - .mmap = snd_pcm_lib_mmap_vmalloc, }; static void usb6fire_pcm_init_urb(struct pcm_urb *urb, |