CallePuzzle / ansible-playbook-install-archlinux

GNU General Public License v3.0
0 stars 0 forks source link

Añadir audio del msi #4

Closed jilgue closed 1 year ago

jilgue commented 3 years ago

https://wiki.archlinux.org/index.php/Lenovo_Yoga_c940#Linux_5.5_and_later

Linux 5.5 and later

Audio (not including bottom facing speakers) and microphone works with sof-firmware and Linux 5.5 just add the following to /etc/modprobe.d/blacklist.conf

blacklist snd_hda_intel blacklist snd_soc_skl

Configure PulseAudio's to load Alsa modules with the correct device and channnel settings, by adding these two lines to /etc/pulse/default.pa:

load-module module-alsa-sink device=hw:0,0 channels=4 load-module module-alsa-source device=hw:0,6 channels=4