aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-01-04 06:29:12 -0500
committerTakashi Iwai <tiwai@suse.de>2014-01-05 05:58:18 -0500
commitd9afee6904caa7cf3c7f417f02e765db89d2b5dc (patch)
tree8ed01a705361903ff4cb92d814e911adaa6a837d
parent2aac06f787940543fb37bfdb982eb99431bc6094 (diff)
ALSA: compress: update comment for sample rate in snd_codec
Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/uapi/sound/compress_params.h3
1 files changed, 2 insertions, 1 deletions
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 {
364 * @ch_out: Number of output channels. In case of contradiction between 364 * @ch_out: Number of output channels. In case of contradiction between
365 * this field and the channelMode field, the channelMode field 365 * this field and the channelMode field, the channelMode field
366 * overrides. 366 * overrides.
367 * @sample_rate: Audio sample rate of input data 367 * @sample_rate: Audio sample rate of input data in Hz, use values like 48000
368 * for this.
368 * @bit_rate: Bitrate of encoded data. May be ignored by decoders 369 * @bit_rate: Bitrate of encoded data. May be ignored by decoders
369 * @rate_control: Encoding rate control. See SND_RATECONTROLMODE defines. 370 * @rate_control: Encoding rate control. See SND_RATECONTROLMODE defines.
370 * Encoders may rely on profiles for quality levels. 371 * Encoders may rely on profiles for quality levels.