linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Fix jack detection for Chromebook Pixel
@ 2019-05-03 23:07 Fletcher Woodruff
  2019-05-03 23:07 ` [PATCH v4 1/3] ASoC: rt5677: allow multiple interrupt sources Fletcher Woodruff
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fletcher Woodruff @ 2019-05-03 23:07 UTC (permalink / raw)
  To: linux-kernel
  Cc: Fletcher Woodruff, Jaroslav Kysela, Liam Girdwood, Mark Brown,
	Oder Chiou, Takashi Iwai, alsa-devel

Headphone/mic jack detection doesn't work on the Chromebook Pixel 2015.

This patch changes the irq implementation to support polarity flipping
and fixes the configuration code so that correct GPIO pins are read
from ACPI.

With this series, plugging and unplugging the headphone jack switches
between headphones and speakers automatically, and headset microphones 
are also detected.

v4:
  - Fix incorrect void* cast in rt5677_irq() 

v3:
  - Update commit message for patch 1/3 to clarify why we implement
    our own irq_chip.

v2:
  - Split IRQ change into two patches: adding and fixing potential race
  - Change config reading code to try both DT and ACPI style names

Ben Zhang (1):
  ASoC: rt5677: allow multiple interrupt sources

Fletcher Woodruff (2):
  ASoC: rt5677: handle concurrent interrupts
  ASoC: rt5677: fall back to DT prop names on error

 sound/soc/codecs/rt5677.c | 346 ++++++++++++++++++++++++++------------
 sound/soc/codecs/rt5677.h |  14 +-
 2 files changed, 256 insertions(+), 104 deletions(-)

-- 
2.21.0.1020.gf2820cf01a-goog


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

end of thread, other threads:[~2019-05-08  6:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-03 23:07 [PATCH v4 0/3] Fix jack detection for Chromebook Pixel Fletcher Woodruff
2019-05-03 23:07 ` [PATCH v4 1/3] ASoC: rt5677: allow multiple interrupt sources Fletcher Woodruff
2019-05-07 21:14   ` [alsa-devel] " Curtis Malainey
     [not found]   ` <CAJ77E19K7ukNzvhOx1Jh_E6A69fqc6OMJ1aEgR6QjFmM0d=ePw@mail.gmail.com>
2019-05-08  6:35     ` Mark Brown
2019-05-03 23:07 ` [PATCH v4 2/3] ASoC: rt5677: handle concurrent interrupts Fletcher Woodruff
2019-05-03 23:07 ` [PATCH v4 3/3] ASoC: rt5677: fall back to DT prop names on error Fletcher Woodruff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).