We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407c301 commit f949695Copy full SHA for f949695
1 file changed
sound/soc/codecs/tas2764.c
@@ -50,7 +50,7 @@ struct tas2764_priv {
50
bool unmuted;
51
};
52
53
-static int apple_quirks;
+static int apple_quirks = 0xf;
54
module_param(apple_quirks, int, 0644);
55
MODULE_PARM_DESC(apple_quirks, "Mask of quirks to mimic after Apple's SN012776 driver");
56
0 commit comments