Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257553
b: refs/heads/master
c: 780b75b
h: refs/heads/master
i:
  257551: ae57582
v: v3
  • Loading branch information
Mark Brown committed Jun 23, 2011
1 parent be011f5 commit f0a135a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: f9acf9fe5be653aa359c75d60fdaff03bf1ef471
refs/heads/master: 780b75b4a0c3d6817cb2ef9493c1d1826cd6fc6b
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm_hubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static int wm8993_put_dc_servo(struct snd_kcontrol *kcontrol,

/* If we're applying an offset correction then updating the
* callibration would be likely to introduce further offsets. */
if (hubs->dcs_codes)
if (hubs->dcs_codes || hubs->no_series_update)
return ret;

/* Only need to do this if the outputs are active */
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/codecs/wm_hubs.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct wm_hubs_data {
int dcs_readback_mode;
int hp_startup_mode;
int series_startup;
int no_series_update;

bool class_w;
u16 class_w_dcs;
Expand Down

0 comments on commit f0a135a

Please sign in to comment.