framework amd: apply headset mic fix on older kernels
This commit is contained in:
parent
50944cf036
commit
3a6288ef83
|
@ -6,9 +6,7 @@
|
||||||
|
|
||||||
# Fix TRRS headphones missing a mic
|
# Fix TRRS headphones missing a mic
|
||||||
# https://community.frame.work/t/headset-microphone-on-linux/12387/3
|
# https://community.frame.work/t/headset-microphone-on-linux/12387/3
|
||||||
#
|
boot.extraModprobeConfig = lib.mkIf (lib.versionOlder pkgs.linux.version "6.6.8") ''
|
||||||
# This is temporary until a kernel patch is submitted
|
|
||||||
boot.extraModprobeConfig = ''
|
|
||||||
options snd-hda-intel model=dell-headset-multi
|
options snd-hda-intel model=dell-headset-multi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue