Skip to content

Commit

Permalink
ASoC: wm8962: Run the headphone in class G mode when sidetone is enabled
Browse files Browse the repository at this point in the history
Class W mode with sidetone is not fully supported.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
broonie committed Mar 2, 2012
1 parent 378ec0c commit 1355ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -2230,9 +2230,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" },
Expand Down

0 comments on commit 1355ab1

Please sign in to comment.