mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-18 21:34:26 -04:00
added const specifier in function, pcm_is_ready
This commit is contained in:
@@ -238,7 +238,7 @@ struct pcm *pcm_open(unsigned int card,
|
||||
|
||||
int pcm_close(struct pcm *pcm);
|
||||
|
||||
int pcm_is_ready(struct pcm *pcm);
|
||||
int pcm_is_ready(const struct pcm *pcm);
|
||||
|
||||
int pcm_get_file_descriptor(struct pcm *pcm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user