mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
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 <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c4b690278e
commit
9ea5748c66
1 changed files with 3 additions and 0 deletions
|
|
@ -2515,6 +2515,9 @@ use_default_symbol_version(__snd_ctl_elem_info_get_dimension, snd_ctl_elem_info_
|
||||||
* <dt>-EINVAL
|
* <dt>-EINVAL
|
||||||
* <dd>Invalid arguments are given as parameters.
|
* <dd>Invalid arguments are given as parameters.
|
||||||
* </dl>
|
* </dl>
|
||||||
|
*
|
||||||
|
* \par Compatibility:
|
||||||
|
* This function is added in version 1.1.2.
|
||||||
*/
|
*/
|
||||||
int snd_ctl_elem_info_set_dimension(snd_ctl_elem_info_t *info,
|
int snd_ctl_elem_info_set_dimension(snd_ctl_elem_info_t *info,
|
||||||
const int dimension[4])
|
const int dimension[4])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue