On Fri, Feb 02, 2018 at 01:32:44PM +0900, Katsuhiro Suzuki wrote: > This patch adds a -I command line option to set the codec ID, > same as crecord. Applied all 3 patches with below nit fix, thanks diff --git a/src/utils/cplay.c b/src/utils/cplay.c index f15c72876fb0..98d71a2199da 100644 --- a/src/utils/cplay.c +++ b/src/utils/cplay.c @@ -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; -- ~Vinod _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel