Fix sound on 312D (R317).

This commit is contained in:
Andreas B. Mundt 2023-07-28 07:39:28 +02:00
parent edf71a4368
commit 00896a3b6e

View file

@ -67,7 +67,7 @@
notify: Run update-grub
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB"
- name: Fix sound
- name: Fix sound on 312A
replace:
dest: "/etc/default/grub"
regexp: 'GRUB_CMDLINE_LINUX=""$'
@ -75,6 +75,15 @@
notify: Run update-grub
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "312A"
- name: Fix sound on 312D
apt:
name: firmware-sof-signed
state: latest
environment:
http_proxy: http://firewall.pn.steinbeis.schule:3128
https_proxy: http://firewall.pn.steinbeis.schule:3128
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "312D"
## bullseye fixes:
- name: add bookworm firmware repository if needed
apt_repository: