summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorJoe Perches2007-12-18 13:13:47 +0100
committerJaroslav Kysela2008-01-31 17:29:41 +0100
commit561de31a23a8a5d23baeb8b2ce7c6102cb649616 (patch)
tree1a5ebe319ea7ca10e0068f2a8f97b3e3dfde2177 /sound/pci/hda/hda_codec.h
parent[ALSA] at73c213: replace spinlock in mixer functions with a mutex (diff)
downloadkernel-qcow2-linux-561de31a23a8a5d23baeb8b2ce7c6102cb649616.tar.gz
kernel-qcow2-linux-561de31a23a8a5d23baeb8b2ce7c6102cb649616.tar.xz
kernel-qcow2-linux-561de31a23a8a5d23baeb8b2ce7c6102cb649616.zip
[ALSA] sound/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index 851abfed4e91..2e242dbe0844 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -418,7 +418,7 @@ struct hda_bus_ops {
/* free the private data */
void (*private_free)(struct hda_bus *);
#ifdef CONFIG_SND_HDA_POWER_SAVE
- /* notify power-up/down from codec to contoller */
+ /* notify power-up/down from codec to controller */
void (*pm_notify)(struct hda_codec *codec);
#endif
};