diff options
-rw-r--r-- | include/tinyalsa/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tinyalsa/pcm.h b/include/tinyalsa/pcm.h index 69544a1..2bd6292 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -241,7 +241,7 @@ struct pcm *pcm_open_by_name(const char *name, const struct pcm_config *config); int pcm_close(struct pcm *pcm); - + int pcm_is_ready(const struct pcm *pcm); unsigned int pcm_get_channels(const struct pcm *pcm); |