summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2016-07-15 09:23:17 +0900
committerTakashi Iwai <tiwai@suse.de>2016-07-15 08:16:33 +0200
commit748912f350f659361cadd9f02c5663f7f8945710 (patch)
tree9094693f8df13001ae108d8202cf4faebe364a2e /ChangeLog
parent2011f04e090abd552c6a1e6e909c80f770be59bc (diff)
downloadalsa-lib-748912f350f659361cadd9f02c5663f7f8945710.tar.gz
mixer: remove alloca() from elem_write_switch()
Both of alloca() and automatic variables keep storages on stack, while the former generates more instructions than the latter. It's better to use the latter if the size of storage is computable at pre-compile or compile time; i.e. just for structures. This commit obsolete usages of alloca() with automatic variables. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions