Merge branch 'for-2.6.37' into for-2.6.38

This commit is contained in:
Mark Brown 2010-12-01 11:34:27 +00:00
commit 97884b7a78
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ static int wm8731_probe(struct snd_soc_codec *codec)
snd_soc_update_bits(codec, WM8731_RINVOL, 0x100, 0);
/* Disable bypass path by default */
snd_soc_update_bits(codec, WM8731_APANA, 0x4, 0);
snd_soc_update_bits(codec, WM8731_APANA, 0x8, 0);
snd_soc_add_controls(codec, wm8731_snd_controls,
ARRAY_SIZE(wm8731_snd_controls));