mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Renamed status field in state
This commit is contained in:
parent
c323849bac
commit
0888689aec
4 changed files with 25 additions and 25 deletions
|
|
@ -210,7 +210,7 @@ int snd_pcm_stream_state(snd_pcm_t *pcm, int stream)
|
|||
str = &pcm->stream[stream];
|
||||
assert(str->open);
|
||||
if (str->mmap_control)
|
||||
return str->mmap_control->status;
|
||||
return str->mmap_control->state;
|
||||
return pcm->ops->stream_state(pcm, stream);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue