From: Vinod Koul Date: Sat, 4 Jan 2014 11:29:12 +0000 (+0530) Subject: ALSA: compress: update comment for sample rate in snd_codec X-Git-Tag: next-20140106~51^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d9afee6904caa7cf3c7f417f02e765db89d2b5dc;p=karo-tx-linux.git ALSA: compress: update comment for sample rate in snd_codec Signed-off-by: Vinod Koul Signed-off-by: Takashi Iwai --- diff --git a/include/uapi/sound/compress_params.h b/include/uapi/sound/compress_params.h index 1114e380aecd..8c23aebc82a5 100644 --- a/include/uapi/sound/compress_params.h +++ b/include/uapi/sound/compress_params.h @@ -364,7 +364,8 @@ struct snd_codec_desc { * @ch_out: Number of output channels. In case of contradiction between * this field and the channelMode field, the channelMode field * overrides. - * @sample_rate: Audio sample rate of input data + * @sample_rate: Audio sample rate of input data in Hz, use values like 48000 + * for this. * @bit_rate: Bitrate of encoded data. May be ignored by decoders * @rate_control: Encoding rate control. See SND_RATECONTROLMODE defines. * Encoders may rely on profiles for quality levels.