Skip to content

Commit

Permalink
ASoC: wm8994: Enable headphone startup mode 1 for WM1811 and WM8958
Browse files Browse the repository at this point in the history
The latest recommendation for optimal performance.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 21, 2012
1 parent 3b8a079 commit 29fdc36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -3492,11 +3492,13 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec)

case WM8958:
wm8994->hubs.dcs_readback_mode = 1;
wm8994->hubs.hp_startup_mode = 1;
break;

case WM1811:
wm8994->hubs.dcs_readback_mode = 2;
wm8994->hubs.no_series_update = 1;
wm8994->hubs.hp_startup_mode = 1;

switch (wm8994->revision) {
case 0:
Expand Down

0 comments on commit 29fdc36

Please sign in to comment.