Skip to content

Commit

Permalink
ASoC: tas2764: Enable some Apple quirks by default
Browse files Browse the repository at this point in the history
0xf seems to fix the random overcurrent behavior.

Signed-off-by: Hector Martin <marcan@marcan.st>
  • Loading branch information
marcan committed Oct 28, 2023
1 parent 7962009 commit 9ab6e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/tas2764.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct tas2764_priv {
bool unmuted;
};

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

Expand Down

0 comments on commit 9ab6e03

Please sign in to comment.