summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2019-11-25 15:32:02 +0100
committerChanghyeok Bae <changhyeok.bae@gmail.com>2019-11-26 21:31:45 +0000
commite4dbbaf9e7652efaed0df3e0aab4464f5f228573 (patch)
tree4b195829dfd9415df333dce4be9674e50333127f
parentdcc04c5efe2058a5796f45b7a99f1c53082dd2ca (diff)
snd_pcm_lib_mmap_vmalloc is removed in latest kernel. See https://patchwork.kernel.org/patch/10531321/ Bug-AGL: SPEC-2932 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Change-Id: I831835b9381dd023dad38bf35b3a3324afdcbad3
-rw-r--r--driver/aim-sound/sound.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/aim-sound/sound.c b/driver/aim-sound/sound.c
index 6a290ff..4b3329b 100644
--- a/driver/aim-sound/sound.c
+++ b/driver/aim-sound/sound.c
@@ -463,7 +463,6 @@ static const struct snd_pcm_ops pcm_ops = {
.trigger = pcm_trigger,
.pointer = pcm_pointer,
.page = snd_pcm_lib_get_vmalloc_page,
- .mmap = snd_pcm_lib_mmap_vmalloc,
};
static int split_arg_list(char *buf, char **card_name, u16 *ch_num,