All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kai-Heng Feng <kai.heng.feng@canonical.com>
To: tiwai@suse.com
Cc: perex@perex.cz, hui.wang@canonical.com,
	kai.vehmanen@linux.intel.com, mwolf@adiumentum.com,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	Kai-Heng Feng <kai.heng.feng@canonical.com>
Subject: [PATCH v3 3/3] ALSA: hda: Reinstate runtime_allow() for all hda controllers
Date: Tue, 27 Oct 2020 21:00:38 +0800	[thread overview]
Message-ID: <20201027130038.16463-4-kai.heng.feng@canonical.com> (raw)
In-Reply-To: <20201027130038.16463-1-kai.heng.feng@canonical.com>

The broken jack detection should be fixed by commit a6e7d0a4bdb0 ("ALSA:
hda: fix jack detection with Realtek codecs when in D3"), let's try
enabling runtime PM by default again.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
---
v3:
 - No change.

v2:
 - No change.

 sound/pci/hda/hda_intel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index be83f1747c5f..d539f52009a1 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2362,6 +2362,7 @@ static int azx_probe_continue(struct azx *chip)
 
 	if (azx_has_pm_runtime(chip)) {
 		pm_runtime_use_autosuspend(&pci->dev);
+		pm_runtime_allow(&pci->dev);
 		pm_runtime_put_autosuspend(&pci->dev);
 	}
 
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Kai-Heng Feng <kai.heng.feng@canonical.com>
To: tiwai@suse.com
Cc: alsa-devel@alsa-project.org, mwolf@adiumentum.com,
	kai.vehmanen@linux.intel.com, linux-kernel@vger.kernel.org,
	hui.wang@canonical.com,
	Kai-Heng Feng <kai.heng.feng@canonical.com>
Subject: [PATCH v3 3/3] ALSA: hda: Reinstate runtime_allow() for all hda controllers
Date: Tue, 27 Oct 2020 21:00:38 +0800	[thread overview]
Message-ID: <20201027130038.16463-4-kai.heng.feng@canonical.com> (raw)
In-Reply-To: <20201027130038.16463-1-kai.heng.feng@canonical.com>

The broken jack detection should be fixed by commit a6e7d0a4bdb0 ("ALSA:
hda: fix jack detection with Realtek codecs when in D3"), let's try
enabling runtime PM by default again.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
---
v3:
 - No change.

v2:
 - No change.

 sound/pci/hda/hda_intel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index be83f1747c5f..d539f52009a1 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2362,6 +2362,7 @@ static int azx_probe_continue(struct azx *chip)
 
 	if (azx_has_pm_runtime(chip)) {
 		pm_runtime_use_autosuspend(&pci->dev);
+		pm_runtime_allow(&pci->dev);
 		pm_runtime_put_autosuspend(&pci->dev);
 	}
 
-- 
2.17.1


  parent reply	other threads:[~2020-10-27 13:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-27 13:00 [PATCH v3 0/3] HDA controller PM and codec PM cleanups Kai-Heng Feng
2020-10-27 13:00 ` Kai-Heng Feng
2020-10-27 13:00 ` [PATCH v3 1/3] ALSA: hda: Refactor codec PM to use direct-complete optimization Kai-Heng Feng
2020-10-27 13:00   ` Kai-Heng Feng
2020-10-27 13:00 ` [PATCH v3 2/3] ALSA: hda: Separate runtime and system suspend Kai-Heng Feng
2020-10-27 13:00   ` Kai-Heng Feng
2020-10-27 13:00 ` Kai-Heng Feng [this message]
2020-10-27 13:00   ` [PATCH v3 3/3] ALSA: hda: Reinstate runtime_allow() for all hda controllers Kai-Heng Feng
2020-10-28 19:38 ` [PATCH v3 0/3] HDA controller PM and codec PM cleanups Takashi Iwai
2020-10-28 19:38   ` Takashi Iwai

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=20201027130038.16463-4-kai.heng.feng@canonical.com \
    --to=kai.heng.feng@canonical.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=hui.wang@canonical.com \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mwolf@adiumentum.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.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.