Re: [PATCH 24/25] ASoC: sun8i-codec: Add a DAI, widgets, and routes for AIF2

2020-10-05 Thread Maxime Ripard
On Wed, Sep 30, 2020 at 09:11:47PM -0500, Samuel Holland wrote: > This adds support for AIF2, which is stereo and has full clocking > capability, making it very similar to AIF1. > > Signed-off-by: Samuel Holland Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

[PATCH 24/25] ASoC: sun8i-codec: Add a DAI, widgets, and routes for AIF2

2020-09-30 Thread Samuel Holland
This adds support for AIF2, which is stereo and has full clocking capability, making it very similar to AIF1. Signed-off-by: Samuel Holland --- sound/soc/sunxi/sun8i-codec.c | 215 ++ 1 file changed, 215 insertions(+) diff --git a/sound/soc/sunxi/sun8i-codec.c