Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206616
b: refs/heads/master
c: d1ce6b2
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jul 20, 2010
1 parent 71aaf35 commit db4d37b
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 48519f0ae03bc7e86b3dc93e56f1334d53803770
refs/heads/master: d1ce6b200cba6bfd76e17e327b5052aa76a46abf
5 changes: 5 additions & 0 deletions trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -4074,6 +4074,11 @@ static int wm8994_codec_probe(struct platform_device *pdev)
1 << WM8994_AIF2DAC_3D_GAIN_SHIFT,
1 << WM8994_AIF2DAC_3D_GAIN_SHIFT);

/* Unconditionally enable AIF1 ADC TDM mode; it only affects
* behaviour on idle TDM clock cycles. */
snd_soc_update_bits(codec, WM8994_AIF1_CONTROL_1,
WM8994_AIF1ADC_TDM, WM8994_AIF1ADC_TDM);

wm8994_update_class_w(codec);

ret = snd_soc_register_codec(codec);
Expand Down

0 comments on commit db4d37b

Please sign in to comment.