Skip to content

Commit e41bd14

Browse files
marcanjannau
authored andcommitted
fixup! ASoC: tas2764: Enable some Apple quirks by default
1 parent 8bb77da commit e41bd14

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 = 0xf;
53+
static int apple_quirks = 0x3f;
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)