Skip to content

Commit 84c3f6f

Browse files
marcanjannau
authored andcommitted
fixup! ASoC: tas2764: Enable some Apple quirks by default
1 parent 097c505 commit 84c3f6f

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

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

0 commit comments

Comments
 (0)