Skip to content

Commit f2182a4

Browse files
marcanjannau
authored andcommitted
ASoC: tas2764: Enable some Apple quirks by default
0xf seems to fix the random overcurrent behavior. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent c20504a commit f2182a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/tas2764.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct tas2764_priv {
5050
bool unmuted;
5151
};
5252

53-
static int apple_quirks;
53+
static int apple_quirks = 0xf;
5454
module_param(apple_quirks, int, 0644);
5555
MODULE_PARM_DESC(apple_quirks, "Mask of quirks to mimic after Apple's SN012776 driver");
5656

0 commit comments

Comments
 (0)