linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens@csie.org>
To: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Rob Herring <robh+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
	Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	devicetree <devicetree@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	alsa-devel@alsa-project.org,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Andrea Venturi <ennesimamail.av@gmail.com>,
	Code Kipper <codekipper@gmail.com>,
	gianfranco@moddevices.com
Subject: Re: [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support
Date: Fri, 24 Jun 2016 16:00:00 +0800	[thread overview]
Message-ID: <CAGb2v64=15sv8GKDKDMA4VOkdE35=TwuX0D0m5JDpVbw6RYn_w@mail.gmail.com> (raw)
In-Reply-To: <20160615211123.31068-1-maxime.ripard@free-electrons.com>

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

  parent reply	other threads:[~2016-06-24  8:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-15 21:11 [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support Maxime Ripard
2016-06-15 21:11 ` [PATCH v2 1/4] ASoC: sunxi: Add A10 I2S controller binding documentation Maxime Ripard
2016-06-19 14:37   ` Rob Herring
2016-06-30 12:15   ` Applied "ASoC: sunxi: Add A10 I2S controller binding documentation" to the asoc tree Mark Brown
2016-06-15 21:11 ` [PATCH v2 2/4] ASoC: sunxi: Add Allwinner A10 Digital Audio driver Maxime Ripard
2016-06-30 12:15   ` Applied "ASoC: sunxi: Add Allwinner A10 Digital Audio driver" to the asoc tree Mark Brown
2016-06-15 21:11 ` [PATCH v2 3/4] ARM: sun7i: Add mod1 clock nodes Maxime Ripard
2016-06-15 21:11 ` [PATCH v2 4/4] ARM: sun7i: Add DAI nodes Maxime Ripard
2016-06-24  8:00 ` Chen-Yu Tsai [this message]
2016-06-27 18:32 ` [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support Maxime Ripard
2016-06-29 18:53   ` Mark Brown
2016-06-30 18:47 ` Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGb2v64=15sv8GKDKDMA4VOkdE35=TwuX0D0m5JDpVbw6RYn_w@mail.gmail.com' \
    --to=wens@csie.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=codekipper@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=ennesimamail.av@gmail.com \
    --cc=gianfranco@moddevices.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxime.ripard@free-electrons.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).