diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-12-15 07:39:10 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-12-15 07:39:10 -0500 |
commit | c10b11f6cd1319ba1d8133cf416e61181650f368 (patch) | |
tree | 28fb305421db1ff7f392bd91307ffc0401ade5bf /sound/pci | |
parent | 99fcb3778b0ec12a8fa8b58435d75e9203bb430d (diff) |
ALSA: hda - Fix typos in snd_hda_get_int_hint() kerneldoc comments
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_sysfs.c b/sound/pci/hda/hda_sysfs.c index bef721592c3a..ccc962a1699f 100644 --- a/sound/pci/hda/hda_sysfs.c +++ b/sound/pci/hda/hda_sysfs.c | |||
@@ -468,7 +468,7 @@ int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) | |||
468 | EXPORT_SYMBOL_GPL(snd_hda_get_bool_hint); | 468 | EXPORT_SYMBOL_GPL(snd_hda_get_bool_hint); |
469 | 469 | ||
470 | /** | 470 | /** |
471 | * snd_hda_get_bool_hint - Get a boolean hint value | 471 | * snd_hda_get_int_hint - Get an integer hint value |
472 | * @codec: the HDA codec | 472 | * @codec: the HDA codec |
473 | * @key: the hint key string | 473 | * @key: the hint key string |
474 | * @valp: pointer to store a value | 474 | * @valp: pointer to store a value |