Skip to content

Commit dc0a08d

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 aea50cd commit dc0a08d

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
@@ -48,7 +48,7 @@ struct tas2764_priv {
4848
bool unmuted;
4949
};
5050

51-
static int apple_quirks;
51+
static int apple_quirks = 0x3f;
5252
module_param(apple_quirks, int, 0644);
5353
MODULE_PARM_DESC(apple_quirks, "Mask of quirks to mimic after Apple's SN012776 driver");
5454

0 commit comments

Comments
 (0)