mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
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>
This commit is contained in:
parent
378ec0ca38
commit
1355ab147f
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user