blob: 5b004a85fbcaec0cb87177de2586aa94b952e0b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Fix sound on Huawei laptops on modern linux
Recipe from https://github.com/thesofproject/linux/issues/3350#issuecomment-1399427143
```
git clone https://github.com/neonxp/fix-huawei-sound.git
make
sudo make install
reboot
```
|