Skip to content

Commit f379e07

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

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

654654
if (tas2764->irq) {
655-
ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0xff);
655+
ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0x00);
656656
if (ret < 0)
657657
return ret;
658658

0 commit comments

Comments
 (0)