Go to file
naoto cf4f08447d [snd_hda_codec_realtek] Fix amp and mute led
Sound start delay fixed
Speakers channels now correctly aligned
Mute led working
2024-01-25 02:22:20 +01:00
hp-wmi Initial commit 2024-01-25 02:22:16 +01:00
snd_hda_codec_realtek [snd_hda_codec_realtek] Fix amp and mute led 2024-01-25 02:22:20 +01:00
.gitignore Initial commit 2024-01-25 02:22:16 +01:00
README.md Initial commit 2024-01-25 02:22:16 +01:00

HP Omen 16 2022 (16-n0000) AMD modules

This repo contains linux kernel modules that fixes some issues with this model.

How to install

git clone https://git.rustylab.net/public/omen-modules.git
cd omen-modules/<module-name>
sudo dkms install .

<module-name> is one of the follows:

  • snd_hda_codec_realtek
  • hp-wmi

Special thanks to

  • Luis Bocanegra - for giving me a good starting point and guideance at the beginning.
  • asus-linux.org - for this post. It gave me basic info on codecs, coeffs, etc.
  • joshua stein - for his amazing post about VFIO, Intel HDA and his qemu patch which allowed me do log all neccesary data from drivers
  • Tomas Espeleta - for this patch. It was good example on how to write patches to realtek module
  • @Lùmi - for bringing my attention to speaker channels mapping problem and motivation to finish audio fix