aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 8997fb34dddd..88461310dc96 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -64,15 +64,15 @@ static int dapm_up_seq[] = {
64 [snd_soc_dapm_pga] = 7, 64 [snd_soc_dapm_pga] = 7,
65 [snd_soc_dapm_adc] = 8, 65 [snd_soc_dapm_adc] = 8,
66 [snd_soc_dapm_hp] = 9, 66 [snd_soc_dapm_hp] = 9,
67 [snd_soc_dapm_spk] = 10, 67 [snd_soc_dapm_spk] = 9,
68 [snd_soc_dapm_post] = 11, 68 [snd_soc_dapm_post] = 10,
69}; 69};
70 70
71static int dapm_down_seq[] = { 71static int dapm_down_seq[] = {
72 [snd_soc_dapm_pre] = 0, 72 [snd_soc_dapm_pre] = 0,
73 [snd_soc_dapm_adc] = 1, 73 [snd_soc_dapm_adc] = 1,
74 [snd_soc_dapm_hp] = 2, 74 [snd_soc_dapm_hp] = 2,
75 [snd_soc_dapm_spk] = 3, 75 [snd_soc_dapm_spk] = 2,
76 [snd_soc_dapm_pga] = 4, 76 [snd_soc_dapm_pga] = 4,
77 [snd_soc_dapm_mixer_named_ctl] = 5, 77 [snd_soc_dapm_mixer_named_ctl] = 5,
78 [snd_soc_dapm_mixer] = 5, 78 [snd_soc_dapm_mixer] = 5,