aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-10-20 11:24:32 -0400
committerMark Brown <broonie@kernel.org>2014-10-21 18:58:59 -0400
commitdee2ce696ea8b37a26eef9f2a3fcc64df7179d98 (patch)
treee32d1d1f8daaac2fe8832dcbed240e409476d3f9
parent790b4075b3a6845543d02ab29c81dc450e7b6794 (diff)
ASoC: intel: fix the kernldoc comment
copypaste error on function sst_get_num_channel caused the comment to be wrong, so fix it here Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/sst/sst_drv_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst/sst_drv_interface.c b/sound/soc/intel/sst/sst_drv_interface.c
index 3a5e92096b82..183b1eb95c0e 100644
--- a/sound/soc/intel/sst/sst_drv_interface.c
+++ b/sound/soc/intel/sst/sst_drv_interface.c
@@ -94,7 +94,7 @@ int sst_get_sfreq(struct snd_sst_params *str_param)
94} 94}
95 95
96/* 96/*
97 * sst_get_sfreq - this function returns the frequency of the stream 97 * sst_get_num_channel - get number of channels for the stream
98 * 98 *
99 * @str_param : stream params 99 * @str_param : stream params
100 */ 100 */