diff options
author | Keyon Jie <yang.jie@linux.intel.com> | 2020-01-13 14:56:38 -0600 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-01-14 07:40:37 +0100 |
commit | 6e57188f20ecf33185b671cff1af305d8f3bb2fe (patch) | |
tree | 4ac5093735940a3d49e8bcf036ffa991919d8d14 /sound/hda/hdac_stream.c | |
parent | 1a462be52f4505a2719631fb5aa7bfdbd37bfd8d (diff) | |
download | linux-6e57188f20ecf33185b671cff1af305d8f3bb2fe.tar.gz linux-6e57188f20ecf33185b671cff1af305d8f3bb2fe.tar.bz2 linux-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 'sound/hda/hdac_stream.c')
-rw-r--r-- | sound/hda/hdac_stream.c | 2 |
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) |