|
@@ -691,6 +691,7 @@ static struct snd_pcm_ops snd_sgio2audio_playback1_ops = {
|
|
|
.trigger = snd_sgio2audio_pcm_trigger,
|
|
|
.pointer = snd_sgio2audio_pcm_pointer,
|
|
|
.page = snd_pcm_lib_get_vmalloc_page,
|
|
|
+ .mmap = snd_pcm_lib_mmap_vmalloc,
|
|
|
};
|
|
|
|
|
|
static struct snd_pcm_ops snd_sgio2audio_playback2_ops = {
|
|
@@ -703,6 +704,7 @@ static struct snd_pcm_ops snd_sgio2audio_playback2_ops = {
|
|
|
.trigger = snd_sgio2audio_pcm_trigger,
|
|
|
.pointer = snd_sgio2audio_pcm_pointer,
|
|
|
.page = snd_pcm_lib_get_vmalloc_page,
|
|
|
+ .mmap = snd_pcm_lib_mmap_vmalloc,
|
|
|
};
|
|
|
|
|
|
static struct snd_pcm_ops snd_sgio2audio_capture_ops = {
|
|
@@ -715,6 +717,7 @@ static struct snd_pcm_ops snd_sgio2audio_capture_ops = {
|
|
|
.trigger = snd_sgio2audio_pcm_trigger,
|
|
|
.pointer = snd_sgio2audio_pcm_pointer,
|
|
|
.page = snd_pcm_lib_get_vmalloc_page,
|
|
|
+ .mmap = snd_pcm_lib_mmap_vmalloc,
|
|
|
};
|
|
|
|
|
|
/*
|