From: Kuninori Morimoto Date: Thu, 8 Aug 2019 05:54:15 +0000 (+0900) Subject: ASoC: samsung: speyside: use snd_soc_dai_link_component for aux_dev X-Git-Tag: for-linus-2019-09-27~12^2~1^2~181 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2d946aaa80c79452c700381b4c1f06f11dfd2bdd;p=linux-block.git ASoC: samsung: speyside: use snd_soc_dai_link_component for aux_dev We can use snd_soc_dai_link_component to specify aux_dev. Let's use it. Signed-off-by: Kuninori Morimoto Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/87mugk6w9l.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/speyside.c b/sound/soc/samsung/speyside.c index 51e4c976c8be..9e58cbed942a 100644 --- a/sound/soc/samsung/speyside.c +++ b/sound/soc/samsung/speyside.c @@ -240,8 +240,7 @@ static int speyside_wm9081_init(struct snd_soc_component *component) static struct snd_soc_aux_dev speyside_aux_dev[] = { { - .name = "wm9081", - .codec_name = "wm9081.1-006c", + .dlc = COMP_AUX("wm9081.1-006c"), .init = speyside_wm9081_init, }, };