commit | 87e613ea9ed30f4217fd11aa2ad28a9fb4f1c54a | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sun Jun 16 11:19:31 2013 +0200 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Fri Jun 21 22:52:50 2013 +0400 |
tree | 5c93a1999d2a2742ff47cb6c188fd8992e9074ff | |
parent | 48f0475f813dfa5ceb0e1f10c2ac3f28a8af583b [diff] |
audio: Replace static functions in header file by macros, remove GCC_ATTR Using macros instead of static functions for dolog and for ldebug simplifies the code and can also reduce the total code size. GCC_ATTR was only used in audio_int.h, so it is now unused and the definition can be removed from compiler.h. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>