mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 02:15:57 +00:00
ASoC: soc-dapm.c: numerical order for dapm_up_seq
dapm_up_seq is arranged in numerical order, but _dai_link is out of order. This patch tidyup it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Link: https://lore.kernel.org/r/87zgdssl70.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5a7c2e962e
commit
1f5ac87e83
@ -71,9 +71,9 @@ static int dapm_up_seq[] = {
|
||||
[snd_soc_dapm_pinctrl] = 2,
|
||||
[snd_soc_dapm_clock_supply] = 2,
|
||||
[snd_soc_dapm_supply] = 3,
|
||||
[snd_soc_dapm_dai_link] = 3,
|
||||
[snd_soc_dapm_micbias] = 4,
|
||||
[snd_soc_dapm_vmid] = 4,
|
||||
[snd_soc_dapm_dai_link] = 3,
|
||||
[snd_soc_dapm_dai_in] = 5,
|
||||
[snd_soc_dapm_dai_out] = 5,
|
||||
[snd_soc_dapm_aif_in] = 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user