]> git.alsa-project.org Git - alsa-lib.git/commit
simple mixer: fix compilation with gcc 2.x
authorClemens Ladisch <clemens@ladisch.de>
Tue, 16 Aug 2005 15:30:19 +0000 (15:30 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Tue, 16 Aug 2005 15:30:19 +0000 (15:30 +0000)
commit8737d1843c192cd9c227466f8e10f4d64736adf0
tree7d353b85eb9ee1c988ceca7182de5cb2e17156fc
parentbac9a7de83f0136e2a06cc5686857898c8df7a85
simple mixer: fix compilation with gcc 2.x

Move a variable declaration to the top of the function for compatibility
with gcc 2.x.
src/mixer/simple_none.c