[alsa-devel] [PATCH] ASoC: wm8962: Run the headphone in class G mode when sidetone is enabled
1 Mar
2012
1 Mar
'12
5:41 p.m.
Class W mode with sidetone is not fully supported.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com --- 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 e73c857..d5ee3ec 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c @@ -2242,9 +2242,11 @@ static const struct snd_soc_dapm_route wm8962_intercon[] = {
{ "STL", "Left", "ADCL" }, { "STL", "Right", "ADCR" }, + { "STL", NULL, "Class G" },
{ "STR", "Left", "ADCL" }, { "STR", "Right", "ADCR" }, + { "STR", NULL, "Class G" },
{ "DACL", NULL, "SYSCLK" }, { "DACL", NULL, "TOCLK" },
--
1.7.9.1
4642
Age (days ago)
4642
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown