diff options
-rw-r--r-- | core.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -250,9 +250,8 @@ static struct snd_pcm *pcm_create(struct snd_avirt_stream *stream) PCM_OPS_SET(pcm_ops_ap, &pcm_ops, trigger); PCM_OPS_SET(pcm_ops_ap, &pcm_ops, pointer); PCM_OPS_SET(pcm_ops_ap, &pcm_ops, get_time_info); - PCM_OPS_SET(pcm_ops_ap, &pcm_ops, fill_silence); - PCM_OPS_SET(pcm_ops_ap, &pcm_ops, copy_user); - PCM_OPS_SET(pcm_ops_ap, &pcm_ops, copy_kernel); + PCM_OPS_SET(pcm_ops_ap, &pcm_ops, silence); + PCM_OPS_SET(pcm_ops_ap, &pcm_ops, copy); PCM_OPS_SET(pcm_ops_ap, &pcm_ops, mmap); PCM_OPS_SET(pcm_ops_ap, &pcm_ops, ack); |