From: Takashi Iwai <tiwai@suse.de>
To: Christian Labisch <clnetbox@gmail.com>
Cc: gregkh@linuxfoundation.org,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Takashi Iwai <tiwai@suse.com>,
amadeuszx.slawinski@linux.intel.com
Subject: Re: Haswell audio no longer working with new Catpt driver
Date: Fri, 01 Jan 2021 18:24:10 +0100 [thread overview]
Message-ID: <s5hwnwwa7ut.wl-tiwai@suse.de> (raw)
In-Reply-To: <d206434bed33930cb54b643f3d1968cf21973167.camel@gmail.com>
On Fri, 01 Jan 2021 14:40:39 +0100,
Christian Labisch wrote:
>
> $ cat /sys/module/snd_hda_intel/parameters/power_save
> 0
Hm, then the best would be to run git bisect for spotting out the
breaking commit. There has been no change in VIA codec driver at all
between v5.9 and v5.10, so the rest possibility is either in HD-audio
codec helper code or controller code (or both) -- if it's about the
changes in the sound driver.
Or you can try the oneliner below as a test shot; it might keep the
widget node power D0, which is currently the only possible appearance
of the difference between working and non-working cases.
BTW, please avoid top-posting. It's confusing.
thanks,
Takashi
-- 8< --
--- a/sound/pci/hda/patch_via.c
+++ b/sound/pci/hda/patch_via.c
@@ -115,7 +115,7 @@ static struct via_spec *via_new_spec(struct hda_codec *codec)
spec->gen.keep_eapd_on = 1;
spec->gen.pcm_playback_hook = via_playback_pcm_hook;
spec->gen.add_stereo_mix_input = HDA_HINT_STEREO_MIX_AUTO;
- codec->power_save_node = 1;
+ // codec->power_save_node = 1;
spec->gen.power_down_unused = 1;
codec->patch_ops = via_patch_ops;
return spec;
next prev parent reply other threads:[~2021-01-01 17:25 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-30 15:26 sound Christian Labisch
2020-12-30 15:36 ` sound Greg KH
2020-12-30 15:45 ` sound Christian Labisch
2020-12-30 18:10 ` sound Christian Labisch
2020-12-31 8:33 ` sound Greg Kroah-Hartman
2020-12-31 10:04 ` Haswell audio no longer working with new Catpt driver (was: sound) Lars-Peter Clausen
2020-12-31 10:04 ` Lars-Peter Clausen
2020-12-31 10:50 ` Christian Labisch
2020-12-31 10:50 ` Christian Labisch
2020-12-31 11:20 ` Haswell audio no longer working with new Catpt driver Amadeusz Sławiński
2020-12-31 11:20 ` Amadeusz Sławiński
2020-12-31 11:31 ` Christian Labisch
2020-12-31 11:31 ` Christian Labisch
[not found] ` <1ad341b1b0e0eefb83d157ac24d162eaad53ab32.camel@gmail.com>
2020-12-31 15:30 ` Lars-Peter Clausen
2021-01-01 11:10 ` Christian Labisch
2021-01-01 12:09 ` Takashi Iwai
2021-01-01 13:25 ` Christian Labisch
2021-01-01 13:29 ` Lars-Peter Clausen
2021-01-01 13:40 ` Christian Labisch
2021-01-01 17:24 ` Takashi Iwai [this message]
2021-01-02 11:50 ` Christian Labisch
2021-01-02 12:16 ` Greg KH
2020-12-31 11:10 ` Haswell audio no longer working with new Catpt driver (was: sound) Christian Labisch
2020-12-31 11:10 ` Christian Labisch
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=s5hwnwwa7ut.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=amadeuszx.slawinski@linux.intel.com \
--cc=clnetbox@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=lars@metafoo.de \
--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.