[PATCH v2 0/2] Fix Optimus when GPU has no sound

Maxim Mikityanskiy posted 2 patches 10 months, 1 week ago
sound/pci/hda/hda_intel.c | 44 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
[PATCH v2 0/2] Fix Optimus when GPU has no sound
Posted by Maxim Mikityanskiy 10 months, 1 week ago
See the commit descriptions.

As agreed in the previous discussion [1], this series adds the
non-functional NVIDIA HDA controller on Lenovo IdeaPad Z570 to the
denylist, and includes the runtime PM workaround from v1, which now
prints a warning to dmesg asking the user to add the device to the
denylist if it's affected and not already there.

[1]: https://lore.kernel.org/linux-sound/877catiffo.wl-tiwai@suse.de/

Maxim Mikityanskiy (2):
  ALSA: hda: intel: Fix Optimus when GPU has no sound
  ALSA: hda: intel: Add Lenovo IdeaPad Z570 to probe denylist

 sound/pci/hda/hda_intel.c | 44 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

-- 
2.43.0
Re: [PATCH v2 0/2] Fix Optimus when GPU has no sound
Posted by Takashi Iwai 10 months, 1 week ago
On Sat, 08 Feb 2025 22:46:00 +0100,
Maxim Mikityanskiy wrote:
> 
> See the commit descriptions.
> 
> As agreed in the previous discussion [1], this series adds the
> non-functional NVIDIA HDA controller on Lenovo IdeaPad Z570 to the
> denylist, and includes the runtime PM workaround from v1, which now
> prints a warning to dmesg asking the user to add the device to the
> denylist if it's affected and not already there.
> 
> [1]: https://lore.kernel.org/linux-sound/877catiffo.wl-tiwai@suse.de/
> 
> Maxim Mikityanskiy (2):
>   ALSA: hda: intel: Fix Optimus when GPU has no sound
>   ALSA: hda: intel: Add Lenovo IdeaPad Z570 to probe denylist

Applied both patches to for-next branch now.


thanks,

Takashi