1
0
Fork 0

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>
hifive-unleashed-5.1
Vinod Koul 2014-10-20 20:54:32 +05:30 committed by Mark Brown
parent 790b4075b3
commit dee2ce696e
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/