[PATCH 15/28] ASoC: tas2764: Set up V/ISENSE on codec probe
Mark Brown
broonie at kernel.org
Tue Sep 22 02:40:06 PDT 2026
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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260922/5caf0d65/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list