Skip to content

Commit cc69347

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

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

660660
if (tas2764->irq) {
661-
ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0xff);
661+
ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0x00);
662662
if (ret < 0)
663663
return ret;
664664

0 commit comments

Comments
 (0)