Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430447

Re: [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support
Date 2016-06-24 10:10 +0200
Message-ID <rNulz-5yG-13@gated-at.bofh.it> (permalink)
References <rKqoa-7Kt-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Jun 16, 2016 at 5:11 AM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> Hi everyone,
>
> This is the second version of the I2S support for the controller found
> in the Allwinner A10 and later SoCs.
>
> Playback has been tested with an UDA1380 on an A20-Olinuxino. Capture
> is not implemented yet, but will come eventually.
>
> Let me know what you think,
> Maxime
>
> Changes from v1:
>   - Fixed bogus indentation and spurious whitespaces / newlines
>   - Moved the device initialisation in the probe to the startup function
>   - Disabled the device in shutdown
>   - Removed function to get wss and sr to inline them in hw_params
>   - Changed the way to access the divider array
>   - Checked clk_set_rate return code
>   - Fixed condition for invalid bclk and mclk dividers
>   - Added sound-dai-cells to the bindings documentation required properties
>
> Emilio López (1):
>   ARM: sun7i: Add mod1 clock nodes
>
> Maxime Ripard (3):
>   ASoC: sunxi: Add A10 I2S controller binding documentation
>   ASoC: sunxi: Add Allwinner A10 Digital Audio driver
>   ARM: sun7i: Add DAI nodes
>
>  .../devicetree/bindings/sound/sun4i-i2s.txt        |  34 +
>  arch/arm/boot/dts/sun7i-a20.dtsi                   |  87 ++-
>  sound/soc/sunxi/Kconfig                            |   9 +
>  sound/soc/sunxi/Makefile                           |   2 +-
>  sound/soc/sunxi/sun4i-i2s.c                        | 703 +++++++++++++++++++++
>  5 files changed, 832 insertions(+), 3 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/sound/sun4i-i2s.txt
>  create mode 100644 sound/soc/sunxi/sun4i-i2s.c

Tested-by: Chen-Yu Tsai <wens@csie.org>

on a BPI-M1+ with a TI PCM5122-based PiFi DAC+ v2.0, a Raspberry Pi B+
compatible DAC shield.

I kept getting low but audible pops though. Not sure if it's the
ad-hoc setup or some other factor.

ChenYu

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] ASoC: sunxi: Add i2s controller support Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-06-15 23:20 +0200
  [PATCH v2 3/4] ARM: sun7i: Add mod1 clock nodes Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-06-15 23:20 +0200
  [PATCH v2 1/4] ASoC: sunxi: Add A10 I2S controller binding documentation Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-06-15 23:20 +0200
    Re: [PATCH v2 1/4] ASoC: sunxi: Add A10 I2S controller binding  documentation Rob Herring <robh@kernel.org> - 2016-06-19 16:40 +0200
    Applied "ASoC: sunxi: Add A10 I2S controller binding documentation" to the asoc tree Mark Brown <broonie@kernel.org> - 2016-06-30 14:20 +0200
  [PATCH v2 2/4] ASoC: sunxi: Add Allwinner A10 Digital Audio driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-06-15 23:20 +0200
    Applied "ASoC: sunxi: Add Allwinner A10 Digital Audio driver" to the asoc tree Mark Brown <broonie@kernel.org> - 2016-06-30 14:20 +0200
  Re: [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support Chen-Yu Tsai <wens@csie.org> - 2016-06-24 10:10 +0200
  Re: [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-06-27 20:40 +0200
    Re: [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support Mark Brown <broonie@kernel.org> - 2016-06-29 21:00 +0200
  Re: [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-06-30 20:50 +0200

csiph-web