aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/hdac_stream.c
diff options
context:
space:
mode:
authorKeyon Jie <yang.jie@linux.intel.com>2020-01-13 14:56:38 -0600
committerTakashi Iwai <tiwai@suse.de>2020-01-14 07:40:37 +0100
commit6e57188f20ecf33185b671cff1af305d8f3bb2fe (patch)
tree4ac5093735940a3d49e8bcf036ffa991919d8d14 /sound/hda/hdac_stream.c
parentALSA: hda: Manage concurrent reg access more properly (diff)
downloadlinux-dev-6e57188f20ecf33185b671cff1af305d8f3bb2fe.tar.xz
linux-dev-6e57188f20ecf33185b671cff1af305d8f3bb2fe.zip
ALSA: hda: Update kernel-doc function parameter descriptions
Make W=1 throws a lot of warnings, with multiple misalignments between function params and their descriptions. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200113205638.27338-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/hda/hdac_stream.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/hda/hdac_stream.c b/sound/hda/hdac_stream.c
index 682ed39f79b0..d01e69139164 100644
--- a/sound/hda/hdac_stream.c
+++ b/sound/hda/hdac_stream.c
@@ -590,7 +590,9 @@ EXPORT_SYMBOL_GPL(snd_hdac_stream_timecounter_init);
/**
* snd_hdac_stream_sync_trigger - turn on/off stream sync register
* @azx_dev: HD-audio core stream (master stream)
+ * @set: true = set, false = clear
* @streams: bit flags of streams to sync
+ * @reg: the stream sync register address
*/
void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
unsigned int streams, unsigned int reg)