Re: [PATCH v3 4/9] ASoC: sun4i-codec: Add support for V3s codec

From: Rob Herring
Date: Wed May 31 2017 - 13:38:02 EST


On Wed, May 24, 2017 at 06:06:02PM +0800, Icenowy Zheng wrote:
> From: Icenowy Zheng <icenowy@xxxxxxxx>
>
> The codec in the V3s is similar to the one found on the A31. One key
> difference is the analog path controls are routed through the PRCM
> block. This is supported by the sun8i-codec-analog driver, and tied
> into this codec driver with the audio card's aux_dev.
>
> In addition, the V3s does not have LINEIN, LINEOUT, MBIAS and MIC2,
> MIC3, and the FIFO related registers are like H3.
>
> Signed-off-by: Icenowy Zheng <icenowy@xxxxxxxx>
> ---
> Changes in v3:
> - Change regmap max register.
> - Add a note for further DAP support.
>
> .../devicetree/bindings/sound/sun4i-codec.txt | 11 ++--

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> sound/soc/sunxi/sun4i-codec.c | 63 ++++++++++++++++++++++
> 2 files changed, 70 insertions(+), 4 deletions(-)