ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_page
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Nov 2019 15:18:50 +0000 (16:18 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Nov 2019 14:47:43 +0000 (15:47 +0100)
commit16ccca11088c1bdd9311a2c630b453541305c48a
tree5bd72668dbbfa59a012ad9d3cb785514b1e24579
parent30f2ce712d29325b0150243a9a2dd215c2ff60c8
ALSA: pci: 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

Link: https://lore.kernel.org/r/20191105151856.10785-19-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
12 files changed:
sound/pci/au88x0/au88x0_pcm.c
sound/pci/bt87x.c
sound/pci/ctxfi/ctpcm.c
sound/pci/echoaudio/echoaudio.c
sound/pci/emu10k1/emupcm.c
sound/pci/hda/hda_controller.c
sound/pci/lola/lola_pcm.c
sound/pci/riptide/riptide.c
sound/pci/rme9652/hdspm.c
sound/pci/trident/trident_main.c
sound/pci/via82xx.c
sound/pci/via82xx_modem.c