aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_eld.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-10-29 10:06:01 -0400
committerTakashi Iwai <tiwai@suse.de>2014-10-29 10:06:54 -0400
commita11e9b168646cfc5d3b8d605d430d7e4ff267d72 (patch)
treebbed7c9e517862dbd6821970f53f0c3e214751b7 /sound/pci/hda/hda_eld.c
parent00dad6cfd25b75cc9cc24b8abfc263177e581ae2 (diff)
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.c2
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:
371 return ret; 371 return ret;
372} 372}
373 373
374/** 374/*
375 * SNDRV_PCM_RATE_* and AC_PAR_PCM values don't match, print correct rates with 375 * SNDRV_PCM_RATE_* and AC_PAR_PCM values don't match, print correct rates with
376 * hdmi-specific routine. 376 * hdmi-specific routine.
377 */ 377 */