mbox series

[0/4] ASoC: mediatek: mt8192-mt6359: fix I2S corrupted for RT5682

Message ID 20210122100742.3699128-1-tzungbi@google.com (mailing list archive)
Headers show
Series ASoC: mediatek: mt8192-mt6359: fix I2S corrupted for RT5682 | expand

Message

Tzung-Bi Shih Jan. 22, 2021, 10:07 a.m. UTC
The series fixes the I2S corrupted when mt8192-mt6359 is playing and
capturing via RT5682 in different formats.

The 1st and 2nd patch refactor to use asoc_substream_to_rtd().  Just
realized there is such a helper for the purpose.

The 3rd patch simplies ops of Capture1 DAI link.

The 4th patch adds format constriants to the I2S to make sure the
settings are symmetric.

Tzung-Bi Shih (4):
  ASoC: mediatek: mt8192-mt6359: use asoc_substream_to_rtd()
  ASoC: mediatek: mt8192: use asoc_substream_to_rtd()
  ASoC: mediatek: mt8192-mt6359: simply ops for Capture1 DAI link
  ASoC: mediatek: mt8192-mt6359: add format constraints for RT5682

 sound/soc/mediatek/mt8192/mt8192-afe-pcm.c    |  4 +-
 .../mt8192/mt8192-mt6359-rt1015-rt5682.c      | 73 +++++++++++++++----
 2 files changed, 61 insertions(+), 16 deletions(-)