All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda - fix cirrus dac/beep coefs setup
@ 2010-09-10  5:42 Jan Nikitenko
  0 siblings, 0 replies; only message in thread
From: Jan Nikitenko @ 2010-09-10  5:42 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Fix copy&paste bug in cirrus coefs setup, that caused bogus value
in DAC_CFG that should have gone to BEEP_CFG.
The problem could be noticed with 'Headphone' output getting audible
volume ramp in the beginning of sound playback.

Signed-off-by: Jan Nikitenko <jan.nikitenko@gmail.com>
---
 sound/pci/hda/patch_cirrus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c
index 350ee8a..7d5c074 100644
--- a/sound/pci/hda/patch_cirrus.c
+++ b/sound/pci/hda/patch_cirrus.c
@@ -966,7 +966,7 @@ static struct hda_verb cs_coef_init_verbs[] = {
 	  | 0x0400 /* Disable Coefficient Auto increment */
 	  )},
 	/* Beep */
-	{0x11, AC_VERB_SET_COEF_INDEX, IDX_DAC_CFG},
+	{0x11, AC_VERB_SET_COEF_INDEX, IDX_BEEP_CFG},
 	{0x11, AC_VERB_SET_PROC_COEF, 0x0007}, /* Enable Beep thru DAC1/2/3 */

 	{} /* terminator */
-- 
1.7.1.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-10  5:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-10  5:42 [PATCH] ALSA: hda - fix cirrus dac/beep coefs setup Jan Nikitenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.