From: Kai Vehmanen Date: Wed, 15 Jul 2020 17:45:51 +0000 (+0300) Subject: ALSA: hda: fix snd_hda_codec_cleanup() documentation X-Git-Tag: v5.10.7~1331^2~24^2~103^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95ce82ac3c476688e3cf81ab04f9c5ac0a31e5ae;p=platform%2Fkernel%2Flinux-rpi.git ALSA: hda: fix snd_hda_codec_cleanup() documentation Fix a copy and paste error in snd_hda_codec_cleanup() documentation. Signed-off-by: Kai Vehmanen Reviewed-by: Pierre-Louis Bossart Reviewed-by: Ranjani Sridharan Reviewed-by: Takashi Iwai Link: https://lore.kernel.org/r/20200715174551.3730165-3-kai.vehmanen@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index b4331355..3576e2d 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -3179,7 +3179,7 @@ int snd_hda_codec_prepare(struct hda_codec *codec, EXPORT_SYMBOL_GPL(snd_hda_codec_prepare); /** - * snd_hda_codec_cleanup - Prepare a stream + * snd_hda_codec_cleanup - Clean up stream resources * @codec: the HDA codec * @hinfo: PCM information * @substream: PCM substream