We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02af996 commit 97e92a7Copy full SHA for 97e92a7
1 file changed
sound/soc/codecs/tas2764.h
@@ -25,7 +25,7 @@
25
26
/* Power Control */
27
#define TAS2764_PWR_CTRL TAS2764_REG(0X0, 0x02)
28
-#define TAS2764_PWR_CTRL_MASK GENMASK(1, 0)
+#define TAS2764_PWR_CTRL_MASK GENMASK(2, 0)
29
#define TAS2764_PWR_CTRL_ACTIVE 0x0
30
#define TAS2764_PWR_CTRL_MUTE BIT(0)
31
#define TAS2764_PWR_CTRL_SHUTDOWN BIT(1)
0 commit comments