All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Make headphone work on Huawei Matebook D15
@ 2022-04-06 20:19 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 14+ messages in thread
From: Mauro Carvalho Chehab @ 2022-04-06 20:19 UTC (permalink / raw)
  To: alsa-devel
  Cc: Cezary Rojewski, Bard Liao, Takashi Iwai, Jie Yang,
	Pierre-Louis Bossart, Liam Girdwood, Hans de Goede, Mark Brown,
	Mauro Carvalho Chehab, Péter Ujfalusi, linux-kernel

Huawei Matebook D15 uses two different GPIOs are used to control the output:

	- gpio0 controls the speaker output;
	- gpio1 controls the headphone output.

Changing both at the same time cause spurious events that are mis-interpreted
as input events, causing troubles on apps. So, a delay is needed before turning
on such gpios.

Also, the headset microphone is connected to MIC1, instead of MIC2 port.

With this patch, plugging a headphone causes a jack event to trigger the speaker
supply, powering down the speaker and powering up the headphone output.
Removing the headphone also triggers the power supply, powering up the speaker
and powering down the headphone.

The headset microphone also works. 

---

v4:
  - add support for headset microphone on MIC1 port.

v3:
  - add a patch changing GPIO quirk speaker naming. Patch 2 got rebased on the top of it.

Mauro Carvalho Chehab (3):
  ASoC: Intel: sof_es8336: support a separate gpio to control headphone
  ASoC: Intel: sof_es8336: add a quirk for headset at mic1 port
  ASoC: Intel: sof_es8336: Add a quirk for Huawei Matebook D15

Pierre-Louis Bossart (1):
  ASoC: Intel: sof_es8336: simplify speaker gpio naming

 sound/soc/intel/boards/sof_es8336.c | 122 +++++++++++++++++++++-------
 1 file changed, 94 insertions(+), 28 deletions(-)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-04-07 18:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 20:19 [PATCH v4 0/4] Make headphone work on Huawei Matebook D15 Mauro Carvalho Chehab
2022-04-06 20:19 ` Mauro Carvalho Chehab
2022-04-06 20:19 ` [PATCH v4 1/4] ASoC: Intel: sof_es8336: simplify speaker gpio naming Mauro Carvalho Chehab
2022-04-06 20:19   ` Mauro Carvalho Chehab
2022-04-06 20:19 ` [PATCH v4 2/4] ASoC: Intel: sof_es8336: support a separate gpio to control headphone Mauro Carvalho Chehab
2022-04-06 20:19   ` Mauro Carvalho Chehab
2022-04-06 20:19 ` [PATCH v4 3/4] ASoC: Intel: sof_es8336: add a quirk for headset at mic1 port Mauro Carvalho Chehab
2022-04-06 20:19   ` Mauro Carvalho Chehab
2022-04-07  3:08   ` Pierre-Louis Bossart
2022-04-07  3:08     ` Pierre-Louis Bossart
2022-04-07 18:47     ` Mauro Carvalho Chehab
2022-04-07 18:47       ` Mauro Carvalho Chehab
2022-04-06 20:19 ` [PATCH v4 4/4] ASoC: Intel: sof_es8336: Add a quirk for Huawei Matebook D15 Mauro Carvalho Chehab
2022-04-06 20:19   ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.