Skip to content

Commit 55b5dcd

Browse files
marcanjannau
authored andcommitted
macaudio: Remove -3dB safety pad from j313
This one already uses a gain lower than the others. It doesn't look like full scale no-DSP output with typical music is particularly dangerous here, and we probably want the headroom for DSP, so let's not do it for this one. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent dd593b0 commit 55b5dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/macaudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ struct macaudio_platform_cfg macaudio_j293_cfg = {
14581458
};
14591459

14601460
struct macaudio_platform_cfg macaudio_j313_cfg = {
1461-
false, AMP_TAS5770, SPKR_1W, true, 4, -20, /* TODO: check */
1461+
false, AMP_TAS5770, SPKR_1W, true, 10, -20,
14621462
};
14631463

14641464
struct macaudio_platform_cfg macaudio_j314_j316_cfg = {

0 commit comments

Comments
 (0)