Skip to content

Commit

Permalink
READ COMMIT MESSAGE! macaudio: Enable second round of models
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
marcan authored and jannau committed Nov 22, 2024
1 parent a7ea117 commit b02ae8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sound/soc/apple/macaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1506,19 +1506,19 @@ struct macaudio_platform_cfg macaudio_j314_cfg = {
};

struct macaudio_platform_cfg macaudio_j316_cfg = {
false, AMP_SN012776, SPKR_2W1T, true, 15, -20,
true, AMP_SN012776, SPKR_2W1T, true, 15, -20,
};

struct macaudio_platform_cfg macaudio_j37x_j47x_cfg = {
true, AMP_SN012776, SPKR_1W, false, 20, -20,
};

struct macaudio_platform_cfg macaudio_j413_cfg = {
false, AMP_SN012776, SPKR_1W1T, true, 15, -20,
true, AMP_SN012776, SPKR_1W1T, true, 15, -20,
};

struct macaudio_platform_cfg macaudio_j415_cfg = {
false, AMP_SN012776, SPKR_2W1T, true, 15, -20,
true, AMP_SN012776, SPKR_2W1T, true, 15, -20,
};

struct macaudio_platform_cfg macaudio_j45x_cfg = {
Expand Down

0 comments on commit b02ae8e

Please sign in to comment.