Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157671
b: refs/heads/master
c: 1ca0406
h: refs/heads/master
i:
  157669: f36c701
  157667: c9d92b6
  157663: 5fc1d46
v: v3
  • Loading branch information
Mark Brown committed Aug 17, 2009
1 parent 7136475 commit 021dec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b14b76a56e49946488637ee68926c5180c39fdb1
refs/heads/master: 1ca04065c3569beb42b9376952df8c96f430f753
6 changes: 3 additions & 3 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ static int dapm_up_seq[] = {
[snd_soc_dapm_pga] = 7,
[snd_soc_dapm_adc] = 8,
[snd_soc_dapm_hp] = 9,
[snd_soc_dapm_spk] = 10,
[snd_soc_dapm_post] = 11,
[snd_soc_dapm_spk] = 9,
[snd_soc_dapm_post] = 10,
};

static int dapm_down_seq[] = {
[snd_soc_dapm_pre] = 0,
[snd_soc_dapm_adc] = 1,
[snd_soc_dapm_hp] = 2,
[snd_soc_dapm_spk] = 3,
[snd_soc_dapm_spk] = 2,
[snd_soc_dapm_pga] = 4,
[snd_soc_dapm_mixer_named_ctl] = 5,
[snd_soc_dapm_mixer] = 5,
Expand Down

0 comments on commit 021dec7

Please sign in to comment.