All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ASoC: rt1015p: delay 300ms for waiting calibration
@ 2020-12-11  5:12 Tzung-Bi Shih
  2020-12-11  5:12 ` [PATCH v3 1/2] ASoC: rt1015p: move SDB control from trigger to DAPM Tzung-Bi Shih
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tzung-Bi Shih @ 2020-12-11  5:12 UTC (permalink / raw)
  To: broonie; +Cc: tzungbi, alsa-devel

The 1st patch moves SDB control from DAI ops trigger to DAPM event
(per review comments in v1).

The 2nd patch adds the 300ms delay for waiting calibration.

Changes from v2:
- Use gpiod_set_value_cansleep() instead of gpiod_set_value().
(https://patchwork.kernel.org/project/alsa-devel/patch/20201210033617.79300-2-tzungbi@google.com/)
- Assuming the calibration state gets lost after system suspend.
(https://patchwork.kernel.org/project/alsa-devel/patch/20201210033617.79300-3-tzungbi@google.com/)

Changes from v1:
(https://patchwork.kernel.org/project/alsa-devel/patch/20201209033742.3825973-1-tzungbi@google.com/)
- Move the delay from trigger to DAPM event.

Tzung-Bi Shih (2):
  ASoC: rt1015p: move SDB control from trigger to DAPM
  ASoC: rt1015p: delay 300ms after SDB pulling high for calibration

 sound/soc/codecs/rt1015p.c | 69 ++++++++++++++++++--------------------
 1 file changed, 32 insertions(+), 37 deletions(-)

-- 
2.29.2.684.gfbc64c5ab5-goog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-11 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  5:12 [PATCH v3 0/2] ASoC: rt1015p: delay 300ms for waiting calibration Tzung-Bi Shih
2020-12-11  5:12 ` [PATCH v3 1/2] ASoC: rt1015p: move SDB control from trigger to DAPM Tzung-Bi Shih
2020-12-11  5:12 ` [PATCH v3 2/2] ASoC: rt1015p: delay 300ms after SDB pulling high for calibration Tzung-Bi Shih
2020-12-11 17:49 ` [PATCH v3 0/2] ASoC: rt1015p: delay 300ms for waiting calibration Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.