All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Maik Kittelmann <fkittelmann@formac.com>
To: alsa-devel@alsa-project.org
Subject: Strange Problem with snd-hda-intel
Date: Tue, 08 May 2012 10:41:04 +0200	[thread overview]
Message-ID: <4FA8DC20.3010603@formac.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]

We have some strange behavior in our audio application using the ALC 888 
hardware in ubuntu 10.10 with the hda-intel driver . Basically the main 
problem seems to be a buffer or memory management issue. Once a playback 
is stopped the very last sample is repeated forever, independently from 
sampling rate or sound file format. This sample leads to a constant DC 
voltage after the DA converters.

We already tried the following steps:

1.) we changed a line in hda_intel.c to reset the fifo

--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -1797,7 +1797,7 @@ static int azx_pcm_hw_free(struct snd_pcm_substream *substream)
  	/* reset BDL address */
  	azx_sd_writel(azx_dev, SD_BDLPL, 0);
  	azx_sd_writel(azx_dev, SD_BDLPU, 0);
-	azx_sd_writel(azx_dev, SD_CTL, 0);
+	azx_stream_reset(chip, azx_dev);
  	azx_dev->bufsize = 0;
  	azx_dev->period_bytes = 0;
  	azx_dev->format_val = 0;


2.) we set 2 parameters in the .config file before kernel compiling

CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0

Both solutions didn´t work for us - still same problem. Has anyone 
another idea how to solve this?

Would be great if we could fix this.

Frank


[-- Attachment #2: ALC888 Problem.pdf --]
[-- Type: application/pdf, Size: 1400610 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



             reply	other threads:[~2012-05-08  8:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-08  8:41 Frank Maik Kittelmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-08 10:52 Strange Problem with snd-hda-intel Frank Maik Kittelmann
2012-05-08 14:56 ` Clemens Ladisch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FA8DC20.3010603@formac.com \
    --to=fkittelmann@formac.com \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.