Re: [PATCH 1/2] ASoC: tas2770: Fix calling reset in probe
From: Dan Murphy
Date: Fri Sep 18 2020 - 14:18:57 EST
All
On 9/18/20 11:18 AM, Dan Murphy wrote:
tas2770_reset is called during i2c probe. The reset calls the
snd_soc_component_write which depends on the tas2770->component being
available. The component pointer is not set until codec_probe so move
the reset to the codec_probe after the pointer is set.
I have been updating the tas2770 to add another device to the driver and
I have quite a few unexpected patches on top of these.
I am not even sure how this driver is even working at the moment.
I will re-submit the complete set of patches as Mark pointed out in
another email chain.
So please ignore these patches for now plus the DT binding patch.
Dan