aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2020-01-13 15:14:04 -0600
committerTakashi Iwai <tiwai@suse.de>2020-01-14 07:47:44 +0100
commit4f5c26534d395bf68de38c3d4b6170ab28d49a05 (patch)
treefe329424e5536f97603384cadb9b37d9294506d9 /sound/pci/hda/hda_codec.c
parentALSA: hda: Update kernel-doc function parameter descriptions (diff)
downloadlinux-dev-4f5c26534d395bf68de38c3d4b6170ab28d49a05.tar.xz
linux-dev-4f5c26534d395bf68de38c3d4b6170ab28d49a05.zip
ALSA: hda: correct kernel-doc parameter descriptions
make W=1 throws warnings, provide missing documentation Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200113211405.28070-2-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r--sound/pci/hda/hda_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 83aa4c1015d2..5dc42f932739 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -891,6 +891,7 @@ static int snd_hda_codec_device_init(struct hda_bus *bus, struct snd_card *card,
/**
* snd_hda_codec_new - create a HDA codec
* @bus: the bus to assign
+ * @card: card for this codec
* @codec_addr: the codec address
* @codecp: the pointer to store the generated codec
*