Skip to content

Commit 6ffd023

Browse files
marcanjannau
authored andcommitted
READ COMMIT MESSAGE! macaudio: Enable second round of models
Enables j316, j413, j415, j416 *** WARNING FOR DISTRO PACKAGERS WANTING TO APPLY THIS: *** *** YOU ABSOLUTELY NEED THIS PATCH IN YOUR LSP-PLUGINS PACKAGE *** lsp-plugins/lsp-dsp-lib#20 Do NOT enable speakers without that patch, on any model. It can/will result in nasty noise that could damage them. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent c14b041 commit 6ffd023

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sound/soc/apple/macaudio.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,19 +1506,19 @@ struct macaudio_platform_cfg macaudio_j314_cfg = {
15061506
};
15071507

15081508
struct macaudio_platform_cfg macaudio_j316_cfg = {
1509-
false, AMP_SN012776, SPKR_2W1T, true, 15, -20,
1509+
true, AMP_SN012776, SPKR_2W1T, true, 15, -20,
15101510
};
15111511

15121512
struct macaudio_platform_cfg macaudio_j37x_j47x_cfg = {
15131513
true, AMP_SN012776, SPKR_1W, false, 20, -20,
15141514
};
15151515

15161516
struct macaudio_platform_cfg macaudio_j413_cfg = {
1517-
false, AMP_SN012776, SPKR_1W1T, true, 15, -20,
1517+
true, AMP_SN012776, SPKR_1W1T, true, 15, -20,
15181518
};
15191519

15201520
struct macaudio_platform_cfg macaudio_j415_cfg = {
1521-
false, AMP_SN012776, SPKR_2W1T, true, 15, -20,
1521+
true, AMP_SN012776, SPKR_2W1T, true, 15, -20,
15221522
};
15231523

15241524
struct macaudio_platform_cfg macaudio_j45x_cfg = {

0 commit comments

Comments
 (0)