All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: add HDMI sound support for Codec
@ 2017-05-18  1:38 ` Kuninori Morimoto
  0 siblings, 0 replies; 33+ messages in thread
From: Kuninori Morimoto @ 2017-05-18  1:38 UTC (permalink / raw)
  To: Mark Brown, Archit Taneja
  Cc: Linux-ALSA, Simon, linux-renesas-soc, David Airlie,
	Laurent Pinchart, Russell King, Jose Abreu, dri-devel,
	linux-kernel


Hi Mark, Archit

These supports HDMI sound for Codec.
Now, SYNOPSYS dw-hdmi-i2s-audio driver is supporting HDMI I2S
and is using hdmi-codec driver.
Now, ALSA SoC supports OF-graph DT style, this means V4L2/ALSA SoC
can share same DT bindings.
But 1 issue is that ALSA SoC side needs to adjust port ID <-> Sound DAI
matching. 1) - 4) are for these purpose.

 1) - 4) : ASoC side patch for hdmi-codec
 5)      : V4L2 side patch for SYNOPSYS dw-hdmi

Kuninori Morimoto (5):
  1) ASoC: add snd_soc_get_dai_id() function
  2) ASoC: simple-card-utils: support snd_soc_get_dai_id()
  3) ASoC: hdmi-codec: remove multi detection support
  4) ASoC: hdmi-codec: add .get_dai_id support
  5) drm: dw-hdmi-i2s: add .get_dai_id callback for ALSA SoC

 .../bindings/display/bridge/renesas,dw-hdmi.txt    |  9 ++-
 .../gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c    | 21 +++++
 include/sound/hdmi-codec.h                         |  9 +++
 include/sound/soc.h                                |  3 +
 sound/soc/codecs/hdmi-codec.c                      | 91 +++-------------------
 sound/soc/generic/simple-card-utils.c              |  9 +++
 sound/soc/soc-core.c                               | 37 +++++++++
 7 files changed, 98 insertions(+), 81 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-06-28 19:49 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-18  1:38 [PATCH 0/5] ASoC: add HDMI sound support for Codec Kuninori Morimoto
2017-05-18  1:38 ` Kuninori Morimoto
2017-05-18  1:39 ` [PATCH 1/5] ASoC: add snd_soc_get_dai_id() function Kuninori Morimoto
2017-05-18  1:39   ` Kuninori Morimoto
2017-05-24 17:41   ` Applied "ASoC: add snd_soc_get_dai_id() function" to the asoc tree Mark Brown
2017-05-24 17:41     ` Mark Brown
2017-05-18  1:39 ` [PATCH 2/5] ASoC: simple-card-utils: support snd_soc_get_dai_id() Kuninori Morimoto
2017-05-18  1:39   ` Kuninori Morimoto
2017-05-24 17:44   ` Applied "ASoC: simple-card-utils: support snd_soc_get_dai_id()" to the asoc tree Mark Brown
2017-05-24 17:44     ` Mark Brown
2017-05-18  1:40 ` [PATCH 3/5] ASoC: hdmi-codec: remove multi detection support Kuninori Morimoto
2017-05-18  1:40   ` Kuninori Morimoto
2017-05-24 17:45   ` Applied "ASoC: hdmi-codec: remove multi detection support" to the asoc tree Mark Brown
2017-05-24 17:45     ` Mark Brown
2017-05-18  1:40 ` [PATCH 4/5] ASoC: hdmi-codec: add .get_dai_id support Kuninori Morimoto
2017-05-18  1:40   ` Kuninori Morimoto
2017-05-24 17:45   ` Applied "ASoC: hdmi-codec: add .get_dai_id support" to the asoc tree Mark Brown
2017-05-24 17:45     ` Mark Brown
2017-05-18  1:40 ` [PATCH 5/5] drm: dw-hdmi-i2s: add .get_dai_id callback for ALSA SoC Kuninori Morimoto
2017-05-18  1:40   ` Kuninori Morimoto
2017-05-24 17:38   ` Mark Brown
2017-05-24 17:38     ` Mark Brown
2017-05-24 23:34     ` Kuninori Morimoto
2017-05-24 23:34       ` Kuninori Morimoto
2017-05-26  4:16       ` Archit Taneja
2017-05-26  4:16         ` Archit Taneja
2017-05-26  4:24         ` Archit Taneja
2017-05-26 17:26       ` Mark Brown
2017-05-26 17:26         ` Mark Brown
2017-06-28 19:48   ` Applied "drm: dw-hdmi-i2s: add .get_dai_id callback for ALSA SoC" to the asoc tree Mark Brown
2017-06-28 19:48     ` Mark Brown
2017-06-19  0:39 ` [PATCH][RESEND] drm: dw-hdmi-i2s: add .get_dai_id callback for ALSA SoC Kuninori Morimoto
2017-06-19  0:39   ` Kuninori Morimoto

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.