linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Add support for the Allwinner A10 codec
@ 2015-09-12 13:26 Maxime Ripard
  2015-09-12 13:26 ` [PATCH 1/2] Documentation: bindings: Add the Allwinner A10 codec bindings Maxime Ripard
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Maxime Ripard @ 2015-09-12 13:26 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-09-30 17:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-12 13:26 [PATCH 0/2] ASoC: Add support for the Allwinner A10 codec Maxime Ripard
2015-09-12 13:26 ` [PATCH 1/2] Documentation: bindings: Add the Allwinner A10 codec bindings Maxime Ripard
2015-09-16 17:33   ` Mark Brown
2015-09-12 13:26 ` [PATCH 2/2] ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs Maxime Ripard
2015-09-16 19:16   ` Mark Brown
2015-09-17 13:31     ` Maxime Ripard
2015-09-17 15:10       ` [linux-sunxi] " Chen-Yu Tsai
2015-09-17 17:37         ` Mark Brown
2015-09-22 13:26 ` [linux-sunxi] [PATCH 0/2] ASoC: Add support for the Allwinner A10 codec Priit Laes
2015-09-28  7:42   ` Maxime Ripard
2015-09-29  8:37     ` Chen-Yu Tsai
2015-09-29 21:13     ` Hans de Goede
2015-09-30 17:33       ` Mark Brown

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).