]> git.dujemihanovic.xyz Git - linux.git/commit
ALSA: hda: Add missing parameter description for snd_hdac_stream_timecounter_init()
authorTakashi Iwai <tiwai@suse.de>
Thu, 3 Oct 2024 07:24:18 +0000 (09:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 3 Oct 2024 07:24:45 +0000 (09:24 +0200)
commit3e8800273c4b473342e2dbffa83a87f651d811c7
tree723054684b8d29ea11fa52daad91abfff7122ce0
parent6b0bde5d8d4078ca5feec72fd2d828f0e5cf115d
ALSA: hda: Add missing parameter description for snd_hdac_stream_timecounter_init()

Add the missing description for the new parameter "start" of
snd_hdac_stream_timecounter_init() in the previous patch.

Fixes: df5215618fbe ("ALSA: hda: fix trigger_tstamp_latched")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202410031300.ecLmATNd-lkp@intel.com/
Link: https://patch.msgid.link/20241003072420.8932-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_stream.c