mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-07 13:30:07 -05:00
add support for GCC's LTO
This commit is contained in:
parent
0bfad420ef
commit
5366bdb4fb
7 changed files with 101 additions and 91 deletions
|
|
@ -2510,7 +2510,7 @@ const char *snd_ctl_elem_info_get_item_name(const snd_ctl_elem_info_t *obj)
|
|||
* #snd_ctl_elem_info_get_dimensions is deprecated without any replacement.
|
||||
*/
|
||||
#ifndef DOXYGEN
|
||||
int INTERNAL(snd_ctl_elem_info_get_dimensions)(const snd_ctl_elem_info_t *obj)
|
||||
EXPORT_SYMBOL int INTERNAL(snd_ctl_elem_info_get_dimensions)(const snd_ctl_elem_info_t *obj)
|
||||
#else
|
||||
int snd_ctl_elem_info_get_dimensions(const snd_ctl_elem_info_t *obj)
|
||||
#endif
|
||||
|
|
@ -2535,7 +2535,7 @@ use_default_symbol_version(__snd_ctl_elem_info_get_dimensions, snd_ctl_elem_info
|
|||
* #snd_ctl_elem_info_get_dimension is deprecated without any replacement.
|
||||
*/
|
||||
#ifndef DOXYGEN
|
||||
int INTERNAL(snd_ctl_elem_info_get_dimension)(const snd_ctl_elem_info_t *obj, unsigned int idx)
|
||||
EXPORT_SYMBOL int INTERNAL(snd_ctl_elem_info_get_dimension)(const snd_ctl_elem_info_t *obj, unsigned int idx)
|
||||
#else
|
||||
int snd_ctl_elem_info_get_dimension(const snd_ctl_elem_info_t *obj, unsigned int idx)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue