mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Changed some remaining size_t's
This commit is contained in:
parent
5d988e30e2
commit
b0da2bacea
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ int pcm_shm_cmd(client_t *client)
|
|||
ctrl->result = snd_pcm_state(pcm);
|
||||
break;
|
||||
case SND_PCM_IOCTL_DELAY:
|
||||
ctrl->result = snd_pcm_delay(pcm, (ssize_t *) &ctrl->u.delay.frames);
|
||||
ctrl->result = snd_pcm_delay(pcm, (snd_pcm_sframes_t *) &ctrl->u.delay.frames);
|
||||
break;
|
||||
case SND_PCM_IOCTL_AVAIL_UPDATE:
|
||||
ctrl->result = snd_pcm_avail_update(pcm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue