diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-12-01 21:21:49 -0800 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-12-01 21:21:49 -0800 |
commit | d1c98e4754d4f13b01f2807a3b91eb6f7a4f58db (patch) | |
tree | cc7cda585885346af77911287507152de1a0949d | |
parent | ead42d87ffe4003851a9eac6385bccccb771ebb1 (diff) |
renamed parameter in doc
-rw-r--r-- | src/pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -570,7 +570,7 @@ int pcm_writei(struct pcm *pcm, const void *data, unsigned int frame_count) * This function is not valid for PCMs opened with the @ref PCM_MMAP flag. * @param pcm A PCM handle. * @param data The audio sample array - * @param count The number of frames occupied by the sample array. + * @param frame_count The number of frames occupied by the sample array. * @return On success, this function returns the number of frames written; otherwise, a negative number. * @ingroup libtinyalsa-pcm */ |