]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/pci/hda/hda_codec.h
[ALSA] sound/: Spelling fixes
[mv-sheeva.git] / sound / pci / hda / hda_codec.h
index 2bce925d84ef5b0412f67320d65f732bd06e5aa7..2e242dbe084465edd95b1fe3a14abe5eb8cdb04b 100644 (file)
@@ -135,6 +135,7 @@ enum {
 #define AC_PAR_PROC_CAP                        0x10
 #define AC_PAR_GPIO_CAP                        0x11
 #define AC_PAR_AMP_OUT_CAP             0x12
+#define AC_PAR_VOL_KNB_CAP             0x13
 
 /*
  * AC_VERB_PARAMETERS results (32bit)
@@ -233,7 +234,7 @@ enum {
 
 /* Volume knobs capabilities */
 #define AC_KNBCAP_NUM_STEPS            (0x7f<<0)
-#define AC_KNBCAP_DELTA                        (1<<8)
+#define AC_KNBCAP_DELTA                        (1<<7)
 
 /*
  * Control Parameters
@@ -417,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
 };