Skip to content

Commit 08cf729

Browse files
marcanjannau
authored andcommitted
ASoC: tas2764: Enable main IRQs
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent d7d36f0 commit 08cf729

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
@@ -651,7 +651,7 @@ static int tas2764_codec_probe(struct snd_soc_component *component)
651651
regmap_reinit_cache(tas2764->regmap, &tas2764_i2c_regmap);
652652

653653
if (tas2764->irq) {
654-
ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0xff);
654+
ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0x00);
655655
if (ret < 0)
656656
return ret;
657657

0 commit comments

Comments
 (0)