mbox series

[0/5] ASoC: codecs: ad193x: Several fixes and imprevements

Message ID 20190218160954.13929-1-codrin.ciubotariu@microchip.com (mailing list archive)
Headers show
Series ASoC: codecs: ad193x: Several fixes and imprevements | expand

Message

Codrin Ciubotariu Feb. 18, 2019, 4:10 p.m. UTC
From: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>

This patch set contains some changes I needed to make I2S and TDM 
(DSP_A) formats work. I tested only with ad1936, but the patches
should work fine for all the codecs that use this driver. Although I
checked the DS for all of them (I hope) to assure that the patches
apply, I would really appreciate if someone else can test them on
another codec.

Codrin Ciubotariu (5):
  ASoC: codecs: ad193x: Remove capture support for codecs without ADC
  ASoC: codecs: ad193x: Set constraint to always have 32 sample bits
  ASoC: codecs: ad193x: Fix frame polarity for DSP_A format
  ASoC: codecs: ad193x: Add runtime support for DSP_A and I2S modes
  ASoC: codecs: ad193x: Add support to disable on-chip PLL

 sound/soc/codecs/ad193x.c | 76 ++++++++++++++++++++++++++++++++++++---
 sound/soc/codecs/ad193x.h |  8 +++++
 2 files changed, 80 insertions(+), 4 deletions(-)

Comments

Codrin Ciubotariu Feb. 18, 2019, 4:57 p.m. UTC | #1
On 18.02.2019 18:10, Codrin Ciubotariu - M19940 wrote:
> From: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
> 
> This patch set contains some changes I needed to make I2S and TDM
> (DSP_A) formats work. I tested only with ad1936, but the patches

actually, it's ad1934. Sorry about that.

Best regards,
Codrin

> should work fine for all the codecs that use this driver. Although I
> checked the DS for all of them (I hope) to assure that the patches
> apply, I would really appreciate if someone else can test them on
> another codec.
> 
> Codrin Ciubotariu (5):
>    ASoC: codecs: ad193x: Remove capture support for codecs without ADC
>    ASoC: codecs: ad193x: Set constraint to always have 32 sample bits
>    ASoC: codecs: ad193x: Fix frame polarity for DSP_A format
>    ASoC: codecs: ad193x: Add runtime support for DSP_A and I2S modes
>    ASoC: codecs: ad193x: Add support to disable on-chip PLL
> 
>   sound/soc/codecs/ad193x.c | 76 ++++++++++++++++++++++++++++++++++++---
>   sound/soc/codecs/ad193x.h |  8 +++++
>   2 files changed, 80 insertions(+), 4 deletions(-)
>