summaryrefslogtreecommitdiff
path: root/sound/hda/hdac_component.c
diff options
context:
space:
mode:
authorKeyon Jie <yang.jie@linux.intel.com>2020-01-13 23:56:38 +0300
committerTakashi Iwai <tiwai@suse.de>2020-01-14 09:40:37 +0300
commit6e57188f20ecf33185b671cff1af305d8f3bb2fe (patch)
tree4ac5093735940a3d49e8bcf036ffa991919d8d14 /sound/hda/hdac_component.c
parent1a462be52f4505a2719631fb5aa7bfdbd37bfd8d (diff)
downloadlinux-6e57188f20ecf33185b671cff1af305d8f3bb2fe.tar.xz
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_component.c')
-rw-r--r--sound/hda/hdac_component.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/hda/hdac_component.c b/sound/hda/hdac_component.c
index dfe7e755f594..89126c6fd216 100644
--- a/sound/hda/hdac_component.c
+++ b/sound/hda/hdac_component.c
@@ -262,6 +262,7 @@ EXPORT_SYMBOL_GPL(snd_hdac_acomp_register_notifier);
/**
* snd_hdac_acomp_init - Initialize audio component
* @bus: HDA core bus
+ * @aops: audio component ops
* @match_master: match function for finding components
* @extra_size: Extra bytes to allocate
*