Skip to content

Commit

Permalink
linux/common-config: enable RT1308 sound support module
Browse files Browse the repository at this point in the history
This module is required for working internal speakers on **some** versions of the Dell XPS 9700, possibly
other laptops.

Upstreaming it removes the need for kernel rebuilds for these laptop
users.

See #130882
  • Loading branch information
workflow committed Apr 8, 2024
1 parent 47afcfe commit 7f8c2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ let
versionAtLeast version "5.5") {
SND_SOC_INTEL_SOUNDWIRE_SOF_MACH = whenAtLeast "5.10" module;
SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES = whenAtLeast "5.10" yes; # dep of SOF_MACH
SND_SOC_RT1308 = whenAtLeast "5.12" module; # Realtek RT1308 codec
SND_SOC_SOF_INTEL_SOUNDWIRE_LINK = whenBetween "5.10" "5.11" yes; # dep of SOF_MACH
SND_SOC_SOF_TOPLEVEL = yes;
SND_SOC_SOF_ACPI = module;
Expand Down

0 comments on commit 7f8c2a1

Please sign in to comment.