Re: [PATCH 15/28] ASoC: tas2764: Set up V/ISENSE on codec probe
From: Mark Brown
Date: Tue Sep 22 2026 - 05:45:56 EST
On Sun, Sep 20, 2026 at 02:53:54PM +1000, James Calligeros wrote:
> Setup V/ISENSE on codec probe rather than doing so on every hw_params
> or TDM slot call so that it is configured at the same time as the
> rest of the codec.
> + if (tas2764->v_sense_slot != -1 || tas2764->i_sense_slot != -1) {
> + ret = tas2764_set_visense(tas2764, tas2764->v_sense_slot, tas2764->i_sense_slot);
> + if (ret < 0)
> + return ret;
> + }
What might set the slots to -1?
Attachment:
signature.asc
Description: PGP signature