Skip to content

Commit a3f1723

Browse files
marcanbroonie
authored andcommitted
ASoC: tas2764: Fix power control mask
Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Hector Martin <marcan@marcan.st> Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Link: https://patch.msgid.link/20250218-apple-codec-changes-v2-1-932760fd7e07@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 579cd64 commit a3f1723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/tas2764.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/* Power Control */
2727
#define TAS2764_PWR_CTRL TAS2764_REG(0X0, 0x02)
28-
#define TAS2764_PWR_CTRL_MASK GENMASK(1, 0)
28+
#define TAS2764_PWR_CTRL_MASK GENMASK(2, 0)
2929
#define TAS2764_PWR_CTRL_ACTIVE 0x0
3030
#define TAS2764_PWR_CTRL_MUTE BIT(0)
3131
#define TAS2764_PWR_CTRL_SHUTDOWN BIT(1)

0 commit comments

Comments
 (0)