All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>, Archit Taneja <architt@codeaurora.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
	Simon <horms@verge.net.au>, <linux-renesas-soc@vger.kernel.org>,
	David Airlie <airlied@linux.ie>,
	Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	Russell King <rmk+kernel@armlinux.org.uk>,
	Jose Abreu <joabreu@synopsys.com>,
	<dri-devel@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/5] ASoC: add HDMI sound support for Codec
Date: Thu, 18 May 2017 01:38:31 +0000	[thread overview]
Message-ID: <87efvnosnb.wl%kuninori.morimoto.gx@renesas.com> (raw)


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

WARNING: multiple messages have this Message-ID (diff)
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>, Archit Taneja <architt@codeaurora.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
	Simon <horms@verge.net.au>,
	linux-renesas-soc@vger.kernel.org,
	David Airlie <airlied@linux.ie>,
	Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	Russell King <rmk+kernel@armlinux.org.uk>,
	Jose Abreu <joabreu@synopsys.com>,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] ASoC: add HDMI sound support for Codec
Date: Thu, 18 May 2017 01:38:31 +0000	[thread overview]
Message-ID: <87efvnosnb.wl%kuninori.morimoto.gx@renesas.com> (raw)


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

             reply	other threads:[~2017-05-18  1:38 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-18  1:38 Kuninori Morimoto [this message]
2017-05-18  1:38 ` [PATCH 0/5] ASoC: add HDMI sound support for Codec 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87efvnosnb.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=airlied@linux.ie \
    --cc=alsa-devel@alsa-project.org \
    --cc=architt@codeaurora.org \
    --cc=broonie@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=horms@verge.net.au \
    --cc=joabreu@synopsys.com \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=rmk+kernel@armlinux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.