about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-06-10 14:07:15 +0200
committerVladimír Čunát <v@cunat.cz>2020-06-10 14:07:15 +0200
commitbbe71613b6e656e707acdf9c279736c900bf4e87 (patch)
tree3a4bf7d7b5a408d127bdf9c7f066546a63e0f3d8 /pkgs
parent9dd9bc7bcc2a54f7dc0cb23cef701439dfb9d0ca (diff)
downloadnixlib-bbe71613b6e656e707acdf9c279736c900bf4e87.tar
nixlib-bbe71613b6e656e707acdf9c279736c900bf4e87.tar.gz
nixlib-bbe71613b6e656e707acdf9c279736c900bf4e87.tar.bz2
nixlib-bbe71613b6e656e707acdf9c279736c900bf4e87.tar.lz
nixlib-bbe71613b6e656e707acdf9c279736c900bf4e87.tar.xz
nixlib-bbe71613b6e656e707acdf9c279736c900bf4e87.tar.zst
nixlib-bbe71613b6e656e707acdf9c279736c900bf4e87.zip
linux: fix kernel config options for 5.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 59056ef338cf..06ed2cf15598 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -274,7 +274,7 @@ let
       SND_SOC_SOF_ELKHARTLAKE_SUPPORT   = yes;
       SND_SOC_SOF_GEMINILAKE_SUPPORT    = yes;
       SND_SOC_SOF_HDA_AUDIO_CODEC       = yes;
-      SND_SOC_SOF_HDA_COMMON_HDMI_CODEC = yes;
+      SND_SOC_SOF_HDA_COMMON_HDMI_CODEC = whenOlder "5.7" yes;
       SND_SOC_SOF_HDA_LINK              = yes;
       SND_SOC_SOF_ICELAKE_SUPPORT       = yes;
       SND_SOC_SOF_INTEL_TOPLEVEL        = yes;