]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm/vc4: Add HDMI audio support
authorEric Anholt <eric@anholt.net>
Mon, 27 Feb 2017 20:28:02 +0000 (12:28 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 16 Mar 2017 17:33:30 +0000 (10:33 -0700)
commitbb7d78568814a31a11fa14f1479a9fe51f1582ad
tree007a090c8601fa512d50ec6487d22da059eff505
parent199a76946d4303ce047e6ac9a49eefa0105f6e78
drm/vc4: Add HDMI audio support

The HDMI encoder IP embeds all needed blocks to output audio, with a
custom DAI called MAI moving audio between the two parts of the HDMI
core.  This driver now exposes a sound card to let users stream audio
to their display.

Using the hdmi-codec driver has been considered here, but MAI meant
having to significantly rework hdmi-codec, and it would have left
little shared code with the I2S mode anyway.

The encoder requires that the audio be SPDIF-formatted frames only,
which alsalib will format-convert for us.

This patch is the combined work of Eric Anholt (initial register setup
with a separate dmaengine driver and using simple-audio-card) and
Boris Brezillon (moving it all into HDMI, massive debug to get it
actually working), and which Eric has the permission to release.

v2: Drop "-audio" from sound card name, since that's already implied
    (suggestion by Boris)

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170227202803.12855-2-eric@anholt.net
drivers/gpu/drm/vc4/Kconfig
drivers/gpu/drm/vc4/vc4_hdmi.c
drivers/gpu/drm/vc4/vc4_regs.h