diff options
Diffstat (limited to 'sound/soc/codecs/rt5514-spi.c')
| -rw-r--r-- | sound/soc/codecs/rt5514-spi.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c index 18686ffb0cd5..6478d10c4f4a 100644 --- a/sound/soc/codecs/rt5514-spi.c +++ b/sound/soc/codecs/rt5514-spi.c @@ -268,7 +268,6 @@ static const struct snd_pcm_ops rt5514_spi_pcm_ops = {  	.hw_params	= rt5514_spi_hw_params,  	.hw_free	= rt5514_spi_hw_free,  	.pointer	= rt5514_spi_pcm_pointer, -	.mmap		= snd_pcm_lib_mmap_vmalloc,  	.page		= snd_pcm_lib_get_vmalloc_page,  };  |