Skip to content

Commit 3e88002

Browse files
committed
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: df52156 ("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>
1 parent 6b0bde5 commit 3e88002

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/hda/hdac_stream.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ static void azx_timecounter_init(struct hdac_stream *azx_dev,
657657
* snd_hdac_stream_timecounter_init - initialize time counter
658658
* @azx_dev: HD-audio core stream (master stream)
659659
* @streams: bit flags of streams to set up
660+
* @start: true for PCM trigger start, false for other cases
660661
*
661662
* Initializes the time counter of streams marked by the bit flags (each
662663
* bit corresponds to the stream index).

0 commit comments

Comments
 (0)