aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi/sun4i-spdif.c
Commit message (Collapse)AuthorAge
* ASoC: sunxi: compatibility for sun6i to SPDIFMarcus Cooper2016-08-12
| | | | | | | | | | | The A31 SoC uses the same SPDIF block as found in earlier SoCs, but its reset is controlled via a separate reset controller. The DMA also complains when the maxburst is set to 4 so it's been adjusted to 8 which suites both the older and newer SoCs. Signed-off-by: Marcus Cooper <codekipper@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* ASoC: sunxi: Add support for the SPDIF blockMarcus Cooper2016-02-19
The sun4i, sun5i and sun7i SoC families have an SPDIF block which is capable of playback and capture. This patch enables the playback of this block for the sun4i families. Signed-off-by: Marcus Cooper <codekipper@gmail.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Mark Brown <broonie@kernel.org>