diff options
author | Joe Perches <joe@perches.com> | 2007-12-18 13:13:47 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 17:29:41 +0100 |
commit | 561de31a23a8a5d23baeb8b2ce7c6102cb649616 (patch) | |
tree | 1a5ebe319ea7ca10e0068f2a8f97b3e3dfde2177 /sound/pci/hda | |
parent | f488d9fcc84692ca0060b4e16c1c61a8d514cea8 (diff) |
[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')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 851abfed4e9..2e242dbe084 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 }; |