From 6c5bea19f18eec070f6015f7d877c0277d04fc97 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 3 Feb 2022 10:25:39 -0600 Subject: [PATCH] Add snd-hda-intel args to kernel cmdline I encountered a bug with the new kernels which appears to have caused my audio to dip out. --- playbooks/device_roles_workstation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/device_roles_workstation.yml b/playbooks/device_roles_workstation.yml index cf0065c..3440489 100755 --- a/playbooks/device_roles_workstation.yml +++ b/playbooks/device_roles_workstation.yml @@ -66,7 +66,7 @@ tags: [ desktop, desktop-role ] - role: grub vars: - grub_cmdline_linux_default: "quiet splash" + grub_cmdline_linux_default: "quiet splash snd-hda-intel.model=dell-headset-multi" tags: [ desktop, grub ] - hosts: lap-s76-lemp9-1.ws.mgmt.desu.ltd roles: