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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 6b0bde5 commit 3e88002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)