Message ID | 20170126154859.55855-9-icenowy@aosc.xyz (mailing list archive) |
---|---|
State | Accepted |
Commit | e5028a259733ec2324893cb481023ed6cf7e9723 |
Headers | show |
On Thu, Jan 26, 2017 at 11:48:58PM +0800, Icenowy Zheng wrote: > As the 64-bit Allwinner H5 SoC has the same analog codec part (also the > same digital part) as H3, enable the driver to be built on ARM64 > Allwinner platform, so that it can be used on H5. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Thanks, Maxime
On Sat, Jan 28, 2017 at 4:05 AM, Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > On Thu, Jan 26, 2017 at 11:48:58PM +0800, Icenowy Zheng wrote: >> As the 64-bit Allwinner H5 SoC has the same analog codec part (also the >> same digital part) as H3, enable the driver to be built on ARM64 >> Allwinner platform, so that it can be used on H5. >> >> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> > > Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
diff --git a/sound/soc/sunxi/Kconfig b/sound/soc/sunxi/Kconfig index 6c344e16aca4..49b71719c9b9 100644 --- a/sound/soc/sunxi/Kconfig +++ b/sound/soc/sunxi/Kconfig @@ -11,7 +11,7 @@ config SND_SUN4I_CODEC config SND_SUN8I_CODEC_ANALOG tristate "Allwinner sun8i Codec Analog Controls Support" - depends on MACH_SUN8I || COMPILE_TEST + depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST select REGMAP help Say Y or M if you want to add support for the analog controls for
As the 64-bit Allwinner H5 SoC has the same analog codec part (also the same digital part) as H3, enable the driver to be built on ARM64 Allwinner platform, so that it can be used on H5. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> --- New patch in v2. sound/soc/sunxi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)