diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-09-28 06:19:08 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-09-28 06:19:08 -0400 |
commit | b7631a12e726597cffde1b29cc3bcf811981c1fb (patch) | |
tree | c4cd828cb7b37d80758047935423ae7a6523bc0d /include/sound/hda_regmap.h | |
parent | 010cf269a4e27252c029f10e1ccaa9ad4bd6a000 (diff) |
ALSA: hda - Fix typos in snd_hdac_regmap_*() documents
Fixes the wrong reference names to regmap amp functions.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/hda_regmap.h')
-rw-r--r-- | include/sound/hda_regmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/hda_regmap.h b/include/sound/hda_regmap.h index df705908480a..2767c55a641e 100644 --- a/include/sound/hda_regmap.h +++ b/include/sound/hda_regmap.h | |||
@@ -67,7 +67,7 @@ int snd_hdac_regmap_update_raw(struct hdac_device *codec, unsigned int reg, | |||
67 | * @reg: verb to write | 67 | * @reg: verb to write |
68 | * @val: value to write | 68 | * @val: value to write |
69 | * | 69 | * |
70 | * For writing an amp value, use snd_hda_regmap_amp_update(). | 70 | * For writing an amp value, use snd_hdac_regmap_update_amp(). |
71 | */ | 71 | */ |
72 | static inline int | 72 | static inline int |
73 | snd_hdac_regmap_write(struct hdac_device *codec, hda_nid_t nid, | 73 | snd_hdac_regmap_write(struct hdac_device *codec, hda_nid_t nid, |
@@ -85,7 +85,7 @@ snd_hdac_regmap_write(struct hdac_device *codec, hda_nid_t nid, | |||
85 | * @mask: bit mask to update | 85 | * @mask: bit mask to update |
86 | * @val: value to update | 86 | * @val: value to update |
87 | * | 87 | * |
88 | * For updating an amp value, use snd_hda_regmap_amp_update(). | 88 | * For updating an amp value, use snd_hdac_regmap_update_amp(). |
89 | */ | 89 | */ |
90 | static inline int | 90 | static inline int |
91 | snd_hdac_regmap_update(struct hdac_device *codec, hda_nid_t nid, | 91 | snd_hdac_regmap_update(struct hdac_device *codec, hda_nid_t nid, |