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


Groups > linux.kernel > #1223423

[PATCH 0/2] ASoC: Add support for the Allwinner A10 codec

From Maxime Ripard <maxime.ripard@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] ASoC: Add support for the Allwinner A10 codec
Date 2015-09-12 18:00 +0200
Message-ID <q7Vnz-4Zv-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi everyone,

This patch set adds the support for what Allwinner calls the codec on
their SoCs.

This codec is actually a combination of a codec and DAI, tied together
in a single memory-mapped IP. It is completely standalone, and outputs
directly the analog signal.

While it supports both playback and capture, the capture is not
implemented in this patch, and will be posted eventually as a separate
one.

This set, in order to be functional, has a dependency on the audio
clocks patch set posted separately. However, it doesn't needs this to
compile properly, so I guess it can be merged without really caring
for the merging status of the clock patches.

Let me know what you think,
Maxime

Emilio López (1):
  ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs

Maxime Ripard (1):
  Documentation: bindings: Add the Allwinner A10 codec bindings

 .../devicetree/bindings/sound/sun4i-codec.txt      |  33 +
 sound/soc/Kconfig                                  |   1 +
 sound/soc/Makefile                                 |   1 +
 sound/soc/sunxi/Kconfig                            |  11 +
 sound/soc/sunxi/Makefile                           |   2 +
 sound/soc/sunxi/sun4i-codec.c                      | 720 +++++++++++++++++++++
 6 files changed, 767 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/sun4i-codec.txt
 create mode 100644 sound/soc/sunxi/Kconfig
 create mode 100644 sound/soc/sunxi/Makefile
 create mode 100644 sound/soc/sunxi/sun4i-codec.c

-- 
2.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH 0/2] ASoC: Add support for the Allwinner A10 codec Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-09-12 18:00 +0200
  [PATCH 2/2] ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-09-12 18:00 +0200
    Re: [PATCH 2/2] ASoC: sunxi: add support for the on-chip codec on  early Allwinner SoCs Mark Brown <broonie@kernel.org> - 2015-09-16 21:20 +0200
      Re: [PATCH 2/2] ASoC: sunxi: add support for the on-chip codec on  early Allwinner SoCs Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-09-17 15:40 +0200
        Re: [linux-sunxi] Re: [PATCH 2/2] ASoC: sunxi: add support for the  on-chip codec on early Allwinner SoCs Chen-Yu Tsai <wens@csie.org> - 2015-09-17 17:20 +0200
          Re: [linux-sunxi] Re: [PATCH 2/2] ASoC: sunxi: add support for the  on-chip codec on early Allwinner SoCs Mark Brown <broonie@kernel.org> - 2015-09-17 19:40 +0200

csiph-web