diff options
author | Joe Perches <joe@perches.com> | 2007-12-18 07:13:47 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:41 -0500 |
commit | 561de31a23a8a5d23baeb8b2ce7c6102cb649616 (patch) | |
tree | 1a5ebe319ea7ca10e0068f2a8f97b3e3dfde2177 /sound/pci/hda/hda_codec.h | |
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/hda_codec.h')
-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 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 { | |||
418 | /* free the private data */ | 418 | /* free the private data */ |
419 | void (*private_free)(struct hda_bus *); | 419 | void (*private_free)(struct hda_bus *); |
420 | #ifdef CONFIG_SND_HDA_POWER_SAVE | 420 | #ifdef CONFIG_SND_HDA_POWER_SAVE |
421 | /* notify power-up/down from codec to contoller */ | 421 | /* notify power-up/down from codec to controller */ |
422 | void (*pm_notify)(struct hda_codec *codec); | 422 | void (*pm_notify)(struct hda_codec *codec); |
423 | #endif | 423 | #endif |
424 | }; | 424 | }; |