]> git.alsa-project.org Git - tinycompress.git/commit
tinycompress: crec: make functions static
authorVinod Koul <vinod.koul@intel.com>
Sat, 9 Jan 2016 08:12:46 +0000 (13:42 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 9 Jan 2016 08:25:52 +0000 (13:55 +0530)
commit5866ea0e6e793f2661a69d2584b28f20e210bf2c
tree050c7a992570955c5ff1a5dc31adbd7f806d6ade
parent3c7c90ae0097d0aafbe8cd2152553927061c70dc
tinycompress: crec: make functions static

Sparse rightly complains some functions should be static so make them static

crec.c:113:26: warning: symbol 'blank_wave_header' was not declared. Should it be static?
crec.c:239:6: warning: symbol 'capture_samples' was not declared. Should it be static?

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
src/utils/crec.c