mbox series

[0/1,SRU,J/OEM-5.17] Add HDMI codec ID for Intel Raptor Lake

Message ID 20220914105702.1766360-1-chris.chiu@canonical.com
Headers show
Series Add HDMI codec ID for Intel Raptor Lake | expand

Message

Chris Chiu Sept. 14, 2022, 10:57 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1989578

[Impact]
The HDAudio is not functional on some RaptorLake machines. The audio codec is failed to be probed so no PCM stream available for audio functions.

[Fix]
Backport the patch from upstream which adds the support for the HDMI codec ID on RaptorLake.

[Test]
Power on the machine and check if the audio function's working with alsa utilities.

[Where problems could occur]
The change only applies to the new RaptorLake Intel HDA controller and HDMI codec.


Kai Vehmanen (1):
  ALSA: hda: Add PCI and HDMI IDs for Intel Raptor Lake

 sound/pci/hda/hda_intel.c  | 11 +++++++++++
 sound/pci/hda/patch_hdmi.c |  1 +
 2 files changed, 12 insertions(+)

Comments

Tim Gardner Sept. 16, 2022, 5:13 p.m. UTC | #1
On 9/14/22 04:57, Chris Chiu wrote:
> BugLink: https://bugs.launchpad.net/bugs/1989578
> 
> [Impact]
> The HDAudio is not functional on some RaptorLake machines. The audio codec is failed to be probed so no PCM stream available for audio functions.
> 
> [Fix]
> Backport the patch from upstream which adds the support for the HDMI codec ID on RaptorLake.
> 
> [Test]
> Power on the machine and check if the audio function's working with alsa utilities.
> 
> [Where problems could occur]
> The change only applies to the new RaptorLake Intel HDA controller and HDMI codec.
> 
> 
> Kai Vehmanen (1):
>    ALSA: hda: Add PCI and HDMI IDs for Intel Raptor Lake
> 
>   sound/pci/hda/hda_intel.c  | 11 +++++++++++
>   sound/pci/hda/patch_hdmi.c |  1 +
>   2 files changed, 12 insertions(+)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Timo Aaltonen Sept. 21, 2022, 6:59 a.m. UTC | #2
Chris Chiu kirjoitti 14.9.2022 klo 13.57:
> BugLink: https://bugs.launchpad.net/bugs/1989578
> 
> [Impact]
> The HDAudio is not functional on some RaptorLake machines. The audio codec is failed to be probed so no PCM stream available for audio functions.
> 
> [Fix]
> Backport the patch from upstream which adds the support for the HDMI codec ID on RaptorLake.
> 
> [Test]
> Power on the machine and check if the audio function's working with alsa utilities.
> 
> [Where problems could occur]
> The change only applies to the new RaptorLake Intel HDA controller and HDMI codec.
> 
> 
> Kai Vehmanen (1):
>    ALSA: hda: Add PCI and HDMI IDs for Intel Raptor Lake
> 
>   sound/pci/hda/hda_intel.c  | 11 +++++++++++
>   sound/pci/hda/patch_hdmi.c |  1 +
>   2 files changed, 12 insertions(+)
> 

applied to oem-5.17, thanks
Stefan Bader Oct. 5, 2022, 1:12 p.m. UTC | #3
On 14.09.22 12:57, Chris Chiu wrote:
> BugLink: https://bugs.launchpad.net/bugs/1989578
> 
> [Impact]
> The HDAudio is not functional on some RaptorLake machines. The audio codec is failed to be probed so no PCM stream available for audio functions.
> 
> [Fix]
> Backport the patch from upstream which adds the support for the HDMI codec ID on RaptorLake.
> 
> [Test]
> Power on the machine and check if the audio function's working with alsa utilities.
> 
> [Where problems could occur]
> The change only applies to the new RaptorLake Intel HDA controller and HDMI codec.
> 
> 
> Kai Vehmanen (1):
>    ALSA: hda: Add PCI and HDMI IDs for Intel Raptor Lake
> 
>   sound/pci/hda/hda_intel.c  | 11 +++++++++++
>   sound/pci/hda/patch_hdmi.c |  1 +
>   2 files changed, 12 insertions(+)
> 

Applied to jammy:linux/master-next. Thanks.

-Stefan