Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371798
b: refs/heads/master
c: 1a2c7d5
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Mar 26, 2013
1 parent 09db252 commit e693670
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49bc389ec2318b75e86a3c3239a495d7a8311046
refs/heads/master: 1a2c7d568f624307c5821f31e54727a4b374855c
18 changes: 18 additions & 0 deletions trunk/sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,24 @@ int arizona_out_ev(struct snd_soc_dapm_widget *w,
struct snd_kcontrol *kcontrol,
int event)
{
switch (event) {
case SND_SOC_DAPM_POST_PMU:
switch (w->shift) {
case ARIZONA_OUT1L_ENA_SHIFT:
case ARIZONA_OUT1R_ENA_SHIFT:
case ARIZONA_OUT2L_ENA_SHIFT:
case ARIZONA_OUT2R_ENA_SHIFT:
case ARIZONA_OUT3L_ENA_SHIFT:
case ARIZONA_OUT3R_ENA_SHIFT:
msleep(17);
break;

default:
break;
}
break;
}

return 0;
}
EXPORT_SYMBOL_GPL(arizona_out_ev);
Expand Down

0 comments on commit e693670

Please sign in to comment.