diff options
-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 03315105c904..851abfed4e91 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -234,7 +234,7 @@ enum { | |||
234 | 234 | ||
235 | /* Volume knobs capabilities */ | 235 | /* Volume knobs capabilities */ |
236 | #define AC_KNBCAP_NUM_STEPS (0x7f<<0) | 236 | #define AC_KNBCAP_NUM_STEPS (0x7f<<0) |
237 | #define AC_KNBCAP_DELTA (1<<8) | 237 | #define AC_KNBCAP_DELTA (1<<7) |
238 | 238 | ||
239 | /* | 239 | /* |
240 | * Control Parameters | 240 | * Control Parameters |