mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
f8260afa44
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>
20 lines
515 B
Plaintext
20 lines
515 B
Plaintext
menu "Allwinner SoC Audio support"
|
|
|
|
config SND_SUN4I_CODEC
|
|
tristate "Allwinner A10 Codec Support"
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
select REGMAP_MMIO
|
|
help
|
|
Select Y or M to add support for the Codec embedded in the Allwinner
|
|
A10 and affiliated SoCs.
|
|
|
|
config SND_SUN4I_SPDIF
|
|
tristate "Allwinner A10 SPDIF Support"
|
|
depends on OF
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
select REGMAP_MMIO
|
|
help
|
|
Say Y or M to add support for the S/PDIF audio block in the Allwinner
|
|
A10 and affiliated SoCs.
|
|
endmenu
|