On Fri, Oct 21, 2016 at 3:44 PM, Jean-Francois Moine wrote:
> Allwinner's SoCs include support for both audio and video on HDMI.
> This patch defines a simple audio CODEC which may be used in sunxi
> HDMI video drivers.
>
> Signed-off-by: Jean-Francois Moine
There's already a driver for basicall
On Thu, Oct 27, 2016 at 07:16:34PM +0200, Jean-Francois Moine wrote:
> Chen-Yu Tsai wrote:
> > There's already a driver for basically the same thing:
> > sound/soc/codec/hdmi-codec.c
> > You use it by registering a sub-device from your hdmi driver, with the
> > proper platform_data and callb
On Fri, 28 Oct 2016 00:54:34 +0800
Chen-Yu Tsai wrote:
> There's already a driver for basically the same thing:
>
> sound/soc/codec/hdmi-codec.c
>
> You use it by registering a sub-device from your hdmi driver, with the
> proper platform_data and callbacks. Grep for HDMI_CODEC_DRV_NAME for
Allwinner's SoCs include support for both audio and video on HDMI.
This patch defines a simple audio CODEC which may be used in sunxi
HDMI video drivers.
Signed-off-by: Jean-Francois Moine
---
include/sound/sunxi_hdmi.h| 23 +
sound/soc/codecs/Kconfig | 9
sound/soc/code