All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Enrico Mioso <mrkiko.rs@gmail.com>
Cc: hui.wang@canonical.com, alsa-devel@alsa-project.org, kailang@realtek.com
Subject: Re: Intel HDA audio on EEE PC 1101HGo
Date: Tue, 10 Jan 2017 11:52:22 +0100	[thread overview]
Message-ID: <s5hlgujyyop.wl-tiwai@suse.de> (raw)
In-Reply-To: <alpine.LNX.2.20.1701031449090.1620@localhost.localdomain>

On Tue, 03 Jan 2017 14:49:40 +0100,
Enrico Mioso wrote:
> 
> hello Tahaski,
> hello everyone reading this message.
> 
> Thank you for the patience you had with me. Now I finally came to set up this system for crash analysis, compiling the kernel with debug informations and frame pointers and so on. I set up kdump also. Unfortunately, I can get no useful output.
> The last things the system wrote before dying have been reconstructed. I noted down decimal values with the help of my mum. She wrote them down on a piece of paper.
> I am hitting the following messages:
> azx_get_response timeout, switching to polling mode: last cmd=0x014ba000
> azx_get_response timeout, switching to single_cmd mode: last cmd=0x014ba000

It's reading the output amp on NID 0x14, the speaker pin.  It's weird
that such a verb triggers the problem.  Usually the unexpected
behavior is triggered at the widget power up/down.

If the switching to single cmd mode causes an issue, you can disable
by the patch like below.  This may lead to the continuous errors,
though.


Takashi

---
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c
index 500878556578..43bf151d8712 100644
--- a/sound/pci/hda/hda_controller.c
+++ b/sound/pci/hda/hda_controller.c
@@ -861,6 +861,7 @@ static int azx_rirb_get_response(struct hdac_bus *bus, unsigned int addr,
 		return -EIO;
 	}
 
+#if 0
 	/* a fatal communication error; need either to reset or to fallback
 	 * to the single_cmd mode
 	 */
@@ -875,6 +876,7 @@ static int azx_rirb_get_response(struct hdac_bus *bus, unsigned int addr,
 	chip->single_cmd = 1;
 	hbus->response_reset = 0;
 	snd_hdac_bus_stop_cmd_io(bus);
+#endif
 	return -EIO;
 }
 

  reply	other threads:[~2017-01-10 10:52 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 19:40 Intel HDA audio on EEE PC 1101HGo Enrico Mioso
2015-04-08 20:25 ` Enrico Mioso
2015-04-09 15:59 ` Takashi Iwai
2015-04-09 16:02   ` Enrico Mioso
2015-04-09 20:02   ` Enrico Mioso
2015-04-11  8:13   ` Enrico Mioso
2015-04-12  6:01     ` Takashi Iwai
2015-04-13 20:25       ` Enrico Mioso
2016-11-22 13:09       ` Enrico Mioso
2016-11-22 15:55         ` Mrkiko Rs
2016-11-22 16:41           ` Enrico Mioso
2016-11-23  8:19   ` Enrico Mioso
2016-12-01 10:12     ` Takashi Iwai
2016-12-01 13:50       ` Enrico Mioso
2016-12-01 13:57         ` Takashi Iwai
2016-12-02  9:20           ` Enrico Mioso
2017-01-03 13:49           ` Enrico Mioso
2017-01-10 10:52             ` Takashi Iwai [this message]
2017-01-10 13:32               ` Enrico Mioso
2017-01-10 13:34                 ` Enrico Mioso
2017-01-12 14:05               ` Enrico Mioso
2017-01-12 16:10               ` Enrico Mioso
2017-01-12 16:20                 ` Takashi Iwai
2017-01-12 18:11                   ` Enrico Mioso
2017-01-12 20:26                   ` Enrico Mioso
2017-01-13 19:42                   ` Enrico Mioso
2017-01-14  8:44                     ` Takashi Iwai
2017-01-14  9:20                       ` Enrico Mioso
2017-01-14  9:46                         ` Takashi Iwai
2017-01-14 22:43                           ` Enrico Mioso
2017-01-14 22:43                           ` Enrico Mioso
2017-01-15 13:14                           ` Enrico Mioso
2017-01-20 13:00                           ` Enrico Mioso

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=s5hlgujyyop.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=hui.wang@canonical.com \
    --cc=kailang@realtek.com \
    --cc=mrkiko.rs@gmail.com \
    /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.