ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_page
[sfrench/cifs-2.6.git] / sound / pci / trident / trident_main.c
index 1a6f6202fd1681e5d797e08b56a1356d5e05dc4a..8ac6f541b008304a6dfa45377e69465d283bf0a3 100644 (file)
@@ -2076,7 +2076,6 @@ static const struct snd_pcm_ops snd_trident_nx_playback_ops = {
        .prepare =      snd_trident_playback_prepare,
        .trigger =      snd_trident_trigger,
        .pointer =      snd_trident_playback_pointer,
-       .page =         snd_pcm_sgbuf_ops_page,
 };
 
 static const struct snd_pcm_ops snd_trident_capture_ops = {
@@ -2121,7 +2120,6 @@ static const struct snd_pcm_ops snd_trident_nx_foldback_ops = {
        .prepare =      snd_trident_foldback_prepare,
        .trigger =      snd_trident_trigger,
        .pointer =      snd_trident_playback_pointer,
-       .page =         snd_pcm_sgbuf_ops_page,
 };
 
 static const struct snd_pcm_ops snd_trident_spdif_ops = {