From da1bc31c9c06dee3f14d9d4adac40b06be3cbc16 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Wed, 23 Nov 2016 13:18:34 -0800 Subject: fixed function reference in doc --- include/tinyalsa/pcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 { -- cgit v1.2.3