diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-01 11:40:51 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-02 07:01:40 -0500 |
commit | 1355ab147fa38e4b3841469c51422e2343a877b2 (patch) | |
tree | 9acc4c88411bc88eb145f828c269cc5ab227e2ea /sound/soc/codecs/wm8962.c | |
parent | 378ec0ca38527d3ca3683f7f38f3243c8d0a90f3 (diff) |
ASoC: wm8962: Run the headphone in class G mode when sidetone is enabled
Class W mode with sidetone is not fully supported.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8962.c')
-rw-r--r-- | sound/soc/codecs/wm8962.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 245c5f8023d1..445d2090661c 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -2230,9 +2230,11 @@ static const struct snd_soc_dapm_route wm8962_intercon[] = { | |||
2230 | 2230 | ||
2231 | { "STL", "Left", "ADCL" }, | 2231 | { "STL", "Left", "ADCL" }, |
2232 | { "STL", "Right", "ADCR" }, | 2232 | { "STL", "Right", "ADCR" }, |
2233 | { "STL", NULL, "Class G" }, | ||
2233 | 2234 | ||
2234 | { "STR", "Left", "ADCL" }, | 2235 | { "STR", "Left", "ADCL" }, |
2235 | { "STR", "Right", "ADCR" }, | 2236 | { "STR", "Right", "ADCR" }, |
2237 | { "STR", NULL, "Class G" }, | ||
2236 | 2238 | ||
2237 | { "DACL", NULL, "SYSCLK" }, | 2239 | { "DACL", NULL, "SYSCLK" }, |
2238 | { "DACL", NULL, "TOCLK" }, | 2240 | { "DACL", NULL, "TOCLK" }, |