diff options
author | Pierre-Louis Bossart <[email protected]> | 2020-07-01 13:13:16 -0500 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-07-02 14:55:30 +0100 |
commit | 824186fbf73499adad545a3ae30b0a3feef4f05a (patch) | |
tree | c93926979e97c46e6961b4d448752b3729ac83ee | |
parent | 5502ce4ea214658c4ed80afc024a6fa6a6837023 (diff) |
ASoC: codecs: wm8986: fix missing kernel-doc arguments
Fix W=1 warning
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Acked-by: Charles Keepax <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/wm8996.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c index 0c176449ee2d..1d3b3f4e66b3 100644 --- a/sound/soc/codecs/wm8996.c +++ b/sound/soc/codecs/wm8996.c @@ -2224,6 +2224,9 @@ static void wm8996_free_gpio(struct wm8996_priv *wm8996) /** * wm8996_detect - Enable default WM8996 jack detection + * @component: ASoC component + * @jack: jack pointer + * @polarity_cb: polarity callback * * The WM8996 has advanced accessory detection support for headsets. * This function provides a default implementation which integrates |