Skip to content

Commit ebc49f5

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

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

652652
if (tas2764->irq) {
653-
ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0xff);
653+
ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0x00);
654654
if (ret < 0)
655655
return ret;
656656

0 commit comments

Comments
 (0)