ALSA: hda: Distortion fix for dell_m6_core_init

Added the EQ distortion fix to the dell_m6_core_init.

Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by Matthew Ranostay and committed by Takashi Iwai 20f5f95d df91bc23

+3 -2
+3 -2
sound/pci/hda/patch_sigmatel.c
··· 560 }; 561 562 static struct hda_verb dell_m6_core_init[] = { 563 - /* set master volume and direct control */ 564 - { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, 565 /* setup audio connections */ 566 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00}, 567 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
··· 560 }; 561 562 static struct hda_verb dell_m6_core_init[] = { 563 + /* set master volume to max value without distortion 564 + * and direct control */ 565 + { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec}, 566 /* setup audio connections */ 567 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00}, 568 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},