projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
790b407
)
ASoC: intel: fix the kernldoc comment
author
Vinod Koul
<vinod.koul@intel.com>
Mon, 20 Oct 2014 15:24:32 +0000
(20:54 +0530)
committer
Mark Brown
<broonie@kernel.org>
Tue, 21 Oct 2014 22:58:59 +0000
(23:58 +0100)
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>
sound/soc/intel/sst/sst_drv_interface.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/sst/sst_drv_interface.c
b/sound/soc/intel/sst/sst_drv_interface.c
index 3a5e92096b820c2d5171759fee72ade11d286155..183b1eb95c0e76eecba128c581f0aa7e448d48fa 100644
(file)
--- 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)
}
/*
- * sst_get_
sfreq - this function returns the frequency of
the stream
+ * sst_get_
num_channel - get number of channels for
the stream
*
* @str_param : stream params
*/