Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1338950 > unrolled thread
| Started by | codekipper@gmail.com |
|---|---|
| First post | 2016-02-21 19:50 +0100 |
| Last post | 2016-02-22 07:20 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH v7 0/2] ASoC: Add SPDIF support for Allwinner SoCs codekipper@gmail.com - 2016-02-21 19:50 +0100
Re: [PATCH v7 0/2] ASoC: Add SPDIF support for Allwinner SoCs Mark Brown <broonie@kernel.org> - 2016-02-22 04:20 +0100
Re: [linux-sunxi] Re: [PATCH v7 0/2] ASoC: Add SPDIF support for Allwinner SoCs Code Kipper <codekipper@gmail.com> - 2016-02-22 07:20 +0100
| From | codekipper@gmail.com |
|---|---|
| Date | 2016-02-21 19:50 +0100 |
| Subject | [PATCH v7 0/2] ASoC: Add SPDIF support for Allwinner SoCs |
| Message-ID | <r4GCd-1rJ-3@gated-at.bofh.it> |
From: Marcus Cooper <codekipper@gmail.com> For now just the SPDIF transmitter has been tested on a Mele A2000(A10) and a Itead Ibox(A20). In order for this patch set to be functional we require an audio clock patch which will be delivered separately. For those that are interested I've pushed the patches here with all the required changes to get SPDIF audio out of the device. https://github.com/codekipper/linux-sunxi/commits/spdif_delivery Thanks in advance, CK --- Changes since v6: - removed legacy dapm components that are no longer needed. - changed dt-bindings patch subject styling to match that of the sound subsystem Changes since v5: - fixed warning that had sneaked in. Changes since v4: - corrected indentation issues - removed old macros - removed unnecessary enabling of apb clock Changes since v3: - removed code required for spdif capture - added disable/enable of apb clk to suspend/resume. - removed unnecessary dt checks in probe - fixed error conditions in probe/resume - modified pm_runtime functionality and confirmed that driver worked when PM was disabled. - removed .owner from platform driver - renamed bindings file Changes since v2: - removed sunxi-machine-spdif and replaced with simple audio card - removed untested compatibilities from device tree documentation - added pm_runtime and remove shutdown - removed pll2 as it's the parent of the spdif clock - rename clk to spdif_clk - removed enabling of mclk output - removed interrupts status being cleared as it's not being used - use default fifo settings for now - fixed alignments for wrapped lines Changes since v1: - Moved sunxi-machine-spdif.c to separate patch - replaced sunxi in naming scheme with sun4i in the sun4i-spdif driver. - split tx controller into separate enable/disable functions - moved setclk and setfmt functionality into hw params - added support for mono signals. - cleaned up probe clock set up. - removed all writes to transmit status registers. - removed of_id - removed power management code. - Added support for more rates. Marcus Cooper (2): ASoC: sunxi :add sun4i SPDIF dt bindings ASoC: sunxi: Add support for the SPDIF block .../bindings/sound/sunxi,sun4i-spdif.txt | 39 ++ sound/soc/sunxi/Kconfig | 8 + sound/soc/sunxi/Makefile | 1 + sound/soc/sunxi/sun4i-spdif.c | 542 +++++++++++++++++++++ 4 files changed, 590 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt create mode 100644 sound/soc/sunxi/sun4i-spdif.c -- 2.7.1
[toc] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2016-02-22 04:20 +0100 |
| Message-ID | <r4Pcu-7KX-9@gated-at.bofh.it> |
| In reply to | #1338950 |
[Multipart message — attachments visible in raw view] — view raw
On Sun, Feb 21, 2016 at 12:13:36PM +0100, codekipper@gmail.com wrote: > From: Marcus Cooper <codekipper@gmail.com> > > For now just the SPDIF transmitter has been tested on a Mele A2000(A10) > and a Itead Ibox(A20). This was already applied. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced.
[toc] | [prev] | [next] | [standalone]
| From | Code Kipper <codekipper@gmail.com> |
|---|---|
| Date | 2016-02-22 07:20 +0100 |
| Subject | Re: [linux-sunxi] Re: [PATCH v7 0/2] ASoC: Add SPDIF support for Allwinner SoCs |
| Message-ID | <r4S0G-1sq-7@gated-at.bofh.it> |
| In reply to | #1339109 |
On 22 February 2016 at 04:12, Mark Brown <broonie@kernel.org> wrote: > On Sun, Feb 21, 2016 at 12:13:36PM +0100, codekipper@gmail.com wrote: >> From: Marcus Cooper <codekipper@gmail.com> >> >> For now just the SPDIF transmitter has been tested on a Mele A2000(A10) >> and a Itead Ibox(A20). > > This was already applied. If any updates are required or you are > submitting further changes they should be sent as incremental updates > against current git, existing patches will not be replaced. No worries...I saw the ACK from Maxime and then your comment so I thought I needed to do another revision. I can push an incremental update later, thanks, CK > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web