diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-11-23 13:18:34 -0800 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-11-23 13:18:34 -0800 |
commit | da1bc31c9c06dee3f14d9d4adac40b06be3cbc16 (patch) | |
tree | 0786fb4a6e686526236262769b46d6ec92718269 /include | |
parent | 17a102424ca63786c86ac7badd058521a2edca54 (diff) |
fixed function reference in doc
Diffstat (limited to 'include')
-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 56cae09..3d9dfaa 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -121,7 +121,7 @@ extern "C" { * Following the underscore, specifiers whether the sample is big endian or little endian. * The letters 'LE' mean little endian. * The letters 'BE' mean big endian. - * This enumeration is used in the @ref config structure. + * This enumeration is used in the @ref pcm_config structure. * @ingroup libtinyalsa-pcm */ enum pcm_format { |