diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-10-28 12:26:48 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-10-28 12:37:29 +0100 |
commit | 78dd5e21b075053e67194ea8f496439bebc52728 (patch) | |
tree | 8bf5d26f13b6189a5bbc6b9bca10bc4bb3074b4a /sound/hda/hdac_stream.c | |
parent | ALSA: Constify ratden/ratnum constraints (diff) | |
download | linux-78dd5e21b075053e67194ea8f496439bebc52728.tar.xz linux-78dd5e21b075053e67194ea8f496439bebc52728.zip |
ALSA: hda - Add / fix kernel doc comments
Give some readable comment in kernel doc style for each exported
function, as I promised in the previous meetings. While we're at it,
fix the wrong comments, too.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda/hdac_stream.c')
-rw-r--r-- | sound/hda/hdac_stream.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/hda/hdac_stream.c b/sound/hda/hdac_stream.c index 8981159813ef..38990a77d7b7 100644 --- a/sound/hda/hdac_stream.c +++ b/sound/hda/hdac_stream.c @@ -426,7 +426,8 @@ int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev) } EXPORT_SYMBOL_GPL(snd_hdac_stream_setup_periods); -/* snd_hdac_stream_set_params - set stream parameters +/** + * snd_hdac_stream_set_params - set stream parameters * @azx_dev: HD-audio core stream for which parameters are to be set * @format_val: format value parameter * |