diff mbox series

[v2,13/15] ASoC: samsung: speyside: use snd_soc_dai_link_component for codec_conf

Message ID 874ky559in.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit b9fc10027cf37014d159deba69f0aad926496554
Headers show
Series ASoC: soc-core cleanup step7 | expand

Commit Message

Kuninori Morimoto Dec. 13, 2019, 12:55 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/samsung/speyside.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/samsung/speyside.c b/sound/soc/samsung/speyside.c
index 5ccdfe0..ea0d1ec 100644
--- a/sound/soc/samsung/speyside.c
+++ b/sound/soc/samsung/speyside.c
@@ -247,7 +247,7 @@  static struct snd_soc_aux_dev speyside_aux_dev[] = {
 
 static struct snd_soc_codec_conf speyside_codec_conf[] = {
 	{
-		.dev_name = "wm9081.1-006c",
+		.dlc = COMP_CODEC_CONF("wm9081.1-006c"),
 		.name_prefix = "Sub",
 	},
 };