diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-08-08 01:54:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-09 13:12:34 -0400 |
commit | 2d946aaa80c79452c700381b4c1f06f11dfd2bdd (patch) | |
tree | 63c06101fff76ad79a58b3a80ba2c5f366535c21 | |
parent | d20bb789d7283bcbacd3b12c60668c473bc1dac0 (diff) |
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 <kuninori.morimoto.gx@renesas.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/87mugk6w9l.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/samsung/speyside.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) | |||
240 | 240 | ||
241 | static struct snd_soc_aux_dev speyside_aux_dev[] = { | 241 | static struct snd_soc_aux_dev speyside_aux_dev[] = { |
242 | { | 242 | { |
243 | .name = "wm9081", | 243 | .dlc = COMP_AUX("wm9081.1-006c"), |
244 | .codec_name = "wm9081.1-006c", | ||
245 | .init = speyside_wm9081_init, | 244 | .init = speyside_wm9081_init, |
246 | }, | 245 | }, |
247 | }; | 246 | }; |