diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2019-11-25 15:32:02 +0100 |
---|---|---|
committer | Changhyeok Bae <changhyeok.bae@gmail.com> | 2019-11-26 21:31:45 +0000 |
commit | e4dbbaf9e7652efaed0df3e0aab4464f5f228573 (patch) | |
tree | 4b195829dfd9415df333dce4be9674e50333127f /driver/aim-sound/sound.c | |
parent | dcc04c5efe2058a5796f45b7a99f1c53082dd2ca (diff) |
sound.c: Remove snd_pcm_lib_mmap_vmallocneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.1icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.29.99.49.99.39.99.29.99.18.99.58.99.48.99.38.99.213.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0
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
Diffstat (limited to 'driver/aim-sound/sound.c')
-rw-r--r-- | driver/aim-sound/sound.c | 1 |
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, |