sound: soc: sunxi: Add codec driver for h616
This commit is contained in:
parent
40d476e1cd
commit
226a186d08
@ -10,6 +10,14 @@ config SND_SUN4I_CODEC
|
||||
Select Y or M to add support for the Codec embedded in the Allwinner
|
||||
A10 and affiliated SoCs.
|
||||
|
||||
config SND_SUN50IW9_CODEC
|
||||
tristate "Allwinner H616 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
|
||||
H616 and affiliated SoCs.
|
||||
|
||||
config SND_SUN8I_CODEC
|
||||
tristate "Allwinner SUN8I audio codec"
|
||||
depends on OF
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
obj-$(CONFIG_SND_SUN4I_CODEC) += sun4i-codec.o
|
||||
obj-$(CONFIG_SND_SUN50IW9_CODEC) += sun50iw9-codec.o
|
||||
obj-$(CONFIG_SND_SUN4I_I2S) += sun4i-i2s.o
|
||||
obj-$(CONFIG_SND_SUN4I_SPDIF) += sun4i-spdif.o
|
||||
obj-$(CONFIG_SND_SUN8I_CODEC_ANALOG) += sun8i-codec-analog.o
|
||||
|
||||
1093
sound/soc/sunxi/sun50iw9-codec.c
Normal file
1093
sound/soc/sunxi/sun50iw9-codec.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user