Fixed mmap and close

This commit is contained in:
Abramo Bagnara 2000-11-22 14:27:37 +00:00
parent 41bb7068f2
commit a42a452c1c
2 changed files with 17 additions and 13 deletions

View file

@ -2678,3 +2678,7 @@ int snd_pcm_hw_params_rulesv(snd_pcm_t *pcm,
return snd_pcm_hw_params_rules(pcm, params, count, rules);
}
size_t _snd_pcm_mmap_hw_ptr(snd_pcm_t *pcm)
{
return *pcm->hw_ptr;
}