[alsa-devel] [PATCH] hda: Distortion fix for dell_m6_core_init
Matthew Ranostay
mranostay at embeddedalley.com
Sun Aug 31 20:53:38 CEST 2008
Added the EQ distortion fix to the dell_m6_core_init.
---
Signed-off-by: Matthew Ranostay <mranostay at embeddedalley.com>
diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c
index 6ad6ef3..9968ee4 100644
--- a/pci/hda/patch_sigmatel.c
+++ b/pci/hda/patch_sigmatel.c
@@ -606,8 +606,9 @@ static struct hda_verb dell_eq_core_init[] = {
};
static struct hda_verb dell_m6_core_init[] = {
- /* set master volume and direct control */
- { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
+ /* set master volume to max value without distortion
+ * and direct control */
+ { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
/* setup audio connections */
{ 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
{ 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
More information about the Alsa-devel
mailing list