[ALSA] hda-codec - Fix a typo
[firefly-linux-kernel-4.4.55.git] / sound / pci / hda / hda_codec.h
index 40520e9d5a4b2b3ef3a2b36fbb6c0a47d4ba2243..56c26e7ccdf118618281b95f81578516437fa869 100644 (file)
@@ -233,7 +233,7 @@ enum {
  */
 
 /* Amp gain/mute */
-#define AC_AMP_MUTE                    (1<<8)
+#define AC_AMP_MUTE                    (1<<7)
 #define AC_AMP_GAIN                    (0x7f)
 #define AC_AMP_GET_INDEX               (0xf<<0)
 
@@ -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 */
 };