Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1409218
| From | Joao Pinto <Joao.Pinto@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] tda998x: add sound support |
| Date | 2016-05-30 17:20 +0200 |
| Message-ID | <rEx90-5Uj-31@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch adds sound over HDMI feature in TDA998x. The work was inspired in a Linaro repository: https://git.linaro.org/kernel/linux-linaro-tracking.git/tree/4b131c9bf8af9bc7a25441251f60a8ca7fc69c07 Joao Pinto (3): tda998x: adding sound support tda998: adding sound support for Juno in the DT tda998: add HPD delay to avoid disabling sound when EDID checksum fails. arch/arm64/boot/dts/arm/juno-base.dtsi | 92 ++++++-- drivers/gpu/drm/i2c/Makefile | 2 +- drivers/gpu/drm/i2c/tda998x_codec.c | 248 ++++++++++++++++++++++ drivers/gpu/drm/i2c/tda998x_drv.c | 115 +++++++--- drivers/gpu/drm/i2c/tda998x_drv.h | 41 ++++ include/drm/i2c/tda998x.h | 1 + 6 files changed, 453 insertions(+), 46 deletions(-) create mode 100644 drivers/gpu/drm/i2c/tda998x_codec.c create mode 100644 drivers/gpu/drm/i2c/tda998x_drv.h -- 1.8.1.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] tda998x: add sound support Joao Pinto <Joao.Pinto@synopsys.com> - 2016-05-30 17:20 +0200 [PATCH 2/3] tda998x: adding sound support for Juno in the DT Joao Pinto <Joao.Pinto@synopsys.com> - 2016-05-30 17:20 +0200
csiph-web