diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-10-29 15:06:01 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-10-29 15:06:54 +0100 |
commit | a11e9b168646cfc5d3b8d605d430d7e4ff267d72 (patch) | |
tree | bbed7c9e517862dbd6821970f53f0c3e214751b7 /sound/pci/hda/hda_eld.c | |
parent | ALSA: doc: Include uapi/sound/compress_*.h, too (diff) | |
download | linux-a11e9b168646cfc5d3b8d605d430d7e4ff267d72.tar.xz linux-a11e9b168646cfc5d3b8d605d430d7e4ff267d72.zip |
ALSA: hda - Correct kerneldoc comments
Complete the missing parameters and fix anything wrong there.
Just comment changes.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_eld.c')
-rw-r--r-- | sound/pci/hda/hda_eld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_eld.c b/sound/pci/hda/hda_eld.c index e1cd34d9011d..0e6d7534f491 100644 --- a/sound/pci/hda/hda_eld.c +++ b/sound/pci/hda/hda_eld.c @@ -371,7 +371,7 @@ error: return ret; } -/** +/* * SNDRV_PCM_RATE_* and AC_PAR_PCM values don't match, print correct rates with * hdmi-specific routine. */ |