]> git.alsa-project.org Git - tinycompress.git/commit
cplay: make get_codec_iec return void
authorVinod Koul <vinod.koul@intel.com>
Fri, 2 Feb 2018 17:34:46 +0000 (23:04 +0530)
committerVinod Koul <vinod.koul@intel.com>
Fri, 2 Feb 2018 17:34:46 +0000 (23:04 +0530)
commit01b99645e8909f40eee0d3ba3ea00416758fcae2
tree6ef464ec79dd84e4673c5feb9b52c90c349a63ab
parent2cedece41a668e17204d55f5de5ddbd30ba66ce9
cplay: make get_codec_iec return void

get_codec_iec() doesn't return anything, so make return type as void

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