ASoC: SOF: Drop superfluous snd_pcm_sgbuf_ops_page
authorTakashi Iwai <tiwai@suse.de>
Fri, 8 Nov 2019 09:46:38 +0000 (10:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 9 Nov 2019 17:02:53 +0000 (18:02 +0100)
commitb01aa131fae9da3c1898baff17176307c0e23e12
tree5b2f0a5ccab6bbe34a5126f8410887bfca91493a
parent6420c24a30006e2fdbc292f88d37db56ca28f6e8
ASoC: SOF: Drop superfluous snd_pcm_sgbuf_ops_page

snd_pcm_sgbuf_ops_page is no longer needed to be set explicitly to PCM
page ops since the recent change in the PCM core (*).  Leaving it NULL
should work as long as the preallocation has been done properly.

This patch drops the redundant lines.

(*) 7e8edae39fd1: ALSA: pcm: Handle special page mapping in the
                  default mmap handler

Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20191108094641.20086-6-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/sof/pcm.c