From 9ea5748c6630c52a52d5d9bf9454d910964fb274 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Wed, 13 Jul 2016 09:29:19 +0900 Subject: [PATCH] ctl: add compatibility information for snd_ctl_elem_info_set_dimension() I forgot it when committing to the API. Fixes: 16812b70daeb('ctl: add an API to set dimension levels to element information') Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- src/control/control.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/control/control.c b/src/control/control.c index 9bb80219..a48ba9df 100644 --- a/src/control/control.c +++ b/src/control/control.c @@ -2515,6 +2515,9 @@ use_default_symbol_version(__snd_ctl_elem_info_get_dimension, snd_ctl_elem_info_ *
-EINVAL *
Invalid arguments are given as parameters. * + * + * \par Compatibility: + * This function is added in version 1.1.2. */ int snd_ctl_elem_info_set_dimension(snd_ctl_elem_info_t *info, const int dimension[4]) -- 2.11.0