diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-03-04 10:56:13 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-03-04 12:12:59 +0100 |
commit | 1a6ab46fa9c2bc9399694b4856ab7ea19c036485 (patch) | |
tree | 6dc323543e0e65e15c9e1ed3d82874d0b82b5749 /include/sound/soc.h | |
parent | 9603cded0e2cef003a822985d84b5daff1c7232f (diff) |
ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml
This patch fix spelling typo found in alsa-driver-api.xml.
It is because this file is generated from comments in source files,
I have to fix source files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 0d1ade195628..cf0bb156d6da 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1469,7 +1469,7 @@ static inline struct snd_soc_codec *snd_soc_kcontrol_codec( } /** - * snd_soc_kcontrol_platform() - Returns the platform that registerd the control + * snd_soc_kcontrol_platform() - Returns the platform that registered the control * @kcontrol: The control for which to get the platform * * Note: This function will only work correctly if the control has been |