We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4532b81 commit 77c4a37Copy full SHA for 77c4a37
1 file changed
sound/soc/codecs/tas2764.c
@@ -652,7 +652,7 @@ static int tas2764_codec_probe(struct snd_soc_component *component)
652
regmap_reinit_cache(tas2764->regmap, &tas2764_i2c_regmap);
653
654
if (tas2764->irq) {
655
- ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0xff);
+ ret = snd_soc_component_write(tas2764->component, TAS2764_INT_MASK0, 0x00);
656
if (ret < 0)
657
return ret;
658
0 commit comments