]> git.alsa-project.org Git - tinycompress.git/commit
tinycompress: cplay: 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:29 +0000 (13:55 +0530)
commit814152ca5280297bc52b2b207edbd09c50eee371
tree0cccfa7263e54b7535bcc9d11b43b0c63c0cbdd8
parent3f28e288be04bb176505ffc1b415cf9f19716424
tinycompress: cplay: make functions static

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

cplay.c:100:5: warning: symbol 'parse_mp3_header' was not declared. Should it be static?
cplay.c:129:5: warning: symbol 'check_codec_format_supported' was not declared. Should it be static?
../../include/tinycompress/tinymp3.h:66:11: warning: symbol 'mp3_sample_rates' was not declared. Should it be static?
../../include/tinycompress/tinymp3.h:72:11: warning: symbol 'mp3_bit_rates' was not declared. Should it be static?

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
include/tinycompress/tinymp3.h
src/utils/cplay.c