Skip to content

Commit e759c1f

Browse files
authored
add kernel config for Cirrus Logic HDA Bridge (Apple iMac/MacBook))
add support for the Cirrus Logic HDA Bridge CS8409, this will alllow a lot of Apple Intel iMac & MacBook Computer to have sound out-of-the-box, tested on MacBookPro14,1 [closes issue: NixOS/nixos-hardware#688 ]
1 parent efcebae commit e759c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkgs/os-specific/linux/kernel/common-config.nix

+1
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ let
511511
# Support configuring jack functions via fw mechanism at boot
512512
SND_HDA_PATCH_LOADER = yes;
513513
SND_HDA_CODEC_CA0132_DSP = whenOlder "5.7" yes; # Enable DSP firmware loading on Creative Soundblaster Z/Zx/ZxR/Recon
514+
SND_HDA_CODEC_CS8409 = yes; # Cirrus Logic HDA Bridge CS8409
514515
SND_OSSEMUL = yes;
515516
SND_USB_CAIAQ_INPUT = yes;
516517
SND_USB_AUDIO_MIDI_V2 = whenAtLeast "6.5" yes;

0 commit comments

Comments
 (0)