Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -2
+2 -2
include/sound/hda_regmap.h
··· 67 67 * @reg: verb to write 68 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 72 static inline int 73 73 snd_hdac_regmap_write(struct hdac_device *codec, hda_nid_t nid, ··· 85 85 * @mask: bit mask to update 86 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 90 static inline int 91 91 snd_hdac_regmap_update(struct hdac_device *codec, hda_nid_t nid,