Compare commits

...

No commits in common. "2655db59a86e14d7b8b0e1fb6fda316921c127d0" and "cf4f08447d32756bea7cc15fb9a30763d3cab56c" have entirely different histories.

View file

@ -15,7 +15,7 @@ sudo dkms install .
# 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.
- [asus-linux.org](https://asus-linux.org) - for this [post](https://asus-linux.org/blog/sound-2021-01-11/). It gave me basic info on codecs, coeffs, etc.
- [joshua stein](https://jcs.org) - 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