Message ID | 20240430013138.41786-1-aaron.ma@canonical.com |
---|---|
Headers | show |
Series | Add support of TAS2781 amp of audio | expand |
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(+) >
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>
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!