All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: mediatek: mt8183: support DP audio
@ 2019-10-22 11:44 ` Tzung-Bi Shih
  0 siblings, 0 replies; 30+ messages in thread
From: Tzung-Bi Shih @ 2019-10-22 11:44 UTC (permalink / raw)
  To: broonie, robh+dt, narmstrong
  Cc: alsa-devel, devicetree, a.hajda, Laurent.pinchart, jonas,
	jernej.skrabec, dri-devel, allen.chen, cychiang, dgreid, tzungbi

(This series depends on https://lore.kernel.org/patchwork/patch/1126819/
 which has not applied to the maintainer's tree yet.)

This series makes mt8183-mt6358-ts3a227-max98357 support DP (display port)
audio output.

ASoC: hdmi-codec: add PCM trigger operator
- add a PCM trigger callback if codec driver is interested in PCM events.

drm: bridge: it6505: bridge to hdmi-codec
- add audio feature support of it6505.
- bridge to hdmi-codec so that ASoC can use the audio feature. 
- defer the "enabling" after receiving PCM START or RESUME event.

ASoC: dt-bindings: mt8183: add a property "mediatek,hdmi-codec"
ASoC: mediatek: mt8183: use hdmi-codec
- bind to hdmi-codec in mt8183-mt6358-ts3a227-max98357.

drm: bridge: it6505: report connector status
ASoC: mediatek: mt8183: support HDMI jack reporting
- use the mechanism from the following patch
https://mailman.alsa-project.org/pipermail/alsa-devel/2019-September/155302.html
  to report jack status (from DRM to ASoC).

Allen Chen (1):
  drm: bridge: it6505: bridge to hdmi-codec

Tzung-Bi Shih (5):
  ASoC: hdmi-codec: add PCM trigger operator
  ASoC: dt-bindings: mt8183: add a property "mediatek,hdmi-codec"
  ASoC: mediatek: mt8183: use hdmi-codec
  drm: bridge: it6505: report connector status
  ASoC: mediatek: mt8183: support HDMI jack reporting

 .../sound/mt8183-mt6358-ts3a227-max98357.txt  |   2 +
 drivers/gpu/drm/bridge/ite-it6505.c           | 191 +++++++++++++++++-
 include/sound/hdmi-codec.h                    |  13 ++
 sound/soc/codecs/hdmi-codec.c                 |  31 +++
 sound/soc/mediatek/Kconfig                    |   3 +-
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c   |  36 +++-
 6 files changed, 266 insertions(+), 10 deletions(-)

-- 
2.23.0.866.gb869b98d4c-goog


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2022-11-24  9:55 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 11:44 [PATCH 0/6] ASoC: mediatek: mt8183: support DP audio Tzung-Bi Shih
2019-10-22 11:44 ` Tzung-Bi Shih
2019-10-22 11:44 ` [alsa-devel] " Tzung-Bi Shih
2019-10-22 11:45 ` [PATCH 1/6] ASoC: hdmi-codec: add PCM trigger operator Tzung-Bi Shih
2019-10-22 11:45   ` Tzung-Bi Shih
2019-10-22 11:45   ` [alsa-devel] " Tzung-Bi Shih
2022-11-24  5:52   ` Allen-KH Cheng (程冠勳)
2022-11-24  5:52     ` Allen-KH Cheng (程冠勳)
2022-11-24  5:52     ` Allen-KH Cheng (程冠勳)
2022-11-24  9:54     ` Tzung-Bi Shih
2022-11-24  9:54       ` Tzung-Bi Shih
2019-10-22 11:45 ` [PATCH 2/6] drm: bridge: it6505: bridge to hdmi-codec Tzung-Bi Shih
2019-10-22 11:45   ` Tzung-Bi Shih
2019-10-22 11:45   ` [alsa-devel] " Tzung-Bi Shih
2019-10-22 11:45 ` [PATCH 3/6] ASoC: dt-bindings: mt8183: add a property "mediatek,hdmi-codec" Tzung-Bi Shih
2019-10-22 11:45   ` [PATCH 3/6] ASoC: dt-bindings: mt8183: add a property "mediatek, hdmi-codec" Tzung-Bi Shih
2019-10-22 11:45   ` [alsa-devel] " Tzung-Bi Shih
2019-10-29 16:57   ` [PATCH 3/6] ASoC: dt-bindings: mt8183: add a property "mediatek,hdmi-codec" Rob Herring
2019-10-29 16:57     ` Rob Herring
2019-10-29 16:57     ` Rob Herring
2019-10-29 16:57     ` [alsa-devel] [PATCH 3/6] ASoC: dt-bindings: mt8183: add a property "mediatek, hdmi-codec" Rob Herring
2019-10-22 11:45 ` [PATCH 4/6] ASoC: mediatek: mt8183: use hdmi-codec Tzung-Bi Shih
2019-10-22 11:45   ` Tzung-Bi Shih
2019-10-22 11:45   ` [alsa-devel] " Tzung-Bi Shih
2019-10-22 11:45 ` [PATCH 5/6] drm: bridge: it6505: report connector status Tzung-Bi Shih
2019-10-22 11:45   ` Tzung-Bi Shih
2019-10-22 11:45   ` [alsa-devel] " Tzung-Bi Shih
2019-10-22 11:45 ` [PATCH 6/6] ASoC: mediatek: mt8183: support HDMI jack reporting Tzung-Bi Shih
2019-10-22 11:45   ` Tzung-Bi Shih
2019-10-22 11:45   ` [alsa-devel] " Tzung-Bi Shih

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.