]> git.alsa-project.org Git - tinycompress.git/commitdiff
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)
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

index f15c72876fb02b20bfd7cb5d030ea09ad0dc6a57..98d71a2199daec1250ee30c5ce39f961fc6add9f 100644 (file)
@@ -304,7 +304,7 @@ void get_codec_mp3(FILE *file, struct compr_config *config,
        codec->format = 0;
 }
 
-int get_codec_iec(FILE *file, struct compr_config *config,
+void get_codec_iec(FILE *file, struct compr_config *config,
                struct snd_codec *codec)
 {
        codec->id = SND_AUDIOCODEC_IEC61937;