[ALSA] HDA codec - little code & comment cleanup

Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
Jaroslav Kysela
2006-07-05 17:39:14 +02:00
parent 8aa9b586e4
commit 7f0e2f8bb8
2 changed files with 5 additions and 9 deletions

View File

@@ -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 */
};