aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/control.h
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-03-04 10:56:13 +0900
committerTakashi Iwai <tiwai@suse.de>2015-03-04 12:12:59 +0100
commit1a6ab46fa9c2bc9399694b4856ab7ea19c036485 (patch)
tree6dc323543e0e65e15c9e1ed3d82874d0b82b5749 /include/sound/control.h
parentALSA: cmipci: remove a stray space character (diff)
downloadlinux-dev-1a6ab46fa9c2bc9399694b4856ab7ea19c036485.tar.xz
linux-dev-1a6ab46fa9c2bc9399694b4856ab7ea19c036485.zip
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/control.h')
-rw-r--r--include/sound/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/control.h b/include/sound/control.h
index 75f3054023f7..95aad6d3fd1a 100644
--- a/include/sound/control.h
+++ b/include/sound/control.h
@@ -227,7 +227,7 @@ snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave)
* Add a virtual slave control to the given master.
* Unlike snd_ctl_add_slave(), the element added via this function
* is supposed to have volatile values, and get callback is called
- * at each time quried from the master.
+ * at each time queried from the master.
*
* When the control peeks the hardware values directly and the value
* can be changed by other means than the put callback of the element,