Message ID | 20241003072420.8932-1-tiwai@suse.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 3e8800273c4b473342e2dbffa83a87f651d811c7 |
Headers | show |
Series | ALSA: hda: Add missing parameter description for snd_hdac_stream_timecounter_init() | expand |
On 03. 10. 24 9:24, Takashi Iwai wrote: > 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/ > Signed-off-by: Takashi Iwai <tiwai@suse.de> Sorry for this overlook. Reviewed-by: Jaroslav Kysela <perex@perex.cz>
diff --git a/sound/hda/hdac_stream.c b/sound/hda/hdac_stream.c index 0411a8fe9d6f..2670792f43b4 100644 --- a/sound/hda/hdac_stream.c +++ b/sound/hda/hdac_stream.c @@ -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).
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/ Signed-off-by: Takashi Iwai <tiwai@suse.de> --- sound/hda/hdac_stream.c | 1 + 1 file changed, 1 insertion(+)