Compare commits

...

No commits in common. "5e6cb358890d98d8700092994b52c57d28abd766" and "186958ea07f10256b358db1dc8907db27303112a" have entirely different histories.

View file

@ -12,10 +12,3 @@ sudo dkms install .
`<module-name>` is one of the follows:
- snd_hda_codec_realtek
- hp-wmi
# Special thanks to
- [Luis Bocanegra](https://github.com/luisbocanegra) - for giving me a good starting point and guideance at the beginning.
- [asus-linux.org](https://asus-linux.org) - for this [post](https://asus-linux.org/blog/sound-2021-01-11/). I gave me basic info on codecs, coeffs, etc.
- [joshua stein] - for his amazing [post](https://jcs.org/2018/11/12/vfio) about VFIO, Intel HDA and his [qemu patch](https://github.com/jcs/qemu/compare/e22f675b..jcs-hda-dma) which allowed me do log all neccesary data from drivers
- Tomas Espeleta - for [this patch](https://patchwork.kernel.org/project/alsa-devel/patch/20190114200353.4114-1-tomas.espeleta@gmail.com/). 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