diff options
author | Jaroslav Kysela <perex@suse.cz> | 2006-07-05 17:39:14 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 10:37:31 +0200 |
commit | 7f0e2f8bb851f5e0a2e0fef465b7b6f36c7aa7be (patch) | |
tree | 788d092f974bd98ea0b7d84a1362555672f7a81e /sound/pci/hda/hda_codec.h | |
parent | 8aa9b586e42099817163aba01d925c2660c4dbbe (diff) | |
download | linux-7f0e2f8bb851f5e0a2e0fef465b7b6f36c7aa7be.tar.gz linux-7f0e2f8bb851f5e0a2e0fef465b7b6f36c7aa7be.tar.bz2 linux-7f0e2f8bb851f5e0a2e0fef465b7b6f36c7aa7be.zip |
[ALSA] HDA codec - little code & comment cleanup
Signed-off-by: Jaroslav Kysela <perex@suse.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 40520e9d5a4b..c12bc4e8840f 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -479,7 +479,7 @@ struct hda_codec_ops { struct hda_amp_info { u32 key; /* hash key */ u32 amp_caps; /* amp capabilities */ - u16 vol[2]; /* current volume & mute*/ + u16 vol[2]; /* current volume & mute */ u16 status; /* update flag */ u16 next; /* next link */ }; |