All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>
Cc: Cezary Rojewski <cezary.rojewski@intel.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Maxime Ripard <maxime.ripard@bootlin.com>,
	Jie Yang <yang.jie@linux.intel.com>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Peter Ujfalusi <peter.ujfalusi@ti.com>,
	Richard Fontana <"r fontana"@redhat.com>,
	Shunli Wang <shunli.wang@mediatek.com>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Anders Roxell <anders.roxell@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	YueHaibing <yuehaibing@huawei.com>,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Tzung-Bi Shih <tzungbi@google.com>, Chen-Yu Tsai <wens@csie.org>,
	Georgii Staroselskii <georgii.staroselskii@emlid.com>,
	Danny Milosavljevic <dannym@scratchpost.org>,
	Hans de Goede <hdegoede@redhat.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Thomas
Subject: [PATCH 02/15] ASoC: simple-card: use snd_soc_dai_link_component for aux_dev
Date: 08 Aug 2019 14:52:47 +0900	[thread overview]
Message-ID: <87wofo6wc1.wl-kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87zhkk6wdy.wl-kuninori.morimoto.gx@renesas.com>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

We can use snd_soc_dai_link_component to specify aux_dev.
Let's use it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/generic/simple-card.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c
index ef84915..0eac3bc 100644
--- a/sound/soc/generic/simple-card.c
+++ b/sound/soc/generic/simple-card.c
@@ -424,7 +424,7 @@ static int simple_parse_aux_devs(struct device_node *node,
 		aux_node = of_parse_phandle(node, PREFIX "aux-devs", i);
 		if (!aux_node)
 			return -EINVAL;
-		card->aux_dev[i].codec_of_node = aux_node;
+		card->aux_dev[i].dlc.of_node = aux_node;
 	}
 
 	card->num_aux_devs = n;
-- 
2.7.4

  parent reply	other threads:[~2019-08-08  5:52 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08  5:51 [PATCH 00/15] ASoC: use modern style for aux_dev Kuninori Morimoto
2019-08-08  5:52 ` [PATCH 01/15] ASoC: soc-core: support snd_soc_dai_link_component " Kuninori Morimoto
2019-08-10  9:16   ` Jarkko Nikula
2019-08-10  9:19     ` Jarkko Nikula
2019-08-12 13:09   ` Applied "ASoC: soc-core: support snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:52 ` Kuninori Morimoto [this message]
2019-08-12 13:09   ` Applied "ASoC: simple-card: use " Mark Brown
2019-08-08  5:53 ` [PATCH 03/15] ASoC: intel: cht_bsw_max98090_ti: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-12 13:09   ` Applied "ASoC: intel: cht_bsw_max98090_ti: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:53 ` [PATCH 04/15] ASoC: mediatek: mt8183-da7219-max98357: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-12 13:09   ` Applied "ASoC: mediatek: mt8183-da7219-max98357: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:53 ` [PATCH 05/15] ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-12 13:09   ` Applied "ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:53 ` [PATCH 06/15] ASoC: meson: axg-card: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-12 13:09   ` Applied "ASoC: meson: axg-card: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 07/15] ASoC: rockchip: rockchip_max98090: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-12 13:09   ` Applied "ASoC: rockchip: rockchip_max98090: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 08/15] ASoC: samsung: neo1973_wm8753: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-09  9:14   ` Krzysztof Kozlowski
2019-08-12 13:09   ` Applied "ASoC: samsung: neo1973_wm8753: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 09/15] ASoC: samsung: speyside: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-09  9:14   ` Krzysztof Kozlowski
2019-08-12  8:33   ` Charles Keepax
2019-08-12 13:09   ` Applied "ASoC: samsung: speyside: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 10/15] ASoC: samsung: tm2_wm5110: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-09  9:19   ` Krzysztof Kozlowski
2019-08-12 13:09   ` Applied "ASoC: samsung: tm2_wm5110: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 11/15] ASoC: sunxi: sun4i-codec: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-12 13:09   ` Applied "ASoC: sunxi: sun4i-codec: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 12/15] ASoC: ti: rx51: use snd_soc_dai_link_component for aux_dev Kuninori Morimoto
2019-08-09  9:46   ` Peter Ujfalusi
2019-08-10  9:17   ` Jarkko Nikula
2019-08-12 13:09   ` Applied "ASoC: ti: rx51: use snd_soc_dai_link_component for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 13/15] ASoC: soc-core: remove legacy style of aux_dev Kuninori Morimoto
2019-08-10  9:20   ` Jarkko Nikula
2019-08-12 13:09   ` Applied "ASoC: soc-core: remove legacy style of aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 14/15] ASoC: soc-core: add for_each_xxx macro for aux_dev Kuninori Morimoto
2019-08-10  9:21   ` Jarkko Nikula
2019-08-12 13:09   ` Applied "ASoC: soc-core: add for_each_xxx macro for aux_dev" to the asoc tree Mark Brown
2019-08-08  5:54 ` [PATCH 15/15] ASoC: soc-core: add soc_unbind_aux_dev() Kuninori Morimoto
2019-08-08 16:45   ` Sridharan, Ranjani
2019-08-20  2:11     ` 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=87wofo6wc1.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc="r fontana"@redhat.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=anders.roxell@linaro.org \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=dannym@scratchpost.org \
    --cc=georgii.staroselskii@emlid.com \
    --cc=hdegoede@redhat.com \
    --cc=heiko@sntech.de \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=krzk@kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=maxime.ripard@bootlin.com \
    --cc=peter.ujfalusi@ti.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=s.nawrocki@samsung.com \
    --cc=shunli.wang@mediatek.com \
    --cc=tzungbi@google.com \
    --cc=wens@csie.org \
    --cc=yang.jie@linux.intel.com \
    --cc=yuehaibing@huawei.com \
    /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.