mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-19 08:57:08 -05:00
- Fix bad spin_unlock_*
- Fix casts from 64 bit pointer to int
This commit is contained in:
parent
bec89c69ae
commit
4f85cf4d46
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ int snd_pcm_voices_mask(snd_pcm_t *pcm, int channel, bitset_t *client_vmask)
|
||||||
return pcm->ops->voices_mask(pcm, channel, client_vmask);
|
return pcm->ops->voices_mask(pcm, channel, client_vmask);
|
||||||
}
|
}
|
||||||
|
|
||||||
int snd_pcm_bytes_per_second(snd_pcm_t *pcm, int channel)
|
ssize_t snd_pcm_bytes_per_second(snd_pcm_t *pcm, int channel)
|
||||||
{
|
{
|
||||||
struct snd_pcm_chan *chan;
|
struct snd_pcm_chan *chan;
|
||||||
if (!pcm)
|
if (!pcm)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue