Public bug reported:

Support for the cs35l41_hda_property table has been already been
backported to hwe-6.5-next:

commit eec052d5cff271d7bf6854f28c62c4a6650c379b (HEAD -> hwe-6.5-next,
tag: Ubuntu-hwe-6.5-6.5.0-27.28_22.04.1, origin/hwe-6.5-next)

Support for several devices has been merged to torvalds/linux v6.8 tag:
commit e8f897f4afef0031fe618a8e94127a0934896aba (HEAD, tag: v6.8)

It would be great if the following commits for
sound/pci/hda/cs35l41_hda_property.c could be cherry-picked for release
in the near future (listed newest to oldest):

b603d95692e47dc6f5f733e93c3841dc0c01e624
706c1fa1ab09f11a131fc4d699ce4c0224b1cb2d
be220d2e5544ff094142d263db5cf94d034b5e39
c16dfab33f99fc3ff43d48253bc2784ccb84c1de
8c14dbf36424eb751d70c15f9a671549390057b2
7d65d70161ef75a3991480c91668ac11acedf211
ba7053b4b4a4ddcf530fa2b897e697004715d086
d110858a6925827609d11db8513d76750483ec06
ee694e7db47e1af00ffb29f569904a9ed576868f
916d051730ae48aef8b588fd096fefca4bc0590a
ed7326a24a1a9af65fafefd86b505e7c3b968f6d
2b35b66d82dc4641ba60f7f3c36c0040eedb74e2
b257187bcff4bccc9e7a8f1b8a1a5526ff815af1
b592ed2e1d78a475f781802e441c499ab446975b
8c4c216db8fb84be9c4ca60d72b88882066cf28f
2e6f979037d5ae35c0ed38e2b63e9876eb7bc65f


I am running on KDE neon 6.0 release 22.04

Linux Scott-Laptop 6.5.0-26-generic #26~22.04.1-Ubuntu SMP
PREEMPT_DYNAMIC Tue Mar 12 10:22:43 UTC 2 x86_64 x86_64 x86_64 GNU/Linux


This works fine for me:

<code>

#!/bin/bash

git clone
cd jammy

git remote add upstream 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch upstream

git checkout hwe-6.5-next

commits="2e6f979037d5ae35c0ed38e2b63e9876eb7bc65f
8c4c216db8fb84be9c4ca60d72b88882066cf28f
b592ed2e1d78a475f781802e441c499ab446975b
b257187bcff4bccc9e7a8f1b8a1a5526ff815af1
2b35b66d82dc4641ba60f7f3c36c0040eedb74e2
ed7326a24a1a9af65fafefd86b505e7c3b968f6d
916d051730ae48aef8b588fd096fefca4bc0590a
ee694e7db47e1af00ffb29f569904a9ed576868f
d110858a6925827609d11db8513d76750483ec06
ba7053b4b4a4ddcf530fa2b897e697004715d086
7d65d70161ef75a3991480c91668ac11acedf211
8c14dbf36424eb751d70c15f9a671549390057b2
c16dfab33f99fc3ff43d48253bc2784ccb84c1de
be220d2e5544ff094142d263db5cf94d034b5e39
706c1fa1ab09f11a131fc4d699ce4c0224b1cb2d
b603d95692e47dc6f5f733e93c3841dc0c01e624"

for c in $commits; do
    echo $c
    git cherry-pick $c
done

cp /boot/config-$(uname -r) .config
make -j16

</code>

** Affects: linux-hwe-6.5 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058578

Title:
  Add support for several cs35l41 amplifier devices (laptop audio
  support)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.5/+bug/2058578/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to