summaryrefslogtreecommitdiff
path: root/aserver/aserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'aserver/aserver.c')
-rw-r--r--aserver/aserver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/aserver/aserver.c b/aserver/aserver.c
index d9c8abbf..d6dd0c3f 100644
--- a/aserver/aserver.c
+++ b/aserver/aserver.c
@@ -460,9 +460,6 @@ int pcm_shm_cmd(client_t *client)
ctrl->result = snd_pcm_mmap_forward(pcm, ctrl->u.mmap_forward.frames);
ctrl->appl_ptr = *pcm->appl_ptr;
break;
- case SND_PCM_IOCTL_SET_AVAIL_MIN:
- ctrl->result = snd_pcm_set_avail_min(pcm, ctrl->u.set_avail_min.frames);
- break;
case SND_PCM_IOCTL_POLL_DESCRIPTOR:
ctrl->result = 0;
return shm_ack_fd(client, snd_pcm_poll_descriptor(pcm));