mbox series

[SRU,N,0/1] Add support of TAS2781 amp of audio

Message ID 20240430013138.41786-1-aaron.ma@canonical.com
Headers show
Series Add support of TAS2781 amp of audio | expand

Message

Aaron Ma April 30, 2024, 1:31 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2064064

[Impact]
No output from the right speaker.

[Fix]
Add driver for TAS2781 and firmware to support the new hardware.

[Test]
Tested on hardware, the output of speakers works fine
on bootup and resume for 10 times.

[Where problems could occur]
It may break audio output.

It includes 7 commits from 6.8 kernel and 1 from 6.9-rc5 as a new
driver.
SRU for OEM-6.5 and Noble only.

Shenghao Ding (1):
  ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support
    ThinkPad ICE-1

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

Comments

Guoqing Jiang April 30, 2024, 2:24 a.m. UTC | #1
Acked-by: Guoqing Jiang <guoqing.jiang@canonical.com>

On 4/30/24 09:31, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2064064
>
> [Impact]
> No output from the right speaker.
>
> [Fix]
> Add driver for TAS2781 and firmware to support the new hardware.
>
> [Test]
> Tested on hardware, the output of speakers works fine
> on bootup and resume for 10 times.
>
> [Where problems could occur]
> It may break audio output.
>
> It includes 7 commits from 6.8 kernel and 1 from 6.9-rc5 as a new
> driver.
> SRU for OEM-6.5 and Noble only.
>
> Shenghao Ding (1):
>    ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support
>      ThinkPad ICE-1
>
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
>
Roxana Nicolescu May 24, 2024, 1:59 p.m. UTC | #2
On 30/04/2024 03:31, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2064064
>
> [Impact]
> No output from the right speaker.
>
> [Fix]
> Add driver for TAS2781 and firmware to support the new hardware.
>
> [Test]
> Tested on hardware, the output of speakers works fine
> on bootup and resume for 10 times.
>
> [Where problems could occur]
> It may break audio output.
>
> It includes 7 commits from 6.8 kernel and 1 from 6.9-rc5 as a new
> driver.
> SRU for OEM-6.5 and Noble only.
>
> Shenghao Ding (1):
>    ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support
>      ThinkPad ICE-1
>
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
>
Acked-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
Roxana Nicolescu May 27, 2024, 9:26 a.m. UTC | #3
On 30/04/2024 03:31, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2064064
>
> [Impact]
> No output from the right speaker.
>
> [Fix]
> Add driver for TAS2781 and firmware to support the new hardware.
>
> [Test]
> Tested on hardware, the output of speakers works fine
> on bootup and resume for 10 times.
>
> [Where problems could occur]
> It may break audio output.
>
> It includes 7 commits from 6.8 kernel and 1 from 6.9-rc5 as a new
> driver.
> SRU for OEM-6.5 and Noble only.
>
> Shenghao Ding (1):
>    ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support
>      ThinkPad ICE-1
>
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
>
Applied to noble:linux master-next branch. Thanks!