Skip to content

Commit 98f6dce

Browse files
marcanjannau
authored andcommitted
macaudio: Disable j313 and j274
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>
1 parent 766d34b commit 98f6dce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/apple/macaudio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,15 +1490,15 @@ struct macaudio_platform_cfg macaudio_j180_cfg = {
14901490
false, AMP_SN012776, SPKR_1W1T, false, 10, -20,
14911491
};
14921492
struct macaudio_platform_cfg macaudio_j274_cfg = {
1493-
true, AMP_TAS5770, SPKR_1W, false, 20, -20,
1493+
false, AMP_TAS5770, SPKR_1W, false, 20, -20,
14941494
};
14951495

14961496
struct macaudio_platform_cfg macaudio_j293_cfg = {
14971497
false, AMP_TAS5770, SPKR_2W, true, 15, -20,
14981498
};
14991499

15001500
struct macaudio_platform_cfg macaudio_j313_cfg = {
1501-
true, AMP_TAS5770, SPKR_1W, true, 10, -20,
1501+
false, AMP_TAS5770, SPKR_1W, true, 10, -20,
15021502
};
15031503

15041504
struct macaudio_platform_cfg macaudio_j314_j316_cfg = {

0 commit comments

Comments
 (0)