]> git.dujemihanovic.xyz Git - linux.git/commitdiff
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)
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

index 0411a8fe9d6f11167acb2f82926d207a8cdd42ac..2670792f43b41b65419cc26f235ca659f0f43de8 100644 (file)
@@ -657,6 +657,7 @@ static void azx_timecounter_init(struct hdac_stream *azx_dev,
  * snd_hdac_stream_timecounter_init - initialize time counter
  * @azx_dev: HD-audio core stream (master stream)
  * @streams: bit flags of streams to set up
+ * @start: true for PCM trigger start, false for other cases
  *
  * Initializes the time counter of streams marked by the bit flags (each
  * bit corresponds to the stream index).