You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOT UPSTREAMABLE: ASoC: tas2764: Redo I/V sense logic
* Only set up I/V sense transmission in case the slots are described in
devicetree, never use defaults.
* Move the enablement of I/V sense transmission away from hw_params up
into component probe, do not condition it on the measurements itself
being enabled.
* Move the slot configuration from set_tdm_slot into component probe,
so it's not separate from other configuration.
Since this makes I/V sense unavailable in some configurations where it
formerly was, and it also changes behavior depending on the pairing with
a machine-level driver (depending on set_tdm_slot calls), it's probably
not upstreamable as is.
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
0 commit comments