Skip to content

Commit

Permalink
macaudio: Disable j313 and j274
Browse files Browse the repository at this point in the history
We are going to enable these out of band. If you are a distro packager:

** WARNING: **
** 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>
  • Loading branch information
marcan committed Dec 15, 2023
1 parent cb05ac2 commit a550cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/apple/macaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1490,15 +1490,15 @@ struct macaudio_platform_cfg macaudio_j180_cfg = {
false, AMP_SN012776, SPKR_1W1T, false, 10, -20,
};
struct macaudio_platform_cfg macaudio_j274_cfg = {
true, AMP_TAS5770, SPKR_1W, false, 20, -20,
false, AMP_TAS5770, SPKR_1W, false, 20, -20,
};

struct macaudio_platform_cfg macaudio_j293_cfg = {
false, AMP_TAS5770, SPKR_2W, true, 15, -20,
};

struct macaudio_platform_cfg macaudio_j313_cfg = {
true, AMP_TAS5770, SPKR_1W, true, 10, -20,
false, AMP_TAS5770, SPKR_1W, true, 10, -20,
};

struct macaudio_platform_cfg macaudio_j314_j316_cfg = {
Expand Down

0 comments on commit a550cfe

Please sign in to comment.