]> git.tuebingen.mpg.de Git - paraslash.git/commit
alsa: Avoid alloca().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 2 Jan 2015 20:10:56 +0000 (20:10 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 4 Apr 2015 17:51:23 +0000 (17:51 +0000)
commitb0809d42d151925c4cff666379ae27eeaf7e554c
tree7861fefafcb7aca880bc7b403b6c70cad5608d59
parent38de4128737b8d86c637d5d0edc7cffd74666bdc
alsa: Avoid alloca().

It is not in POSIX.1-2001, and its use is discouraged. Fortunately,
the alsa library provides also variants which call ordinary malloc(),
so use these instead.
alsa_mix.c
alsa_write.c