Commit 4f5c2653 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Takashi Iwai

ALSA: hda: correct kernel-doc parameter descriptions

make W=1 throws warnings, provide missing documentation
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200113211405.28070-2-pierre-louis.bossart@linux.intel.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6e57188f
...@@ -891,6 +891,7 @@ static int snd_hda_codec_device_init(struct hda_bus *bus, struct snd_card *card, ...@@ -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 * snd_hda_codec_new - create a HDA codec
* @bus: the bus to assign * @bus: the bus to assign
* @card: card for this codec
* @codec_addr: the codec address * @codec_addr: the codec address
* @codecp: the pointer to store the generated codec * @codecp: the pointer to store the generated codec
* *
......
...@@ -4042,6 +4042,11 @@ static void call_ledtrig_micmute(struct hda_codec *codec) ...@@ -4042,6 +4042,11 @@ static void call_ledtrig_micmute(struct hda_codec *codec)
* *
* Note that this fixup has to be called after other fixup that sets * Note that this fixup has to be called after other fixup that sets
* cap_sync_hook. Otherwise the chaining wouldn't work. * cap_sync_hook. Otherwise the chaining wouldn't work.
*
* @codec: the HDA codec
* @fix: fixup pointer
* @action: only supports HDA_FIXUP_ACT_PROBE value
*
*/ */
void snd_hda_gen_fixup_micmute_led(struct hda_codec *codec, void snd_hda_gen_fixup_micmute_led(struct hda_codec *codec,
const struct hda_fixup *fix, int action) const struct hda_fixup *fix, int action)
......
...@@ -122,6 +122,7 @@ any_jack_tbl_get_from_nid(struct hda_codec *codec, hda_nid_t nid) ...@@ -122,6 +122,7 @@ any_jack_tbl_get_from_nid(struct hda_codec *codec, hda_nid_t nid)
* snd_hda_jack_tbl_new - create a jack-table entry for the given NID * snd_hda_jack_tbl_new - create a jack-table entry for the given NID
* @codec: the HDA codec * @codec: the HDA codec
* @nid: pin NID to assign * @nid: pin NID to assign
* @dev_id: pin device entry id
*/ */
static struct hda_jack_tbl * static struct hda_jack_tbl *
snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid, int dev_id) snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid, int dev_id)
...@@ -233,6 +234,7 @@ EXPORT_SYMBOL_GPL(snd_hda_jack_set_dirty_all); ...@@ -233,6 +234,7 @@ EXPORT_SYMBOL_GPL(snd_hda_jack_set_dirty_all);
* snd_hda_jack_pin_sense - execute pin sense measurement * snd_hda_jack_pin_sense - execute pin sense measurement
* @codec: the CODEC to sense * @codec: the CODEC to sense
* @nid: the pin NID to sense * @nid: the pin NID to sense
* @dev_id: pin device entry id
* *
* Execute necessary pin sense measurement and return its Presence Detect, * Execute necessary pin sense measurement and return its Presence Detect,
* Impedance, ELD Valid etc. status bits. * Impedance, ELD Valid etc. status bits.
......
...@@ -1923,6 +1923,7 @@ static int dspio_send_scp_message(struct hda_codec *codec, ...@@ -1923,6 +1923,7 @@ static int dspio_send_scp_message(struct hda_codec *codec,
* Prepare and send the SCP message to DSP * Prepare and send the SCP message to DSP
* @codec: the HDA codec * @codec: the HDA codec
* @mod_id: ID of the DSP module to send the command * @mod_id: ID of the DSP module to send the command
* @src_id: ID of the source
* @req: ID of request to send to the DSP module * @req: ID of request to send to the DSP module
* @dir: SET or GET * @dir: SET or GET
* @data: pointer to the data to send with the request, request specific * @data: pointer to the data to send with the request, request specific
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment